mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision ff259bab (#488528)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=fa03e8ba9a443a9028246fe21a8995d8a7bdb7d5$
|
||||
// $hash=a62c6931d085746acf26926662f2b8497bd61186$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/accessibility_handler_cpptoc.h"
|
||||
@@ -79,10 +79,10 @@ CefRefPtr<CefAccessibilityHandler> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefAccessibilityHandlerCppToC,
|
||||
CefAccessibilityHandler,
|
||||
cef_accessibility_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefAccessibilityHandlerCppToC,
|
||||
CefAccessibilityHandler,
|
||||
cef_accessibility_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9f5778bffbd8c25b6f4ee2e7ec06e9eca5f9f48d$
|
||||
// $hash=0316cd113473467a653145abd66ec920256f53ce$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/app_cpptoc.h"
|
||||
@@ -137,7 +137,8 @@ CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t>::DebugObjCt = 0;
|
||||
CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=bffdd556dc95e464816b9aa0c8b46e7fadd89e5d$
|
||||
// $hash=59c6739c35bb63b28d66cc94109583eb5bd615f6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/auth_callback_cpptoc.h"
|
||||
@@ -71,7 +71,8 @@ CefRefPtr<CefAuthCallback> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefAuthCallbackCppToC,
|
||||
CefAuthCallback,
|
||||
cef_auth_callback_t>::DebugObjCt = 0;
|
||||
cef_auth_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -20,8 +20,8 @@ CefRefPtr<CefBaseRefCounted> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefBaseRefCountedCppToC,
|
||||
CefBaseRefCounted,
|
||||
cef_base_ref_counted_t>::DebugObjCt =
|
||||
0;
|
||||
cef_base_ref_counted_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -24,9 +24,9 @@ CefCppToCScoped<CefBaseScopedCppToC, CefBaseScoped, cef_base_scoped_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCScoped<CefBaseScopedCppToC,
|
||||
CefBaseScoped,
|
||||
cef_base_scoped_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCScoped<CefBaseScopedCppToC, CefBaseScoped, cef_base_scoped_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a904d37178d2bce73fdd6937cefa9f70dc352038$
|
||||
// $hash=f1065394dac333079e531be1c0868c78bdc61163$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/before_download_callback_cpptoc.h"
|
||||
@@ -54,10 +54,10 @@ CefCppToCRefCounted<CefBeforeDownloadCallbackCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefBeforeDownloadCallbackCppToC,
|
||||
CefBeforeDownloadCallback,
|
||||
cef_before_download_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefBeforeDownloadCallbackCppToC,
|
||||
CefBeforeDownloadCallback,
|
||||
cef_before_download_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=3bb896234f1b9fc0ee14f936f28b6585a82502db$
|
||||
// $hash=050a562b7dad49c1fff63b7f17adfa0670fa186a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/binary_value_cpptoc.h"
|
||||
@@ -181,7 +181,8 @@ CefCppToCRefCounted<CefBinaryValueCppToC, CefBinaryValue, cef_binary_value_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefBinaryValueCppToC,
|
||||
CefBinaryValue,
|
||||
cef_binary_value_t>::DebugObjCt = 0;
|
||||
cef_binary_value_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a5b87e4e7e656c8643febf4afb3d1bd3f06c7ac0$
|
||||
// $hash=28cdec0f8fd53a117bc9d4ea51d3bf9102ad239a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/browser_cpptoc.h"
|
||||
@@ -394,9 +394,9 @@ CefCppToCRefCounted<CefBrowserCppToC, CefBrowser, cef_browser_t>::UnwrapDerived(
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefBrowserCppToC,
|
||||
CefBrowser,
|
||||
cef_browser_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefBrowserCppToC, CefBrowser, cef_browser_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=63aa1967a233a66852969c1e72ecd0c12e69105b$
|
||||
// $hash=1c14ea52e06cca6ef0ad5e82797b9b1cda7141b4$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/browser_host_cpptoc.h"
|
||||
@@ -1091,7 +1091,8 @@ CefCppToCRefCounted<CefBrowserHostCppToC, CefBrowserHost, cef_browser_host_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefBrowserHostCppToC,
|
||||
CefBrowserHost,
|
||||
cef_browser_host_t>::DebugObjCt = 0;
|
||||
cef_browser_host_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=81332687e151af6933a729c1456dd4b3a64f82df$
|
||||
// $hash=dc92a1083681b1f0b2c2bf42470f5421d256391c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/browser_process_handler_cpptoc.h"
|
||||
@@ -129,10 +129,10 @@ CefRefPtr<CefBrowserProcessHandler> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefBrowserProcessHandlerCppToC,
|
||||
CefBrowserProcessHandler,
|
||||
cef_browser_process_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefBrowserProcessHandlerCppToC,
|
||||
CefBrowserProcessHandler,
|
||||
cef_browser_process_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7d4c882910cd07c9659eefe6eb579e4096cd760c$
|
||||
// $hash=296c8446b991c25a64b1404978e1f9a61caa6807$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/callback_cpptoc.h"
|
||||
@@ -59,9 +59,9 @@ CefCppToCRefCounted<CefCallbackCppToC, CefCallback, cef_callback_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefCallbackCppToC,
|
||||
CefCallback,
|
||||
cef_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefCallbackCppToC, CefCallback, cef_callback_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4ddb855e437a437ac87a894769d7e8c6cf208988$
|
||||
// $hash=01e33f9b6a75ddf67f1b04e2b58414ca3cf7489b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/client_cpptoc.h"
|
||||
@@ -320,8 +320,8 @@ CefCppToCRefCounted<CefClientCppToC, CefClient, cef_client_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefClientCppToC, CefClient, cef_client_t>::DebugObjCt =
|
||||
0;
|
||||
CefCppToCRefCounted<CefClientCppToC, CefClient, cef_client_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b8f85a07998ec47d97910a04b0e68b34700a55ea$
|
||||
// $hash=e1f9cd96b87ed70f777a4b1b894137a0667b254d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/command_line_cpptoc.h"
|
||||
@@ -425,7 +425,8 @@ CefCppToCRefCounted<CefCommandLineCppToC, CefCommandLine, cef_command_line_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefCommandLineCppToC,
|
||||
CefCommandLine,
|
||||
cef_command_line_t>::DebugObjCt = 0;
|
||||
cef_command_line_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=fa15c71d8a7710d8e1c326ede770c2359b790188$
|
||||
// $hash=3395dcdcef421c933a9901fd1e34cd28a9e75955$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/completion_callback_cpptoc.h"
|
||||
@@ -50,10 +50,10 @@ CefRefPtr<CefCompletionCallback> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefCompletionCallbackCppToC,
|
||||
CefCompletionCallback,
|
||||
cef_completion_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefCompletionCallbackCppToC,
|
||||
CefCompletionCallback,
|
||||
cef_completion_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=29e80c799b48d2d05117f502e4ab1a71e510b5e9$
|
||||
// $hash=4efcbb85fedc05657096c4e7067510d4a4d6201d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/context_menu_handler_cpptoc.h"
|
||||
@@ -184,10 +184,10 @@ CefRefPtr<CefContextMenuHandler> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefContextMenuHandlerCppToC,
|
||||
CefContextMenuHandler,
|
||||
cef_context_menu_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefContextMenuHandlerCppToC,
|
||||
CefContextMenuHandler,
|
||||
cef_context_menu_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=18b1ac42fafd91952f9e5f88e765b2b7af85893e$
|
||||
// $hash=db28afc87f0ebf30a02f3479b5b3079de17c023d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/context_menu_params_cpptoc.h"
|
||||
@@ -401,10 +401,10 @@ CefRefPtr<CefContextMenuParams> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefContextMenuParamsCppToC,
|
||||
CefContextMenuParams,
|
||||
cef_context_menu_params_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefContextMenuParamsCppToC,
|
||||
CefContextMenuParams,
|
||||
cef_context_menu_params_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=decd4e8fc4ddfe8c55b7227842584974e2581739$
|
||||
// $hash=06c1ac91f541c3bf4690b6f16f19043abf07180a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/cookie_manager_cpptoc.h"
|
||||
@@ -250,7 +250,8 @@ CefRefPtr<CefCookieManager> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefCookieManagerCppToC,
|
||||
CefCookieManager,
|
||||
cef_cookie_manager_t>::DebugObjCt = 0;
|
||||
cef_cookie_manager_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f940c4ed56f4c6e6dbb2cefb49b81376bccbe3ff$
|
||||
// $hash=20109c1591f4c081a1f35885f2c336c090ea805e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/cookie_visitor_cpptoc.h"
|
||||
@@ -78,7 +78,8 @@ CefRefPtr<CefCookieVisitor> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefCookieVisitorCppToC,
|
||||
CefCookieVisitor,
|
||||
cef_cookie_visitor_t>::DebugObjCt = 0;
|
||||
cef_cookie_visitor_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -6,6 +6,7 @@
|
||||
#define CEF_LIBCEF_DLL_CPPTOC_CPPTOC_REF_COUNTED_H_
|
||||
#pragma once
|
||||
|
||||
#include "include/base/cef_atomic_ref_count.h"
|
||||
#include "include/base/cef_logging.h"
|
||||
#include "include/base/cef_macros.h"
|
||||
#include "include/capi/cef_base_capi.h"
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f17a9939eba29ab59060b3198e6041ff582a42a8$
|
||||
// $hash=f06ecbd1e962a29bb0191b05a5545cbc0e190742$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/delete_cookies_callback_cpptoc.h"
|
||||
@@ -52,10 +52,10 @@ CefRefPtr<CefDeleteCookiesCallback> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefDeleteCookiesCallbackCppToC,
|
||||
CefDeleteCookiesCallback,
|
||||
cef_delete_cookies_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefDeleteCookiesCallbackCppToC,
|
||||
CefDeleteCookiesCallback,
|
||||
cef_delete_cookies_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2905826a83c8afbda57e2a6868bb447f8f22b58b$
|
||||
// $hash=170d331ab7043203f4f0af870145bd4a52f4a409$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/dialog_handler_cpptoc.h"
|
||||
@@ -85,7 +85,8 @@ CefRefPtr<CefDialogHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDialogHandlerCppToC,
|
||||
CefDialogHandler,
|
||||
cef_dialog_handler_t>::DebugObjCt = 0;
|
||||
cef_dialog_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a70d01195a3849949d5046432f91e572dd2570d0$
|
||||
// $hash=3cdada10947321560080168e4869c1365fe84418$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/dictionary_value_cpptoc.h"
|
||||
@@ -677,8 +677,8 @@ CefRefPtr<CefDictionaryValue> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDictionaryValueCppToC,
|
||||
CefDictionaryValue,
|
||||
cef_dictionary_value_t>::DebugObjCt =
|
||||
0;
|
||||
cef_dictionary_value_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=92456884efde30d533ac7761b12bb476b5856052$
|
||||
// $hash=ae4395cea3553abdea6394d37325c40454505477$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/display_handler_cpptoc.h"
|
||||
@@ -213,7 +213,8 @@ CefRefPtr<CefDisplayHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDisplayHandlerCppToC,
|
||||
CefDisplayHandler,
|
||||
cef_display_handler_t>::DebugObjCt = 0;
|
||||
cef_display_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=bf4251a1aeebda1ec6014743d22a9617852fe5cc$
|
||||
// $hash=73c901031694bbf5a12997f5c9ec22ca54668781$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/domdocument_cpptoc.h"
|
||||
@@ -276,7 +276,8 @@ CefCppToCRefCounted<CefDOMDocumentCppToC, CefDOMDocument, cef_domdocument_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDOMDocumentCppToC,
|
||||
CefDOMDocument,
|
||||
cef_domdocument_t>::DebugObjCt = 0;
|
||||
cef_domdocument_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=160a85714fa66da2e5e8ce95b0fd14daaabcbfdf$
|
||||
// $hash=5be4d0cf48a4f89ca914ab9881f638496f4e051f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/domnode_cpptoc.h"
|
||||
@@ -489,9 +489,9 @@ CefCppToCRefCounted<CefDOMNodeCppToC, CefDOMNode, cef_domnode_t>::UnwrapDerived(
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDOMNodeCppToC,
|
||||
CefDOMNode,
|
||||
cef_domnode_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefDOMNodeCppToC, CefDOMNode, cef_domnode_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=de24c7c2b66d08aff8d9fc36cc35419345503840$
|
||||
// $hash=b3065bcabcd6be1a573f3db27bc9e92ccc1f4001$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/domvisitor_cpptoc.h"
|
||||
@@ -53,9 +53,9 @@ CefCppToCRefCounted<CefDOMVisitorCppToC, CefDOMVisitor, cef_domvisitor_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDOMVisitorCppToC,
|
||||
CefDOMVisitor,
|
||||
cef_domvisitor_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefDOMVisitorCppToC, CefDOMVisitor, cef_domvisitor_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=34d34f4a980b476678152ac69842f7d0b3a95a36$
|
||||
// $hash=a36db895d27ac61f54843952c99c7f34880980db$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/download_handler_cpptoc.h"
|
||||
@@ -110,8 +110,8 @@ CefRefPtr<CefDownloadHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDownloadHandlerCppToC,
|
||||
CefDownloadHandler,
|
||||
cef_download_handler_t>::DebugObjCt =
|
||||
0;
|
||||
cef_download_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=14b41457d2b33e31d9be5815c704c28420ec6b24$
|
||||
// $hash=63e1b0a0910dd98821c2ecea2bd70b4e09ebe5e6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/download_image_callback_cpptoc.h"
|
||||
@@ -62,10 +62,10 @@ CefRefPtr<CefDownloadImageCallback> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefDownloadImageCallbackCppToC,
|
||||
CefDownloadImageCallback,
|
||||
cef_download_image_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefDownloadImageCallbackCppToC,
|
||||
CefDownloadImageCallback,
|
||||
cef_download_image_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=04aede4dd7d7d8ab90fa4d27537f1dd4c19501e7$
|
||||
// $hash=0530e913a8935e43d7b073e4c020f9d7b0ddfd53$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/download_item_callback_cpptoc.h"
|
||||
@@ -77,10 +77,10 @@ CefRefPtr<CefDownloadItemCallback> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefDownloadItemCallbackCppToC,
|
||||
CefDownloadItemCallback,
|
||||
cef_download_item_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefDownloadItemCallbackCppToC,
|
||||
CefDownloadItemCallback,
|
||||
cef_download_item_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8406edcb1d9c418e704ebbc3ccad44dc4ca84244$
|
||||
// $hash=68c4a0c691991e8af81df1bfc6bf08f57ee984ab$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/download_item_cpptoc.h"
|
||||
@@ -307,7 +307,8 @@ CefRefPtr<CefDownloadItem> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDownloadItemCppToC,
|
||||
CefDownloadItem,
|
||||
cef_download_item_t>::DebugObjCt = 0;
|
||||
cef_download_item_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=99a670d8fc60380f091a97bc9e8bb35d0e1e9c02$
|
||||
// $hash=7074cbfd68d6772e8ad944ed2ca857e70099b73c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/drag_data_cpptoc.h"
|
||||
@@ -449,9 +449,9 @@ CefCppToCRefCounted<CefDragDataCppToC, CefDragData, cef_drag_data_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDragDataCppToC,
|
||||
CefDragData,
|
||||
cef_drag_data_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefDragDataCppToC, CefDragData, cef_drag_data_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f56cb888482bc594b34fb05729c0cab9577c306e$
|
||||
// $hash=8b77d3c2c5f135905b2623b9b931e5fbbdc2533a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/drag_handler_cpptoc.h"
|
||||
@@ -101,7 +101,8 @@ CefCppToCRefCounted<CefDragHandlerCppToC, CefDragHandler, cef_drag_handler_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDragHandlerCppToC,
|
||||
CefDragHandler,
|
||||
cef_drag_handler_t>::DebugObjCt = 0;
|
||||
cef_drag_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9a1b77364fd21f18c0bdbdec1b7abca0f6867323$
|
||||
// $hash=0edd074e9e43719ec791d94129c098081da2375b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/end_tracing_callback_cpptoc.h"
|
||||
@@ -57,10 +57,10 @@ CefRefPtr<CefEndTracingCallback> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefEndTracingCallbackCppToC,
|
||||
CefEndTracingCallback,
|
||||
cef_end_tracing_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefEndTracingCallbackCppToC,
|
||||
CefEndTracingCallback,
|
||||
cef_end_tracing_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ab0b610cd180d3930cfcea8c97ce960b1c6cfe43$
|
||||
// $hash=fd0465af60b105e90d1bce2819795b6cd4c4a1ef$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/file_dialog_callback_cpptoc.h"
|
||||
@@ -76,10 +76,10 @@ CefRefPtr<CefFileDialogCallback> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefFileDialogCallbackCppToC,
|
||||
CefFileDialogCallback,
|
||||
cef_file_dialog_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefFileDialogCallbackCppToC,
|
||||
CefFileDialogCallback,
|
||||
cef_file_dialog_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4c7bf04684310507e699c18a80c71d0c9a852ffc$
|
||||
// $hash=c238cf6ea739c44c8a9ef78812da0a2be57aac93$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/find_handler_cpptoc.h"
|
||||
@@ -69,7 +69,8 @@ CefCppToCRefCounted<CefFindHandlerCppToC, CefFindHandler, cef_find_handler_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefFindHandlerCppToC,
|
||||
CefFindHandler,
|
||||
cef_find_handler_t>::DebugObjCt = 0;
|
||||
cef_find_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d3d4fbf680412ca26d5803ffd269dea1e06ed388$
|
||||
// $hash=5e9bcff341867aa58f89af0d53223402929b6a4d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/focus_handler_cpptoc.h"
|
||||
@@ -98,7 +98,8 @@ CefRefPtr<CefFocusHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefFocusHandlerCppToC,
|
||||
CefFocusHandler,
|
||||
cef_focus_handler_t>::DebugObjCt = 0;
|
||||
cef_focus_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=de121cd59bc925b4b2adb03d97965fe19a22223f$
|
||||
// $hash=5c958b1d8f4d72e22d612531acfd34ef5fdc6bd8$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/frame_cpptoc.h"
|
||||
@@ -402,7 +402,8 @@ CefCppToCRefCounted<CefFrameCppToC, CefFrame, cef_frame_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefFrameCppToC, CefFrame, cef_frame_t>::DebugObjCt = 0;
|
||||
CefCppToCRefCounted<CefFrameCppToC, CefFrame, cef_frame_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a85a5f77deefd5cab463110ab679d49f90bf7ab4$
|
||||
// $hash=ad39d3c5bc8d04c357af649d5af0008ed43de150$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/geolocation_callback_cpptoc.h"
|
||||
@@ -50,10 +50,10 @@ CefRefPtr<CefGeolocationCallback> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefGeolocationCallbackCppToC,
|
||||
CefGeolocationCallback,
|
||||
cef_geolocation_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefGeolocationCallbackCppToC,
|
||||
CefGeolocationCallback,
|
||||
cef_geolocation_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8e37dbdeb9b4552a0c19c34e0ad7855a1c5ef709$
|
||||
// $hash=ce7a038d21350b0d6379a9bdc0cb10cf32ff69cc$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/geolocation_handler_cpptoc.h"
|
||||
@@ -96,10 +96,10 @@ CefRefPtr<CefGeolocationHandler> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefGeolocationHandlerCppToC,
|
||||
CefGeolocationHandler,
|
||||
cef_geolocation_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefGeolocationHandlerCppToC,
|
||||
CefGeolocationHandler,
|
||||
cef_geolocation_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5609fad7a14bad55ece61758326b8fdb8a20ac2c$
|
||||
// $hash=e61dc433c36e5cdcd658328701b69cfcbb58df38$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/get_geolocation_callback_cpptoc.h"
|
||||
@@ -60,10 +60,10 @@ CefCppToCRefCounted<CefGetGeolocationCallbackCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefGetGeolocationCallbackCppToC,
|
||||
CefGetGeolocationCallback,
|
||||
cef_get_geolocation_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefGetGeolocationCallbackCppToC,
|
||||
CefGetGeolocationCallback,
|
||||
cef_get_geolocation_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c5a593e30b9f8b61aeb4d07f38e471be0cc521c0$
|
||||
// $hash=80c744fd24fbafd3813e21ca765b88d6fdb0a0c6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/image_cpptoc.h"
|
||||
@@ -396,7 +396,8 @@ CefCppToCRefCounted<CefImageCppToC, CefImage, cef_image_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefImageCppToC, CefImage, cef_image_t>::DebugObjCt = 0;
|
||||
CefCppToCRefCounted<CefImageCppToC, CefImage, cef_image_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=05be760ce7d3e0aaba329f7cfe3b83b7d6b94699$
|
||||
// $hash=74e47f4c0f6feef34d2ea5721d4714e91b9b3789$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/jsdialog_callback_cpptoc.h"
|
||||
@@ -55,8 +55,8 @@ CefRefPtr<CefJSDialogCallback> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefJSDialogCallbackCppToC,
|
||||
CefJSDialogCallback,
|
||||
cef_jsdialog_callback_t>::DebugObjCt =
|
||||
0;
|
||||
cef_jsdialog_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=04255b222eef72aeea67720233b7b0b7b9000365$
|
||||
// $hash=ee5e4d79a9cfc731aa4fa5b543fadf181d133841$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/jsdialog_handler_cpptoc.h"
|
||||
@@ -158,8 +158,8 @@ CefRefPtr<CefJSDialogHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefJSDialogHandlerCppToC,
|
||||
CefJSDialogHandler,
|
||||
cef_jsdialog_handler_t>::DebugObjCt =
|
||||
0;
|
||||
cef_jsdialog_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ab912d3ba520a44af12ce5d8a1c359c29f850c87$
|
||||
// $hash=7ea387303c315f48e2a596bca0c549f47da8aa81$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/keyboard_handler_cpptoc.h"
|
||||
@@ -119,8 +119,8 @@ CefRefPtr<CefKeyboardHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefKeyboardHandlerCppToC,
|
||||
CefKeyboardHandler,
|
||||
cef_keyboard_handler_t>::DebugObjCt =
|
||||
0;
|
||||
cef_keyboard_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a2d97e44c5404e9694b436eb590979759cc84972$
|
||||
// $hash=5ce784d1e871c1bde0423c97c8ad5d8d06a2686b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/life_span_handler_cpptoc.h"
|
||||
@@ -203,8 +203,8 @@ CefRefPtr<CefLifeSpanHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefLifeSpanHandlerCppToC,
|
||||
CefLifeSpanHandler,
|
||||
cef_life_span_handler_t>::DebugObjCt =
|
||||
0;
|
||||
cef_life_span_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=115f89a2489929f54c8cf1565dadbd2b470cf6a4$
|
||||
// $hash=0998e56d3d507174707a740571325afb6278be09$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/list_value_cpptoc.h"
|
||||
@@ -537,9 +537,9 @@ CefCppToCRefCounted<CefListValueCppToC, CefListValue, cef_list_value_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefListValueCppToC,
|
||||
CefListValue,
|
||||
cef_list_value_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefListValueCppToC, CefListValue, cef_list_value_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=48f3eb139316785cc31cb70a1af280f2355a228b$
|
||||
// $hash=a366d3e6c44d16d536f1cbe2460647ece21ee8a5$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/load_handler_cpptoc.h"
|
||||
@@ -145,7 +145,8 @@ CefCppToCRefCounted<CefLoadHandlerCppToC, CefLoadHandler, cef_load_handler_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefLoadHandlerCppToC,
|
||||
CefLoadHandler,
|
||||
cef_load_handler_t>::DebugObjCt = 0;
|
||||
cef_load_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9ebac77c8ad6c56ac04eb765884d9c192d2da10c$
|
||||
// $hash=8939d5698acfbbf9191fbc375317399d338973c4$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/menu_model_cpptoc.h"
|
||||
@@ -1176,9 +1176,9 @@ CefCppToCRefCounted<CefMenuModelCppToC, CefMenuModel, cef_menu_model_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefMenuModelCppToC,
|
||||
CefMenuModel,
|
||||
cef_menu_model_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefMenuModelCppToC, CefMenuModel, cef_menu_model_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8df90eb582df20061513fb80264da53b9d97849b$
|
||||
// $hash=1177066a4e47d71855efa3103f191a5f3ef78100$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/menu_model_delegate_cpptoc.h"
|
||||
@@ -196,10 +196,10 @@ CefRefPtr<CefMenuModelDelegate> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefMenuModelDelegateCppToC,
|
||||
CefMenuModelDelegate,
|
||||
cef_menu_model_delegate_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefMenuModelDelegateCppToC,
|
||||
CefMenuModelDelegate,
|
||||
cef_menu_model_delegate_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=621ee97874f724bf57e27cfcfd4731c161d0b353$
|
||||
// $hash=05038184d92d97f87250a8d0fb9a0a042a9bbbe0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/navigation_entry_cpptoc.h"
|
||||
@@ -202,8 +202,8 @@ CefRefPtr<CefNavigationEntry> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefNavigationEntryCppToC,
|
||||
CefNavigationEntry,
|
||||
cef_navigation_entry_t>::DebugObjCt =
|
||||
0;
|
||||
cef_navigation_entry_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=06ab08bb628eb7ec388604c9b393e9e9e1200435$
|
||||
// $hash=b5d9fcabea4586fb3c8e30c1fc6c16a99a3ad08b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/navigation_entry_visitor_cpptoc.h"
|
||||
@@ -64,10 +64,10 @@ CefCppToCRefCounted<CefNavigationEntryVisitorCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefNavigationEntryVisitorCppToC,
|
||||
CefNavigationEntryVisitor,
|
||||
cef_navigation_entry_visitor_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefNavigationEntryVisitorCppToC,
|
||||
CefNavigationEntryVisitor,
|
||||
cef_navigation_entry_visitor_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6f723c637ef687429368a60f58037a36e5a5ce89$
|
||||
// $hash=3e378421cd5ab5368bc617ec0a7fee51c91c6b19$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/pdf_print_callback_cpptoc.h"
|
||||
@@ -59,8 +59,8 @@ CefRefPtr<CefPdfPrintCallback> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPdfPrintCallbackCppToC,
|
||||
CefPdfPrintCallback,
|
||||
cef_pdf_print_callback_t>::DebugObjCt =
|
||||
0;
|
||||
cef_pdf_print_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c4a9a8f009c2ada8fb9756462e49f7f65f931056$
|
||||
// $hash=4b3926cc6e0211a6d1ba061e2e3788ee79afcc27$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/post_data_cpptoc.h"
|
||||
@@ -188,9 +188,9 @@ CefCppToCRefCounted<CefPostDataCppToC, CefPostData, cef_post_data_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPostDataCppToC,
|
||||
CefPostData,
|
||||
cef_post_data_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefPostDataCppToC, CefPostData, cef_post_data_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=34bc8098c254fc94e374b5ff47f6ffc065c87336$
|
||||
// $hash=1f66c831b6028a182de44b3a0fb60d27d53aa276$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/post_data_element_cpptoc.h"
|
||||
@@ -188,8 +188,8 @@ CefRefPtr<CefPostDataElement> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPostDataElementCppToC,
|
||||
CefPostDataElement,
|
||||
cef_post_data_element_t>::DebugObjCt =
|
||||
0;
|
||||
cef_post_data_element_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=12bfad16bf7ce5f2a54f06cb48fa49df496bf9a9$
|
||||
// $hash=5fb1f8e319ba997bb5dc5c2546c2f0c2b24cc0ee$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/print_dialog_callback_cpptoc.h"
|
||||
@@ -71,10 +71,10 @@ CefRefPtr<CefPrintDialogCallback> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefPrintDialogCallbackCppToC,
|
||||
CefPrintDialogCallback,
|
||||
cef_print_dialog_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefPrintDialogCallbackCppToC,
|
||||
CefPrintDialogCallback,
|
||||
cef_print_dialog_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=eba15f068169c3d986c5b44ed55aa472f47a9081$
|
||||
// $hash=ebac323b529f8e17a25744c15795a8951658360c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/print_handler_cpptoc.h"
|
||||
@@ -192,7 +192,8 @@ CefRefPtr<CefPrintHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPrintHandlerCppToC,
|
||||
CefPrintHandler,
|
||||
cef_print_handler_t>::DebugObjCt = 0;
|
||||
cef_print_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a19e32f4c64b0b5f641fec8a31de96f91b7bd982$
|
||||
// $hash=1d3a68b8e7eb18502a75d3358446b799ed9abe07$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/print_job_callback_cpptoc.h"
|
||||
@@ -52,8 +52,8 @@ CefRefPtr<CefPrintJobCallback> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPrintJobCallbackCppToC,
|
||||
CefPrintJobCallback,
|
||||
cef_print_job_callback_t>::DebugObjCt =
|
||||
0;
|
||||
cef_print_job_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4a7de54e64d113db827af72ab032fe3803773e1a$
|
||||
// $hash=ee173ed1052a341604fe422e6ab8efc5d3c1f2c4$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/print_settings_cpptoc.h"
|
||||
@@ -454,7 +454,8 @@ CefRefPtr<CefPrintSettings> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPrintSettingsCppToC,
|
||||
CefPrintSettings,
|
||||
cef_print_settings_t>::DebugObjCt = 0;
|
||||
cef_print_settings_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=665bb7026a3b2824cbb98a8904d85957b0cf3804$
|
||||
// $hash=08119525638c7d00c2668dfd73f96933c7fc9b50$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/process_message_cpptoc.h"
|
||||
@@ -140,7 +140,8 @@ CefRefPtr<CefProcessMessage> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefProcessMessageCppToC,
|
||||
CefProcessMessage,
|
||||
cef_process_message_t>::DebugObjCt = 0;
|
||||
cef_process_message_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f92e2d8dea0ebbb5d0e2bd31cd7e8322db6e95fc$
|
||||
// $hash=4706e2b6b731c9db45eaa330b4432440ab8886d7$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/read_handler_cpptoc.h"
|
||||
@@ -121,7 +121,8 @@ CefCppToCRefCounted<CefReadHandlerCppToC, CefReadHandler, cef_read_handler_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefReadHandlerCppToC,
|
||||
CefReadHandler,
|
||||
cef_read_handler_t>::DebugObjCt = 0;
|
||||
cef_read_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=22598eaff6bdb3ebecc52d1161ed222203216963$
|
||||
// $hash=d07ba724ed4394bf4903b05bd37d8b3426ca7ebd$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/register_cdm_callback_cpptoc.h"
|
||||
@@ -56,10 +56,10 @@ CefRefPtr<CefRegisterCdmCallback> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefRegisterCdmCallbackCppToC,
|
||||
CefRegisterCdmCallback,
|
||||
cef_register_cdm_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefRegisterCdmCallbackCppToC,
|
||||
CefRegisterCdmCallback,
|
||||
cef_register_cdm_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7d76e5dd6c0eccb57efb9a5202688705df7b5c16$
|
||||
// $hash=b25fb4cd7ab674b8366afabe6340d732a04d3206$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/render_handler_cpptoc.h"
|
||||
@@ -445,7 +445,8 @@ CefRefPtr<CefRenderHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefRenderHandlerCppToC,
|
||||
CefRenderHandler,
|
||||
cef_render_handler_t>::DebugObjCt = 0;
|
||||
cef_render_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=983c18727fdd4116f5b98eb9d1921d58f1511c76$
|
||||
// $hash=05966899fc7edb30c70adcf7c04e03ef69ea47cc$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/render_process_handler_cpptoc.h"
|
||||
@@ -332,10 +332,10 @@ CefRefPtr<CefRenderProcessHandler> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefRenderProcessHandlerCppToC,
|
||||
CefRenderProcessHandler,
|
||||
cef_render_process_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefRenderProcessHandlerCppToC,
|
||||
CefRenderProcessHandler,
|
||||
cef_render_process_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7f23d6a5af6381c210dad9505f4fd2b36bb27b9a$
|
||||
// $hash=0d80f7272be1943a0e94887fe882f01166247ef8$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_callback_cpptoc.h"
|
||||
@@ -65,8 +65,8 @@ CefRefPtr<CefRequestCallback> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefRequestCallbackCppToC,
|
||||
CefRequestCallback,
|
||||
cef_request_callback_t>::DebugObjCt =
|
||||
0;
|
||||
cef_request_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=247a6ee7f7477a1a6ebfc8702b0d13a51b5310c5$
|
||||
// $hash=12152d9a0c2f7acf5c7ac9d0eb2facc83c00d688$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_context_cpptoc.h"
|
||||
@@ -488,7 +488,8 @@ CefRefPtr<CefRequestContext> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefRequestContextCppToC,
|
||||
CefRequestContext,
|
||||
cef_request_context_t>::DebugObjCt = 0;
|
||||
cef_request_context_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2bc0696da2c14f967c6b16e3f78e1e4479ed50d1$
|
||||
// $hash=9f8701b130114d4d36b9df1045dc65b899f7141c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_context_handler_cpptoc.h"
|
||||
@@ -96,10 +96,10 @@ CefRefPtr<CefRequestContextHandler> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefRequestContextHandlerCppToC,
|
||||
CefRequestContextHandler,
|
||||
cef_request_context_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefRequestContextHandlerCppToC,
|
||||
CefRequestContextHandler,
|
||||
cef_request_context_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ec22bd815e23e3643d6ffb3db5573d6b24ea275c$
|
||||
// $hash=a6faf919c7472a42f9cf36ecf28a812ad06e7c4e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_cpptoc.h"
|
||||
@@ -407,9 +407,9 @@ CefCppToCRefCounted<CefRequestCppToC, CefRequest, cef_request_t>::UnwrapDerived(
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefRequestCppToC,
|
||||
CefRequest,
|
||||
cef_request_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefRequestCppToC, CefRequest, cef_request_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=debd32c1e6bb7d1caca659f93e1a6fbb0e5018a9$
|
||||
// $hash=fc5f3eef3a1ac0e650a08fd0b63fdf834c3bc99f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_handler_cpptoc.h"
|
||||
@@ -628,7 +628,8 @@ CefRefPtr<CefRequestHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefRequestHandlerCppToC,
|
||||
CefRequestHandler,
|
||||
cef_request_handler_t>::DebugObjCt = 0;
|
||||
cef_request_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2055b8206165fb8583b6d7659366d438913f3c25$
|
||||
// $hash=dcd5b947f474c1b30b5d8b8e4b331c5b8d660edc$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resolve_callback_cpptoc.h"
|
||||
@@ -61,8 +61,8 @@ CefRefPtr<CefResolveCallback> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefResolveCallbackCppToC,
|
||||
CefResolveCallback,
|
||||
cef_resolve_callback_t>::DebugObjCt =
|
||||
0;
|
||||
cef_resolve_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=cad0f658e2f2c93fefbe5abd77135a94cf57f7d9$
|
||||
// $hash=84fdc930bc269b6718fdbb3fef115c691de4f47d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resource_bundle_cpptoc.h"
|
||||
@@ -151,7 +151,8 @@ CefRefPtr<CefResourceBundle> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefResourceBundleCppToC,
|
||||
CefResourceBundle,
|
||||
cef_resource_bundle_t>::DebugObjCt = 0;
|
||||
cef_resource_bundle_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=47339f94c600cd510238e5994ac25684fe82fc14$
|
||||
// $hash=14757f24d9cb1ca95739bfb942e1c011d1bc92a9$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resource_bundle_handler_cpptoc.h"
|
||||
@@ -148,10 +148,10 @@ CefRefPtr<CefResourceBundleHandler> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefResourceBundleHandlerCppToC,
|
||||
CefResourceBundleHandler,
|
||||
cef_resource_bundle_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefResourceBundleHandlerCppToC,
|
||||
CefResourceBundleHandler,
|
||||
cef_resource_bundle_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=71288eacf082e55ff7e9f827abacd855c20460e4$
|
||||
// $hash=e5ec12b632b53457ea3fee7ec5088ae8f939d8bf$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resource_handler_cpptoc.h"
|
||||
@@ -213,8 +213,8 @@ CefRefPtr<CefResourceHandler> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefResourceHandlerCppToC,
|
||||
CefResourceHandler,
|
||||
cef_resource_handler_t>::DebugObjCt =
|
||||
0;
|
||||
cef_resource_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8c78d1549f74bf28ef06fdfa0d4b0d897788f927$
|
||||
// $hash=a6df8dec83137f421b6c276bdf1867ba3d98a8d7$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/response_cpptoc.h"
|
||||
@@ -251,9 +251,9 @@ CefCppToCRefCounted<CefResponseCppToC, CefResponse, cef_response_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefResponseCppToC,
|
||||
CefResponse,
|
||||
cef_response_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefResponseCppToC, CefResponse, cef_response_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=86e0b6a1e669437f51917386ce57d4111178fe59$
|
||||
// $hash=add253ed8b10b0894c57c9459720a39699afe34d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/response_filter_cpptoc.h"
|
||||
@@ -105,7 +105,8 @@ CefRefPtr<CefResponseFilter> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefResponseFilterCppToC,
|
||||
CefResponseFilter,
|
||||
cef_response_filter_t>::DebugObjCt = 0;
|
||||
cef_response_filter_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=11b53a9b52b929cc12d29ed4b73108b2ebab3628$
|
||||
// $hash=176a131e18d8eaa802a723d60b54ca47ceab07b7$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/run_context_menu_callback_cpptoc.h"
|
||||
@@ -65,10 +65,10 @@ CefCppToCRefCounted<CefRunContextMenuCallbackCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefRunContextMenuCallbackCppToC,
|
||||
CefRunContextMenuCallback,
|
||||
cef_run_context_menu_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefRunContextMenuCallbackCppToC,
|
||||
CefRunContextMenuCallback,
|
||||
cef_run_context_menu_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=1522ca444b68114d64bc346d784639544f400f8f$
|
||||
// $hash=83fcf9fdedeee9ae48661c128b95bbd382fbbc82$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/run_file_dialog_callback_cpptoc.h"
|
||||
@@ -64,10 +64,10 @@ CefCppToCRefCounted<CefRunFileDialogCallbackCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefRunFileDialogCallbackCppToC,
|
||||
CefRunFileDialogCallback,
|
||||
cef_run_file_dialog_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefRunFileDialogCallbackCppToC,
|
||||
CefRunFileDialogCallback,
|
||||
cef_run_file_dialog_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=815287a25120b02a67c6a04cd84132cf7f746f92$
|
||||
// $hash=b7c7f06409f90a2828a6343f4582c16d26f0a175$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/scheme_handler_factory_cpptoc.h"
|
||||
@@ -74,10 +74,10 @@ CefRefPtr<CefSchemeHandlerFactory> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefSchemeHandlerFactoryCppToC,
|
||||
CefSchemeHandlerFactory,
|
||||
cef_scheme_handler_factory_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefSchemeHandlerFactoryCppToC,
|
||||
CefSchemeHandlerFactory,
|
||||
cef_scheme_handler_factory_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=0eb1f2d2f28463f3ca3b38b4bdfea425c2a1d4c9$
|
||||
// $hash=c1c56c92c4dc4700e774f8fbec9f635440ea9e6c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/scheme_registrar_cpptoc.h"
|
||||
@@ -80,7 +80,8 @@ CefRawPtr<CefSchemeRegistrar> CefCppToCScoped<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCScoped<CefSchemeRegistrarCppToC,
|
||||
CefSchemeRegistrar,
|
||||
cef_scheme_registrar_t>::DebugObjCt = 0;
|
||||
cef_scheme_registrar_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=71428694b408ac2be29fd0c14aff9339a01cf3bf$
|
||||
// $hash=99c11f27ac6e81a3f44957ff6a136090a88d89cb$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/select_client_certificate_callback_cpptoc.h"
|
||||
@@ -56,11 +56,10 @@ CefCppToCRefCounted<CefSelectClientCertificateCallbackCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefSelectClientCertificateCallbackCppToC,
|
||||
CefSelectClientCertificateCallback,
|
||||
cef_select_client_certificate_callback_t>::DebugObjCt =
|
||||
0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefSelectClientCertificateCallbackCppToC,
|
||||
CefSelectClientCertificateCallback,
|
||||
cef_select_client_certificate_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4a2ec304178530684d11e8b97ea2cfbd209d2f1e$
|
||||
// $hash=843899ae8ed15cf957ab8289ee917d48c1b2080f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/set_cookie_callback_cpptoc.h"
|
||||
@@ -51,10 +51,10 @@ CefRefPtr<CefSetCookieCallback> CefCppToCRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefSetCookieCallbackCppToC,
|
||||
CefSetCookieCallback,
|
||||
cef_set_cookie_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefSetCookieCallbackCppToC,
|
||||
CefSetCookieCallback,
|
||||
cef_set_cookie_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6b0126f9d5fcea34f38d780abeb1fe16659731b8$
|
||||
// $hash=0a541e7450b71d3ef533399c0ff45d7e9bea7cd3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/sslinfo_cpptoc.h"
|
||||
@@ -70,9 +70,9 @@ CefCppToCRefCounted<CefSSLInfoCppToC, CefSSLInfo, cef_sslinfo_t>::UnwrapDerived(
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefSSLInfoCppToC,
|
||||
CefSSLInfo,
|
||||
cef_sslinfo_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefSSLInfoCppToC, CefSSLInfo, cef_sslinfo_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5aef2343a86b6a3b67386998a68c9729b5c0eaed$
|
||||
// $hash=bddcbd095ff5e3b5f0fd2c4e5a52a2574a4fcd4f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/sslstatus_cpptoc.h"
|
||||
@@ -117,9 +117,9 @@ CefCppToCRefCounted<CefSSLStatusCppToC, CefSSLStatus, cef_sslstatus_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefSSLStatusCppToC,
|
||||
CefSSLStatus,
|
||||
cef_sslstatus_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefSSLStatusCppToC, CefSSLStatus, cef_sslstatus_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=47935fef33a2eb69943e8ff9d26a76f1c25861c0$
|
||||
// $hash=7a5bfeae879918806bfa4e131d547140c0e7608a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/stream_reader_cpptoc.h"
|
||||
@@ -177,7 +177,8 @@ CefRefPtr<CefStreamReader> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefStreamReaderCppToC,
|
||||
CefStreamReader,
|
||||
cef_stream_reader_t>::DebugObjCt = 0;
|
||||
cef_stream_reader_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=17030768bc7b301f326cfd2a9c4b065408c8fd63$
|
||||
// $hash=975034ba96a9c5b1fbe3925f3c53ec083ae87b31$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/stream_writer_cpptoc.h"
|
||||
@@ -160,7 +160,8 @@ CefRefPtr<CefStreamWriter> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefStreamWriterCppToC,
|
||||
CefStreamWriter,
|
||||
cef_stream_writer_t>::DebugObjCt = 0;
|
||||
cef_stream_writer_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c778771a654d82fde17dd52d7885f647945dba8f$
|
||||
// $hash=90d60ea4d8a4674cac8c3086ee7383bb5c19ec18$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/string_visitor_cpptoc.h"
|
||||
@@ -53,7 +53,8 @@ CefRefPtr<CefStringVisitor> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefStringVisitorCppToC,
|
||||
CefStringVisitor,
|
||||
cef_string_visitor_t>::DebugObjCt = 0;
|
||||
cef_string_visitor_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=208bb3fedcf86b782a03fd64c527abcf05f7b297$
|
||||
// $hash=ec98bad79e77666c59f2745c54375eefb0c568b5$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/task_cpptoc.h"
|
||||
@@ -49,7 +49,8 @@ CefCppToCRefCounted<CefTaskCppToC, CefTask, cef_task_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefTaskCppToC, CefTask, cef_task_t>::DebugObjCt = 0;
|
||||
CefCppToCRefCounted<CefTaskCppToC, CefTask, cef_task_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f5305fa3abe2638b3a079e76ab9f8c0a4d2a259d$
|
||||
// $hash=04f7d323b569e8093f338fa9ef96dd91bef4d4ce$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/task_runner_cpptoc.h"
|
||||
@@ -156,9 +156,9 @@ CefCppToCRefCounted<CefTaskRunnerCppToC, CefTaskRunner, cef_task_runner_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefTaskRunnerCppToC,
|
||||
CefTaskRunner,
|
||||
cef_task_runner_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefTaskRunnerCppToC, CefTaskRunner, cef_task_runner_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=dd909074a7d2032d5fbc4a700dfaecf00a198f42$
|
||||
// $hash=b8bf57f88934cf9b14a6380d3d72c13274d6645b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_cpptoc.h"
|
||||
@@ -1523,7 +1523,8 @@ CefRefPtr<CefTranslatorTest> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefTranslatorTestCppToC,
|
||||
CefTranslatorTest,
|
||||
cef_translator_test_t>::DebugObjCt = 0;
|
||||
cef_translator_test_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2d4f7b4eba0e67faa616e91a591872d7ca5c9902$
|
||||
// $hash=a0d7621a6ebd0b238e2bcc4d983061a9ae0e9528$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_client_child_cpptoc.h"
|
||||
@@ -79,7 +79,7 @@ template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrClientChildCppToC,
|
||||
CefTranslatorTestRefPtrClientChild,
|
||||
cef_translator_test_ref_ptr_client_child_t>::DebugObjCt = 0;
|
||||
cef_translator_test_ref_ptr_client_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b04a2cadf7325090a53b435cf777173216802ec1$
|
||||
// $hash=2150a6685059667ef3e6b870d9400b1b3e2d679b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_client_cpptoc.h"
|
||||
@@ -59,10 +59,10 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrClientCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefTranslatorTestRefPtrClientCppToC,
|
||||
CefTranslatorTestRefPtrClient,
|
||||
cef_translator_test_ref_ptr_client_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrClientCppToC,
|
||||
CefTranslatorTestRefPtrClient,
|
||||
cef_translator_test_ref_ptr_client_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c56ee9df7fe88c830a7e0280908e1c56d450c974$
|
||||
// $hash=33afb37dd24a924216cd3803908171f8379562e4$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_child_child_cpptoc.h"
|
||||
@@ -173,7 +173,8 @@ template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildChildCppToC,
|
||||
CefTranslatorTestRefPtrLibraryChildChild,
|
||||
cef_translator_test_ref_ptr_library_child_child_t>::DebugObjCt = 0;
|
||||
cef_translator_test_ref_ptr_library_child_child_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ddb7af27ed3901230f51b510f706e1c38e9c18b5$
|
||||
// $hash=0eddc8cd48b1e8a0d049eb4fb8f7d08472cd94f5$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_child_cpptoc.h"
|
||||
@@ -130,7 +130,7 @@ template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildCppToC,
|
||||
CefTranslatorTestRefPtrLibraryChild,
|
||||
cef_translator_test_ref_ptr_library_child_t>::DebugObjCt = 0;
|
||||
cef_translator_test_ref_ptr_library_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4d312527991e076c9fceef16ba645c103b074d80$
|
||||
// $hash=d2b7b1cf99643041e1b3b4fbb46c2b759cc20c38$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_cpptoc.h"
|
||||
@@ -93,10 +93,10 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryCppToC,
|
||||
CefTranslatorTestRefPtrLibrary,
|
||||
cef_translator_test_ref_ptr_library_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryCppToC,
|
||||
CefTranslatorTestRefPtrLibrary,
|
||||
cef_translator_test_ref_ptr_library_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=34501f81cbf83f221b8a0ce0a4ccdc68e5aa1450$
|
||||
// $hash=4c93372779a4d56648ed7721e655687c52fcb3dd$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_scoped_client_child_cpptoc.h"
|
||||
@@ -87,10 +87,10 @@ CefCppToCScoped<CefTranslatorTestScopedClientChildCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCScoped<CefTranslatorTestScopedClientChildCppToC,
|
||||
CefTranslatorTestScopedClientChild,
|
||||
cef_translator_test_scoped_client_child_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCScoped<
|
||||
CefTranslatorTestScopedClientChildCppToC,
|
||||
CefTranslatorTestScopedClientChild,
|
||||
cef_translator_test_scoped_client_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=92dd8bbaed61f94cb42dd4eddcd5345b0d619dc7$
|
||||
// $hash=3a7f32cc5c3a0e1ffe8f81167d44318c9d8eec41$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_scoped_client_cpptoc.h"
|
||||
@@ -76,10 +76,10 @@ CefCppToCScoped<CefTranslatorTestScopedClientCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCScoped<CefTranslatorTestScopedClientCppToC,
|
||||
CefTranslatorTestScopedClient,
|
||||
cef_translator_test_scoped_client_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCScoped<
|
||||
CefTranslatorTestScopedClientCppToC,
|
||||
CefTranslatorTestScopedClient,
|
||||
cef_translator_test_scoped_client_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5c83a33a42a843767e80850f18908237db7754ce$
|
||||
// $hash=1e6fb66a15d8ffb7cfc044a5703d1728d8bb95a6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_child_child_cpptoc.h"
|
||||
@@ -183,7 +183,8 @@ template <>
|
||||
base::AtomicRefCount CefCppToCScoped<
|
||||
CefTranslatorTestScopedLibraryChildChildCppToC,
|
||||
CefTranslatorTestScopedLibraryChildChild,
|
||||
cef_translator_test_scoped_library_child_child_t>::DebugObjCt = 0;
|
||||
cef_translator_test_scoped_library_child_child_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=40623df7ec62d989294f7c575e50bc3cd78285d7$
|
||||
// $hash=d45f6804a361dbde4ad8a2243bad7d2090c43b28$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_child_cpptoc.h"
|
||||
@@ -144,10 +144,10 @@ CefCppToCScoped<CefTranslatorTestScopedLibraryChildCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCScoped<CefTranslatorTestScopedLibraryChildCppToC,
|
||||
CefTranslatorTestScopedLibraryChild,
|
||||
cef_translator_test_scoped_library_child_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCScoped<
|
||||
CefTranslatorTestScopedLibraryChildCppToC,
|
||||
CefTranslatorTestScopedLibraryChild,
|
||||
cef_translator_test_scoped_library_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=33161851f6d712f15b49b70bb0fc0f06afda83bc$
|
||||
// $hash=780a1c691ab2c04d2e987a456c4735fc5d16412a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_cpptoc.h"
|
||||
@@ -116,10 +116,10 @@ CefCppToCScoped<CefTranslatorTestScopedLibraryCppToC,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCScoped<CefTranslatorTestScopedLibraryCppToC,
|
||||
CefTranslatorTestScopedLibrary,
|
||||
cef_translator_test_scoped_library_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCppToCScoped<
|
||||
CefTranslatorTestScopedLibraryCppToC,
|
||||
CefTranslatorTestScopedLibrary,
|
||||
cef_translator_test_scoped_library_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f1b350a92e8fe8cd6d8b81d807e0da11691b3167$
|
||||
// $hash=015e42fff08d1608e37742507742111f361e7294$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/thread_cpptoc.h"
|
||||
@@ -120,8 +120,8 @@ CefCppToCRefCounted<CefThreadCppToC, CefThread, cef_thread_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefThreadCppToC, CefThread, cef_thread_t>::DebugObjCt =
|
||||
0;
|
||||
CefCppToCRefCounted<CefThreadCppToC, CefThread, cef_thread_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=3e172d59ae9f9743527b0bce8c29dc7e14c48033$
|
||||
// $hash=1cf4b573aaa820063dbaf38377c6af7405ffc662$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/urlrequest_client_cpptoc.h"
|
||||
@@ -164,8 +164,8 @@ CefRefPtr<CefURLRequestClient> CefCppToCRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefURLRequestClientCppToC,
|
||||
CefURLRequestClient,
|
||||
cef_urlrequest_client_t>::DebugObjCt =
|
||||
0;
|
||||
cef_urlrequest_client_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user