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=419693bf94c043b9c88231dbe321dcefab80e83c$
|
||||
// $hash=f691c98aa1cd0771028eee7138ed1e4d8b5add83$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/accessibility_handler_ctocpp.h"
|
||||
@@ -68,10 +68,10 @@ cef_accessibility_handler_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefAccessibilityHandlerCToCpp,
|
||||
CefAccessibilityHandler,
|
||||
cef_accessibility_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefAccessibilityHandlerCToCpp,
|
||||
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=96b7f6c626b0153930f9687c6cb5845ac4af2443$
|
||||
// $hash=3d9e2266ac75c057313efa394287207897101686$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/app_ctocpp.h"
|
||||
@@ -123,7 +123,8 @@ cef_app_t* CefCToCppRefCounted<CefAppCToCpp, CefApp, cef_app_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefAppCToCpp, CefApp, cef_app_t>::DebugObjCt = 0;
|
||||
CefCToCppRefCounted<CefAppCToCpp, 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=4eadd6cf6e4016537a2dbb9a041f6189801d085a$
|
||||
// $hash=7ee7e6684f3703ede9b5dcfb40170923a9d5242e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/auth_callback_ctocpp.h"
|
||||
@@ -63,7 +63,8 @@ CefCToCppRefCounted<CefAuthCallbackCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefAuthCallbackCToCpp,
|
||||
CefAuthCallback,
|
||||
cef_auth_callback_t>::DebugObjCt = 0;
|
||||
cef_auth_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -20,8 +20,8 @@ cef_base_ref_counted_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefBaseRefCountedCToCpp,
|
||||
CefBaseRefCounted,
|
||||
cef_base_ref_counted_t>::DebugObjCt =
|
||||
0;
|
||||
cef_base_ref_counted_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -24,9 +24,9 @@ CefCToCppScoped<CefBaseScopedCToCpp, CefBaseScoped, cef_base_scoped_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppScoped<CefBaseScopedCToCpp,
|
||||
CefBaseScoped,
|
||||
cef_base_scoped_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppScoped<CefBaseScopedCToCpp, 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=9f7b5d40247a23361c6b5622dbfba9fc50663a4f$
|
||||
// $hash=6620dc6736041e4b366326edda388eac15296724$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/before_download_callback_ctocpp.h"
|
||||
@@ -47,10 +47,10 @@ cef_before_download_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefBeforeDownloadCallbackCToCpp,
|
||||
CefBeforeDownloadCallback,
|
||||
cef_before_download_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefBeforeDownloadCallbackCToCpp,
|
||||
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=bbf880e622f6de542a35ea2b0dbd0b874ef2c512$
|
||||
// $hash=cb0d263d6a1c801f1ca75c743bc8d2e5078c46c9$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/binary_value_ctocpp.h"
|
||||
@@ -165,7 +165,8 @@ CefCToCppRefCounted<CefBinaryValueCToCpp, CefBinaryValue, cef_binary_value_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefBinaryValueCToCpp,
|
||||
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=9f702354dd9771258d66cec721eba3e2ab0cd046$
|
||||
// $hash=00ec9a0ebedc9593aaedfffdfca7272b52d79d1d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/browser_ctocpp.h"
|
||||
@@ -363,9 +363,9 @@ CefCToCppRefCounted<CefBrowserCToCpp, CefBrowser, cef_browser_t>::UnwrapDerived(
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefBrowserCToCpp,
|
||||
CefBrowser,
|
||||
cef_browser_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefBrowserCToCpp, 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=ff50d55a6a41b1cb861df1ff7d48a243dbbd665c$
|
||||
// $hash=aff3b781529dd68e4a26208c7ab116e8ecd8cca5$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/browser_host_ctocpp.h"
|
||||
@@ -836,7 +836,8 @@ CefCToCppRefCounted<CefBrowserHostCToCpp, CefBrowserHost, cef_browser_host_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefBrowserHostCToCpp,
|
||||
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=4b9ebfdb62673c673fb1628c8f24bb50754cb869$
|
||||
// $hash=8ff1b23597bf206aa0d65c02e101728bfaf5b084$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/browser_process_handler_ctocpp.h"
|
||||
@@ -107,10 +107,10 @@ cef_browser_process_handler_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefBrowserProcessHandlerCToCpp,
|
||||
CefBrowserProcessHandler,
|
||||
cef_browser_process_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefBrowserProcessHandlerCToCpp,
|
||||
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=7ee795c5a528d9f9d0145b138c8f87e427d9fd48$
|
||||
// $hash=097e5a79e3e4988d5498f94ff9ec53586a65bbb1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/callback_ctocpp.h"
|
||||
@@ -52,9 +52,9 @@ CefCToCppRefCounted<CefCallbackCToCpp, CefCallback, cef_callback_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefCallbackCToCpp,
|
||||
CefCallback,
|
||||
cef_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefCallbackCToCpp, 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=1a5e4dcfa2ffdc3755bd9ea45c928e2bb0e17540$
|
||||
// $hash=6a38b0b55e4fa4ec4a38db7d2255064e4325c420$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/client_ctocpp.h"
|
||||
@@ -274,8 +274,8 @@ CefCToCppRefCounted<CefClientCToCpp, CefClient, cef_client_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefClientCToCpp, CefClient, cef_client_t>::DebugObjCt =
|
||||
0;
|
||||
CefCToCppRefCounted<CefClientCToCpp, 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=2d277a1a0ba292fb02e44230912d75b438a7fb4f$
|
||||
// $hash=ff46b642bd5975aa567300c12ce8bf1e0c469d63$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/command_line_ctocpp.h"
|
||||
@@ -414,7 +414,8 @@ CefCToCppRefCounted<CefCommandLineCToCpp, CefCommandLine, cef_command_line_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefCommandLineCToCpp,
|
||||
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=dbe3d9b43be8554f642165c6230ceb267999fb02$
|
||||
// $hash=92cbd77b8c60f6c0c779ec5f92a741744e8c00b5$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/completion_callback_ctocpp.h"
|
||||
@@ -43,10 +43,10 @@ cef_completion_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefCompletionCallbackCToCpp,
|
||||
CefCompletionCallback,
|
||||
cef_completion_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefCompletionCallbackCToCpp,
|
||||
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=29dcaab3b72b6deeb4e6eb682287e1d25c8b21e1$
|
||||
// $hash=37de4497a1b539244785fbc5ab8d90b127a2ab80$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/context_menu_handler_ctocpp.h"
|
||||
@@ -172,10 +172,10 @@ cef_context_menu_handler_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefContextMenuHandlerCToCpp,
|
||||
CefContextMenuHandler,
|
||||
cef_context_menu_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefContextMenuHandlerCToCpp,
|
||||
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=393260edeabe88e52ab45caee677d59fbfb3270f$
|
||||
// $hash=614ebbb5e56b86e3b8bf43d9d5d711a99a86a2cc$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/context_menu_params_ctocpp.h"
|
||||
@@ -363,10 +363,10 @@ cef_context_menu_params_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefContextMenuParamsCToCpp,
|
||||
CefContextMenuParams,
|
||||
cef_context_menu_params_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefContextMenuParamsCToCpp,
|
||||
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=029e88d2ce63882c56cf0ac4c22772fe149dcfb4$
|
||||
// $hash=1b9460a910eefbb7c238fee39d1a7461c238d5eb$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/cookie_manager_ctocpp.h"
|
||||
@@ -231,7 +231,8 @@ CefCToCppRefCounted<CefCookieManagerCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefCookieManagerCToCpp,
|
||||
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=e8834bbf6ab6cb2575f73e3f62e70709f9b36322$
|
||||
// $hash=a954d7ff4b0fce54eadccea60baf321a47effd6f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/cookie_visitor_ctocpp.h"
|
||||
@@ -58,7 +58,8 @@ CefCToCppRefCounted<CefCookieVisitorCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefCookieVisitorCToCpp,
|
||||
CefCookieVisitor,
|
||||
cef_cookie_visitor_t>::DebugObjCt = 0;
|
||||
cef_cookie_visitor_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
|
@@ -6,6 +6,7 @@
|
||||
#define CEF_LIBCEF_DLL_CTOCPP_CTOCPP_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=d6a443ca416468eb7fadc6a4b991c5dc9e742b75$
|
||||
// $hash=a32e60e1af46a68d75bec3514a59d81ee67203d0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/delete_cookies_callback_ctocpp.h"
|
||||
@@ -43,10 +43,10 @@ cef_delete_cookies_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefDeleteCookiesCallbackCToCpp,
|
||||
CefDeleteCookiesCallback,
|
||||
cef_delete_cookies_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefDeleteCookiesCallbackCToCpp,
|
||||
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=60cf4242abcc2491bbff94d76da6c1683eae7821$
|
||||
// $hash=af23f12434672dcf50df95b4e0ec33b92d86943f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/dialog_handler_ctocpp.h"
|
||||
@@ -85,7 +85,8 @@ CefCToCppRefCounted<CefDialogHandlerCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDialogHandlerCToCpp,
|
||||
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=b88a478ed6bd8ba50348a76691f4c36994bca20e$
|
||||
// $hash=9da71f972c1979ea23e8122d3fcfffa49791320c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/dictionary_value_ctocpp.h"
|
||||
@@ -617,8 +617,8 @@ cef_dictionary_value_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDictionaryValueCToCpp,
|
||||
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=6ca2f1e0e45645a486603e812aeaffa2de275268$
|
||||
// $hash=3326b8685ef95a87e31c06ed4b2b7c1072e8dda2$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/display_handler_ctocpp.h"
|
||||
@@ -198,7 +198,8 @@ cef_display_handler_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDisplayHandlerCToCpp,
|
||||
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=8f474a766fbe4a540f7d11ba76775b8de495e774$
|
||||
// $hash=5b6bd94aebe436d85e66fbc939e49b2e30c2b43e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/domdocument_ctocpp.h"
|
||||
@@ -251,7 +251,8 @@ CefCToCppRefCounted<CefDOMDocumentCToCpp, CefDOMDocument, cef_domdocument_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDOMDocumentCToCpp,
|
||||
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=c383834c864fc6235749c096939144303ea23af1$
|
||||
// $hash=bf38d3d982e86d37a2201c77c7a40e684e8bbb7d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/domnode_ctocpp.h"
|
||||
@@ -454,9 +454,9 @@ CefCToCppRefCounted<CefDOMNodeCToCpp, CefDOMNode, cef_domnode_t>::UnwrapDerived(
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDOMNodeCToCpp,
|
||||
CefDOMNode,
|
||||
cef_domnode_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefDOMNodeCToCpp, 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=b3f68b08525a2336833f6449763044ad22788e39$
|
||||
// $hash=ed34abf9237f2bcc947c49dc5177f824529888d1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/domvisitor_ctocpp.h"
|
||||
@@ -47,9 +47,9 @@ CefCToCppRefCounted<CefDOMVisitorCToCpp, CefDOMVisitor, cef_domvisitor_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDOMVisitorCToCpp,
|
||||
CefDOMVisitor,
|
||||
cef_domvisitor_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefDOMVisitorCToCpp, 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=b2141197beb4b7a706c82c5dffbfe5338667d2a2$
|
||||
// $hash=d8c54494b305e8d9084c085fe5f0068acfeb0651$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/download_handler_ctocpp.h"
|
||||
@@ -102,8 +102,8 @@ cef_download_handler_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDownloadHandlerCToCpp,
|
||||
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=65f2da73259d7f1847c8b4cdfbd8c7298469fa5c$
|
||||
// $hash=e01bc9ce18da170e968017ba0de8928090283f03$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/download_image_callback_ctocpp.h"
|
||||
@@ -55,10 +55,10 @@ cef_download_image_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefDownloadImageCallbackCToCpp,
|
||||
CefDownloadImageCallback,
|
||||
cef_download_image_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefDownloadImageCallbackCToCpp,
|
||||
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=d9215ae02910dd9116d40e31163cf7eea491012f$
|
||||
// $hash=158b19fa3b7bec818b76834d487844acf7434273$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/download_item_callback_ctocpp.h"
|
||||
@@ -65,10 +65,10 @@ cef_download_item_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefDownloadItemCallbackCToCpp,
|
||||
CefDownloadItemCallback,
|
||||
cef_download_item_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefDownloadItemCallbackCToCpp,
|
||||
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=8d42b80fd9a45dc0d59127e1b72ec9900d5e1679$
|
||||
// $hash=2f4ecf2b7fdac27491dc8641d406af12121394ab$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/download_item_ctocpp.h"
|
||||
@@ -284,7 +284,8 @@ CefCToCppRefCounted<CefDownloadItemCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDownloadItemCToCpp,
|
||||
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=543054b6b4e606ea5c571ca48d2108f8ed6674ab$
|
||||
// $hash=421034f458510f8528ffd3ef8fb6c87a95896c77$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/drag_data_ctocpp.h"
|
||||
@@ -420,9 +420,9 @@ CefCToCppRefCounted<CefDragDataCToCpp, CefDragData, cef_drag_data_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDragDataCToCpp,
|
||||
CefDragData,
|
||||
cef_drag_data_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefDragDataCToCpp, 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=229f4f18649cbee1661cf3f9c6b25fc5410c2acc$
|
||||
// $hash=1339d4a2c50295d64ccfc40c3f4e3b01126ae333$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/drag_handler_ctocpp.h"
|
||||
@@ -96,7 +96,8 @@ CefCToCppRefCounted<CefDragHandlerCToCpp, CefDragHandler, cef_drag_handler_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDragHandlerCToCpp,
|
||||
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=a3c3922ab75506acb378690f3275e26cb834efba$
|
||||
// $hash=8d8b3b460f28ec8a0b81cbf20f6a1fb9e870a7d6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/end_tracing_callback_ctocpp.h"
|
||||
@@ -49,10 +49,10 @@ cef_end_tracing_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefEndTracingCallbackCToCpp,
|
||||
CefEndTracingCallback,
|
||||
cef_end_tracing_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefEndTracingCallbackCToCpp,
|
||||
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=ce458b428e608a21d3a8ddfb71083edade3cb133$
|
||||
// $hash=a00508f71ab303aff4779b1ae48df50b61cd3bed$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/file_dialog_callback_ctocpp.h"
|
||||
@@ -73,10 +73,10 @@ cef_file_dialog_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefFileDialogCallbackCToCpp,
|
||||
CefFileDialogCallback,
|
||||
cef_file_dialog_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefFileDialogCallbackCToCpp,
|
||||
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=d881d2602682ff4510ff88f297aea7b2420f9499$
|
||||
// $hash=02e7b6d24615b66d38e7f8102fa1061ad4f4204d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/find_handler_ctocpp.h"
|
||||
@@ -56,7 +56,8 @@ CefCToCppRefCounted<CefFindHandlerCToCpp, CefFindHandler, cef_find_handler_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefFindHandlerCToCpp,
|
||||
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=9622ef1a85aabf6aa381b49f199db5473271b67a$
|
||||
// $hash=0529472186fd9e4b1dacc8641b705b7ba1d634ab$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/focus_handler_ctocpp.h"
|
||||
@@ -89,7 +89,8 @@ CefCToCppRefCounted<CefFocusHandlerCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefFocusHandlerCToCpp,
|
||||
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=41f0d92241ef955c0eb0a5a2ed0c3aafae0fb38b$
|
||||
// $hash=73a2a5ef7d9e086e40fb19488f9906d79918ba66$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/frame_ctocpp.h"
|
||||
@@ -376,7 +376,8 @@ CefCToCppRefCounted<CefFrameCToCpp, CefFrame, cef_frame_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefFrameCToCpp, CefFrame, cef_frame_t>::DebugObjCt = 0;
|
||||
CefCToCppRefCounted<CefFrameCToCpp, 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=fad66d22e436870bec7d0d8fd41020aee409199a$
|
||||
// $hash=96086b1a55c3539fa5a98c71363b1c9f78570398$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/geolocation_callback_ctocpp.h"
|
||||
@@ -43,10 +43,10 @@ cef_geolocation_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefGeolocationCallbackCToCpp,
|
||||
CefGeolocationCallback,
|
||||
cef_geolocation_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefGeolocationCallbackCToCpp,
|
||||
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=e6b3335f4fa9f8f04ac24c5b66e49923ab7e6e5c$
|
||||
// $hash=ead4da44ae76e5b400395a794132fa3f7c2de1a2$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/geolocation_handler_ctocpp.h"
|
||||
@@ -86,10 +86,10 @@ cef_geolocation_handler_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefGeolocationHandlerCToCpp,
|
||||
CefGeolocationHandler,
|
||||
cef_geolocation_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefGeolocationHandlerCToCpp,
|
||||
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=a0931ea5dc8d42995b5e114974a8e389d3e58e96$
|
||||
// $hash=244606e20e814745606c05061a14d4e79fc782d1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/get_geolocation_callback_ctocpp.h"
|
||||
@@ -45,10 +45,10 @@ cef_get_geolocation_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefGetGeolocationCallbackCToCpp,
|
||||
CefGetGeolocationCallback,
|
||||
cef_get_geolocation_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefGetGeolocationCallbackCToCpp,
|
||||
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=5e40116321512494caef88ecd4bf6b6185073382$
|
||||
// $hash=36fb36578579c66789bc788c599636a94db5856f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/image_ctocpp.h"
|
||||
@@ -280,7 +280,8 @@ CefCToCppRefCounted<CefImageCToCpp, CefImage, cef_image_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefImageCToCpp, CefImage, cef_image_t>::DebugObjCt = 0;
|
||||
CefCToCppRefCounted<CefImageCToCpp, 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=ed31bf8c6b15dfbe06bc8cc725d845d6b09bcbcf$
|
||||
// $hash=9449b646338bc2bf169dbbe3f08ce5655682c53e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/jsdialog_callback_ctocpp.h"
|
||||
@@ -48,8 +48,8 @@ cef_jsdialog_callback_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefJSDialogCallbackCToCpp,
|
||||
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=b428b0f15ba1b1661a5ce951a659975028f368c8$
|
||||
// $hash=404ef52888aed03b8fccb4cfde74e579f8302fa6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/jsdialog_handler_ctocpp.h"
|
||||
@@ -139,8 +139,8 @@ cef_jsdialog_handler_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefJSDialogHandlerCToCpp,
|
||||
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=41649365a1d97eac029e3dbcd8c19da5e03bc341$
|
||||
// $hash=0ca1bb95f98dbb06b79c341cd586db56b932a557$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/keyboard_handler_ctocpp.h"
|
||||
@@ -93,8 +93,8 @@ cef_keyboard_handler_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefKeyboardHandlerCToCpp,
|
||||
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=1fc3388d5e22b38460cfbbdbbca15a10f19320c7$
|
||||
// $hash=f15fe0b9fa2f4687550cb93a612e01778f07c53e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/life_span_handler_ctocpp.h"
|
||||
@@ -152,8 +152,8 @@ cef_life_span_handler_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefLifeSpanHandlerCToCpp,
|
||||
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=a9ba4a22361c5f7d2de811f12348633bd2515f43$
|
||||
// $hash=fa19a227c490dd51d34485e9c27090c3052e2621$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/list_value_ctocpp.h"
|
||||
@@ -477,9 +477,9 @@ CefCToCppRefCounted<CefListValueCToCpp, CefListValue, cef_list_value_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefListValueCToCpp,
|
||||
CefListValue,
|
||||
cef_list_value_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefListValueCToCpp, 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=bbb850a48e96714faf6f4772b517bd748a1d36e2$
|
||||
// $hash=3cdb8874a933875c72b33a8237e84223f18c6dbd$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/load_handler_ctocpp.h"
|
||||
@@ -131,7 +131,8 @@ CefCToCppRefCounted<CefLoadHandlerCToCpp, CefLoadHandler, cef_load_handler_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefLoadHandlerCToCpp,
|
||||
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=be685c43e83d5b570606ed3708ce83d9e6bad0c8$
|
||||
// $hash=5e3c716f25ba54a3d277d13612b8d90f68518638$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/menu_model_ctocpp.h"
|
||||
@@ -972,9 +972,9 @@ CefCToCppRefCounted<CefMenuModelCToCpp, CefMenuModel, cef_menu_model_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefMenuModelCToCpp,
|
||||
CefMenuModel,
|
||||
cef_menu_model_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefMenuModelCToCpp, 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=e789b2428bc059a5ccce8ce1a9cc756986fbcad0$
|
||||
// $hash=87b13751ccdaeb19b84ecfb62a6f254881edb782$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/menu_model_delegate_ctocpp.h"
|
||||
@@ -165,10 +165,10 @@ cef_menu_model_delegate_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefMenuModelDelegateCToCpp,
|
||||
CefMenuModelDelegate,
|
||||
cef_menu_model_delegate_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefMenuModelDelegateCToCpp,
|
||||
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=9b93796afe697e0e7e9925b0937fc8ee661f8d92$
|
||||
// $hash=c122252f704410c504252f3ec109a7d0cf23ca72$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/navigation_entry_ctocpp.h"
|
||||
@@ -184,8 +184,8 @@ cef_navigation_entry_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefNavigationEntryCToCpp,
|
||||
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=18f54750f071fa94a3397dedaf2b90c3d4fe3f4b$
|
||||
// $hash=2dced8653b36f1ac5cacc16225b615c9d2146dde$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/navigation_entry_visitor_ctocpp.h"
|
||||
@@ -57,10 +57,10 @@ cef_navigation_entry_visitor_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefNavigationEntryVisitorCToCpp,
|
||||
CefNavigationEntryVisitor,
|
||||
cef_navigation_entry_visitor_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefNavigationEntryVisitorCToCpp,
|
||||
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=d7aae81d3552e76b0fed3fdbd467fc1a89df7e97$
|
||||
// $hash=8ee134711d9d71acd08c0a0146494a4f1b76f58b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/pdf_print_callback_ctocpp.h"
|
||||
@@ -51,8 +51,8 @@ cef_pdf_print_callback_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPdfPrintCallbackCToCpp,
|
||||
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=62ea8e5f3c69adcb7cce5105e55bbca12373e533$
|
||||
// $hash=2ff6317da050b73b4fb6bb3d5303b364ecc496c0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/post_data_ctocpp.h"
|
||||
@@ -174,9 +174,9 @@ CefCToCppRefCounted<CefPostDataCToCpp, CefPostData, cef_post_data_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPostDataCToCpp,
|
||||
CefPostData,
|
||||
cef_post_data_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefPostDataCToCpp, 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=f66e7704d6938d0a6997fd7e7f575930659af430$
|
||||
// $hash=85d400500ae15b1750ac10905cac8c90e3ab1541$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/post_data_element_ctocpp.h"
|
||||
@@ -166,8 +166,8 @@ cef_post_data_element_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPostDataElementCToCpp,
|
||||
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=6cb42b7225acbf15f3a90243cb7d0edf55cf4f46$
|
||||
// $hash=cdb630c6778da3e9e270cc6885a4e40f9f2e73f9$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/print_dialog_callback_ctocpp.h"
|
||||
@@ -61,10 +61,10 @@ cef_print_dialog_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefPrintDialogCallbackCToCpp,
|
||||
CefPrintDialogCallback,
|
||||
cef_print_dialog_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefPrintDialogCallbackCToCpp,
|
||||
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=81ba68d1a06a25947aa4533d2c50fff945c54fd0$
|
||||
// $hash=13007e99601ca2653352388e3be5e17932747418$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/print_handler_ctocpp.h"
|
||||
@@ -175,7 +175,8 @@ CefCToCppRefCounted<CefPrintHandlerCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPrintHandlerCToCpp,
|
||||
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=8213d4426eef64d20c16ae466f5c03c1cae911dd$
|
||||
// $hash=32dd6c84d31a8affb55a3ceff6d242cca11db831$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/print_job_callback_ctocpp.h"
|
||||
@@ -45,8 +45,8 @@ cef_print_job_callback_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPrintJobCallbackCToCpp,
|
||||
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=7dea8c243d0082bc8a9cf98e4b8b2e58d7d02602$
|
||||
// $hash=908ae6082940c366a645f5727dec20a377dbee21$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/print_settings_ctocpp.h"
|
||||
@@ -388,7 +388,8 @@ CefCToCppRefCounted<CefPrintSettingsCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPrintSettingsCToCpp,
|
||||
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=8d022d9bff90419f3c199e1ee0068945cf6329f1$
|
||||
// $hash=0b993dfde493bc6a973bf806392a28c220ec3daa$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/process_message_ctocpp.h"
|
||||
@@ -124,7 +124,8 @@ cef_process_message_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefProcessMessageCToCpp,
|
||||
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=e6cce9479e55e626246b278bc40c43bbdebd4746$
|
||||
// $hash=47f510069d12fe6f7b6ff01e49b9f559bd96ef3e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/read_handler_ctocpp.h"
|
||||
@@ -107,7 +107,8 @@ CefCToCppRefCounted<CefReadHandlerCToCpp, CefReadHandler, cef_read_handler_t>::
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefReadHandlerCToCpp,
|
||||
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=3f82b194276294c2480a3e266d0610c09b767f21$
|
||||
// $hash=5ce31cf6f77f388bc6ddd272baf01bbc5071082d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/register_cdm_callback_ctocpp.h"
|
||||
@@ -48,10 +48,10 @@ cef_register_cdm_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefRegisterCdmCallbackCToCpp,
|
||||
CefRegisterCdmCallback,
|
||||
cef_register_cdm_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefRegisterCdmCallbackCToCpp,
|
||||
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=1266c6cf5ac224eb92dc0e999287dece4b2ac0b0$
|
||||
// $hash=2abc49d257b8e69a1deb4015762f24be0574fa5b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/render_handler_ctocpp.h"
|
||||
@@ -344,7 +344,8 @@ CefCToCppRefCounted<CefRenderHandlerCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefRenderHandlerCToCpp,
|
||||
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=e31c65768a5ec576b9dc22888d39dfbe04ab2dc5$
|
||||
// $hash=05e333383b04ef0540d0eb995ac6e4bb084a1689$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/render_process_handler_ctocpp.h"
|
||||
@@ -301,10 +301,10 @@ cef_render_process_handler_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefRenderProcessHandlerCToCpp,
|
||||
CefRenderProcessHandler,
|
||||
cef_render_process_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefRenderProcessHandlerCToCpp,
|
||||
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=eb26fb79e218ac49035cc0097fe82f394e880df7$
|
||||
// $hash=61da15e97126d0c2142ae7b71c9c1833520d6f7c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_callback_ctocpp.h"
|
||||
@@ -56,8 +56,8 @@ cef_request_callback_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefRequestCallbackCToCpp,
|
||||
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=5e273b65a19f371ad2fa5073c38dd6ad7a2c40d5$
|
||||
// $hash=eb7605c00ee71d056306cd6b9d0e7eb55112927a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_context_ctocpp.h"
|
||||
@@ -428,7 +428,8 @@ cef_request_context_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefRequestContextCToCpp,
|
||||
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=f756067d7f727278a3e4f887a308ecc72ef8a23e$
|
||||
// $hash=06dd198c1341ffa14ae98b3937df025322ed5510$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_context_handler_ctocpp.h"
|
||||
@@ -85,10 +85,10 @@ cef_request_context_handler_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefRequestContextHandlerCToCpp,
|
||||
CefRequestContextHandler,
|
||||
cef_request_context_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefRequestContextHandlerCToCpp,
|
||||
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=ab6fd3ffc31f09fa60192f56e8b58a8e9de54ef2$
|
||||
// $hash=037a8e038484feadd47de59ad73e0ea3a296bbe8$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_ctocpp.h"
|
||||
@@ -379,9 +379,9 @@ CefCToCppRefCounted<CefRequestCToCpp, CefRequest, cef_request_t>::UnwrapDerived(
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefRequestCToCpp,
|
||||
CefRequest,
|
||||
cef_request_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefRequestCToCpp, 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=03df0b0112a7f9f6cdce88b34a972ec27042b92f$
|
||||
// $hash=5f99fe6be69c570bd183e038f6f39184172ea0a6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_handler_ctocpp.h"
|
||||
@@ -582,7 +582,8 @@ cef_request_handler_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefRequestHandlerCToCpp,
|
||||
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=0e6164c03fe22c9849bdecb957011e7d6d3c80e6$
|
||||
// $hash=3dc96b6e8479a7e5fb45d079bbd34696ee517562$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resolve_callback_ctocpp.h"
|
||||
@@ -60,8 +60,8 @@ cef_resolve_callback_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefResolveCallbackCToCpp,
|
||||
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=ce7a9042d0bdebfd5c017e6bda42ee819699b6cc$
|
||||
// $hash=e6ed7dea6c86313a621700a6ea5678775926d931$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resource_bundle_ctocpp.h"
|
||||
@@ -98,7 +98,8 @@ cef_resource_bundle_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefResourceBundleCToCpp,
|
||||
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=2cc1b07e08cab179b9bd5943df8a523bba9be20b$
|
||||
// $hash=5dfa79e202741feb19f732cc5508f3fb67b0cf6e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resource_bundle_handler_ctocpp.h"
|
||||
@@ -84,10 +84,10 @@ cef_resource_bundle_handler_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefResourceBundleHandlerCToCpp,
|
||||
CefResourceBundleHandler,
|
||||
cef_resource_bundle_handler_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefResourceBundleHandlerCToCpp,
|
||||
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=8745295d751a800ecf0a19fb93839e07c978f3a8$
|
||||
// $hash=f27f0068e287436b3e603c41e2541dbd20c9c523$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resource_handler_ctocpp.h"
|
||||
@@ -151,8 +151,8 @@ cef_resource_handler_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefResourceHandlerCToCpp,
|
||||
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=874b9373e3311b3f0828c5c47d88500d268d4825$
|
||||
// $hash=1ed6d4078f88b50d14a585338c31379116c925a3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/response_ctocpp.h"
|
||||
@@ -238,9 +238,9 @@ CefCToCppRefCounted<CefResponseCToCpp, CefResponse, cef_response_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefResponseCToCpp,
|
||||
CefResponse,
|
||||
cef_response_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefResponseCToCpp, 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=c162c4bbfc565459583569f4bfd0bb7d58da8ce5$
|
||||
// $hash=4def9f9d450bed5a516e187715fd697653e0aa29$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/response_filter_ctocpp.h"
|
||||
@@ -76,7 +76,8 @@ cef_response_filter_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefResponseFilterCToCpp,
|
||||
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=52f1e64598056c4e301e20277282e6fcbb67ed68$
|
||||
// $hash=44ac8b35878196d838ab645cc4e23591cf4ffcd7$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/run_context_menu_callback_ctocpp.h"
|
||||
@@ -56,10 +56,10 @@ cef_run_context_menu_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefRunContextMenuCallbackCToCpp,
|
||||
CefRunContextMenuCallback,
|
||||
cef_run_context_menu_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefRunContextMenuCallbackCToCpp,
|
||||
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=c7f630a2e2b926950107a50d8bbe428d5954e1c6$
|
||||
// $hash=56450ddf676f4cc0510663bff2fcce387ca152bc$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/run_file_dialog_callback_ctocpp.h"
|
||||
@@ -64,10 +64,10 @@ cef_run_file_dialog_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefRunFileDialogCallbackCToCpp,
|
||||
CefRunFileDialogCallback,
|
||||
cef_run_file_dialog_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefRunFileDialogCallbackCToCpp,
|
||||
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=873b1eff71d696da390c589c35d039616fc4ea47$
|
||||
// $hash=4ffd3be212a4832de3ec928a196532cfb2b8f45c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/scheme_handler_factory_ctocpp.h"
|
||||
@@ -66,10 +66,10 @@ cef_scheme_handler_factory_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefSchemeHandlerFactoryCToCpp,
|
||||
CefSchemeHandlerFactory,
|
||||
cef_scheme_handler_factory_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefSchemeHandlerFactoryCToCpp,
|
||||
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=2b2e211c650612103fc46dc368fe2fa60492e6ea$
|
||||
// $hash=3d60233df1edf4d3afba07d63a5e56cddc791430$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/scheme_registrar_ctocpp.h"
|
||||
@@ -71,7 +71,8 @@ cef_scheme_registrar_t* CefCToCppScoped<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppScoped<CefSchemeRegistrarCToCpp,
|
||||
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=843bc95ef88f74f32af2d7bc9a42d6b841b052e7$
|
||||
// $hash=8601f86f6803d80f7f657e759bf1663f3ffe2365$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/select_client_certificate_callback_ctocpp.h"
|
||||
@@ -48,11 +48,10 @@ CefCToCppRefCounted<CefSelectClientCertificateCallbackCToCpp,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefSelectClientCertificateCallbackCToCpp,
|
||||
CefSelectClientCertificateCallback,
|
||||
cef_select_client_certificate_callback_t>::DebugObjCt =
|
||||
0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefSelectClientCertificateCallbackCToCpp,
|
||||
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=64bb21d6f7eb7214b898501824ecafb9935ba809$
|
||||
// $hash=bec107d4a5c62aa821acd77da67e4a15c64d2f14$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/set_cookie_callback_ctocpp.h"
|
||||
@@ -43,10 +43,10 @@ cef_set_cookie_callback_t* CefCToCppRefCounted<
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefSetCookieCallbackCToCpp,
|
||||
CefSetCookieCallback,
|
||||
cef_set_cookie_callback_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefSetCookieCallbackCToCpp,
|
||||
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=cacdb914520e516cc103d8a3318ae768339df314$
|
||||
// $hash=e76a677539f236df515f6fbd09366d7c9bcba686$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/sslinfo_ctocpp.h"
|
||||
@@ -60,9 +60,9 @@ CefCToCppRefCounted<CefSSLInfoCToCpp, CefSSLInfo, cef_sslinfo_t>::UnwrapDerived(
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefSSLInfoCToCpp,
|
||||
CefSSLInfo,
|
||||
cef_sslinfo_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefSSLInfoCToCpp, 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=7c600e4c245f2a601a4d9664f1661f963b5fe714$
|
||||
// $hash=f887df57dfc145b107991b7a93a32ba42dd745f0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/sslstatus_ctocpp.h"
|
||||
@@ -101,9 +101,9 @@ CefCToCppRefCounted<CefSSLStatusCToCpp, CefSSLStatus, cef_sslstatus_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefSSLStatusCToCpp,
|
||||
CefSSLStatus,
|
||||
cef_sslstatus_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefSSLStatusCToCpp, 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=0ec4ed2c33eca8b0f123dc7cec65dbdf389462d2$
|
||||
// $hash=f8e375a0bb12a3664942be7069d81472233024d4$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/stream_reader_ctocpp.h"
|
||||
@@ -162,7 +162,8 @@ CefCToCppRefCounted<CefStreamReaderCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefStreamReaderCToCpp,
|
||||
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=f0efd8c331d50945f8030c786eb88c99a4ac86ed$
|
||||
// $hash=c0719f06102c62f781d05d2e7d20cc36f15234de$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/stream_writer_ctocpp.h"
|
||||
@@ -146,7 +146,8 @@ CefCToCppRefCounted<CefStreamWriterCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefStreamWriterCToCpp,
|
||||
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=1df4d5e3bf537c2a8668df657dc8eabe55bdb5ff$
|
||||
// $hash=1620fdbfb6fdf2903474e4b7efef4580b6d49b57$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/string_visitor_ctocpp.h"
|
||||
@@ -47,7 +47,8 @@ CefCToCppRefCounted<CefStringVisitorCToCpp,
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefStringVisitorCToCpp,
|
||||
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=8693984af64ea36db2fb82d397f7e0b482cccb99$
|
||||
// $hash=c5828f5fe3ba3298b642659cb2697745da4ab54e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/task_ctocpp.h"
|
||||
@@ -43,7 +43,8 @@ CefCToCppRefCounted<CefTaskCToCpp, CefTask, cef_task_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefTaskCToCpp, CefTask, cef_task_t>::DebugObjCt = 0;
|
||||
CefCToCppRefCounted<CefTaskCToCpp, 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=1c3649a0a566198686f496673b77f9bd74865581$
|
||||
// $hash=ab43e8f427ff95c95333f71c45637dcaf0591311$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/task_runner_ctocpp.h"
|
||||
@@ -140,9 +140,9 @@ CefCToCppRefCounted<CefTaskRunnerCToCpp, CefTaskRunner, cef_task_runner_t>::
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefTaskRunnerCToCpp,
|
||||
CefTaskRunner,
|
||||
cef_task_runner_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefTaskRunnerCToCpp, 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=abbba0b09a8c13d342b51a2b8cfbc363fde99ca2$
|
||||
// $hash=51a75f1cffe3f368185a7079b460c02d2fed2f52$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ctocpp.h"
|
||||
@@ -1385,7 +1385,8 @@ cef_translator_test_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefTranslatorTestCToCpp,
|
||||
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=a8637d9865fe06a6d46a5a8f7c7427e44c52c7a9$
|
||||
// $hash=cd34eb9af23144ba50fbe8a0d3f654da79195f78$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ref_ptr_client_child_ctocpp.h"
|
||||
@@ -65,7 +65,7 @@ template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrClientChildCToCpp,
|
||||
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=07881bece2c4f3ec1becec5d12d51d909a122d13$
|
||||
// $hash=d455e706b0cfdf93f087725d90ce6f7c3fa083ff$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ref_ptr_client_ctocpp.h"
|
||||
@@ -52,10 +52,10 @@ CefCToCppRefCounted<CefTranslatorTestRefPtrClientCToCpp,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefTranslatorTestRefPtrClientCToCpp,
|
||||
CefTranslatorTestRefPtrClient,
|
||||
cef_translator_test_ref_ptr_client_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrClientCToCpp,
|
||||
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=a4407d8be20daf15d0f61b04a65d1f43d3de67a1$
|
||||
// $hash=db624056b7feffb9456ad3f7f6c969f55dcfb7fb$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ref_ptr_library_child_child_ctocpp.h"
|
||||
@@ -136,7 +136,8 @@ template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildChildCToCpp,
|
||||
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=42b33c187c2a011f627f10b314bf89363101aa4e$
|
||||
// $hash=60940f2d83cddb02343a3e84d3f0445ecf70870f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ref_ptr_library_child_ctocpp.h"
|
||||
@@ -108,7 +108,7 @@ template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildCToCpp,
|
||||
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=8378563b430352b25a0ae9400c3c181798dec565$
|
||||
// $hash=adb8d1b6439ca458cb11aef7abda5c962988ca29$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ref_ptr_library_ctocpp.h"
|
||||
@@ -83,10 +83,10 @@ CefCToCppRefCounted<CefTranslatorTestRefPtrLibraryCToCpp,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefTranslatorTestRefPtrLibraryCToCpp,
|
||||
CefTranslatorTestRefPtrLibrary,
|
||||
cef_translator_test_ref_ptr_library_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryCToCpp,
|
||||
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=039072ac0b2371a43277b274d6701b32143cfcf2$
|
||||
// $hash=1d1b2c67f7a4704976aaa7d0e18febf88db04987$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_scoped_client_child_ctocpp.h"
|
||||
@@ -74,10 +74,10 @@ CefCToCppScoped<CefTranslatorTestScopedClientChildCToCpp,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppScoped<CefTranslatorTestScopedClientChildCToCpp,
|
||||
CefTranslatorTestScopedClientChild,
|
||||
cef_translator_test_scoped_client_child_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppScoped<
|
||||
CefTranslatorTestScopedClientChildCToCpp,
|
||||
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=8695b6dab7c2fe666f99f1229549b89f50301301$
|
||||
// $hash=7c02314b4a7d96ad94361a957e0ce2f6433a0714$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_scoped_client_ctocpp.h"
|
||||
@@ -73,10 +73,10 @@ CefCToCppScoped<CefTranslatorTestScopedClientCToCpp,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppScoped<CefTranslatorTestScopedClientCToCpp,
|
||||
CefTranslatorTestScopedClient,
|
||||
cef_translator_test_scoped_client_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppScoped<
|
||||
CefTranslatorTestScopedClientCToCpp,
|
||||
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=65f1a184cabfaeb24fe9ef8ae1ca0581eddab410$
|
||||
// $hash=5229edfdc71e95f0f9d7a288acbe6dd7d1a2c94d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_scoped_library_child_child_ctocpp.h"
|
||||
@@ -147,7 +147,8 @@ template <>
|
||||
base::AtomicRefCount CefCToCppScoped<
|
||||
CefTranslatorTestScopedLibraryChildChildCToCpp,
|
||||
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=5af91636e08968269d7630c7af4a4c43510cffac$
|
||||
// $hash=5af88a6e6b261ddc2a754bffc8c6b1d9bd13bf73$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_scoped_library_child_ctocpp.h"
|
||||
@@ -126,10 +126,10 @@ CefCToCppScoped<CefTranslatorTestScopedLibraryChildCToCpp,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppScoped<CefTranslatorTestScopedLibraryChildCToCpp,
|
||||
CefTranslatorTestScopedLibraryChild,
|
||||
cef_translator_test_scoped_library_child_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppScoped<
|
||||
CefTranslatorTestScopedLibraryChildCToCpp,
|
||||
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=d4d0574d3ca8e5226b711d9b5e5e3c58b26680e0$
|
||||
// $hash=d33da690c8e4f335197e8c1c3ecbc01914766985$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_scoped_library_ctocpp.h"
|
||||
@@ -113,10 +113,10 @@ CefCToCppScoped<CefTranslatorTestScopedLibraryCToCpp,
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppScoped<CefTranslatorTestScopedLibraryCToCpp,
|
||||
CefTranslatorTestScopedLibrary,
|
||||
cef_translator_test_scoped_library_t>::DebugObjCt = 0;
|
||||
base::AtomicRefCount CefCToCppScoped<
|
||||
CefTranslatorTestScopedLibraryCToCpp,
|
||||
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=ac4acfafda72e57c9bd261be73e8d47fd30ebc0e$
|
||||
// $hash=c82eeaa3703fd56e40a4d4c0afbe1abd71920c46$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/thread_ctocpp.h"
|
||||
@@ -107,8 +107,8 @@ CefCToCppRefCounted<CefThreadCToCpp, CefThread, cef_thread_t>::UnwrapDerived(
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefThreadCToCpp, CefThread, cef_thread_t>::DebugObjCt =
|
||||
0;
|
||||
CefCToCppRefCounted<CefThreadCToCpp, 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=9388706ef42ddd5675e32501ee217f31ec8a5917$
|
||||
// $hash=6aa0c642e302bdb33a4899da1414fd29cd759586$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/urlrequest_client_ctocpp.h"
|
||||
@@ -152,8 +152,8 @@ cef_urlrequest_client_t* CefCToCppRefCounted<
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefURLRequestClientCToCpp,
|
||||
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