mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove old approach for debugging leaked wrapper object references (issue #2593)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=1f6d487d87b69001c7d312d54e07131b9c572a01$
|
||||
// $hash=b8dab1b86b616fbdd9c96c2ac7be91b3a19ad0a3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/accessibility_handler_ctocpp.h"
|
||||
@@ -79,14 +79,6 @@ cef_accessibility_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefAccessibilityHandlerCToCpp,
|
||||
CefAccessibilityHandler,
|
||||
cef_accessibility_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefAccessibilityHandlerCToCpp,
|
||||
CefAccessibilityHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6011ba51ef34b7ff0287a83c23b0a586a966bc04$
|
||||
// $hash=637ec77be89bae116c3c82acbb897ca5edc965ed$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/app_ctocpp.h"
|
||||
@@ -129,13 +129,6 @@ cef_app_t* CefCToCppRefCounted<CefAppCToCpp, CefApp, cef_app_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefAppCToCpp, CefApp, cef_app_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefAppCToCpp, CefApp, cef_app_t>::kWrapperType = WT_APP;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=09aa28001ce5c27be8aabaaac447ffd425649774$
|
||||
// $hash=ba2dbf45a65134c64d05c028ba656c7c19fdfa54$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/auth_callback_ctocpp.h"
|
||||
@@ -67,14 +67,6 @@ CefCToCppRefCounted<CefAuthCallbackCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefAuthCallbackCToCpp,
|
||||
CefAuthCallback,
|
||||
cef_auth_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefAuthCallbackCToCpp,
|
||||
CefAuthCallback,
|
||||
|
@@ -16,14 +16,6 @@ cef_base_ref_counted_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefBaseRefCountedCToCpp,
|
||||
CefBaseRefCounted,
|
||||
cef_base_ref_counted_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefBaseRefCountedCToCpp,
|
||||
CefBaseRefCounted,
|
||||
|
@@ -22,13 +22,6 @@ CefCToCppScoped<CefBaseScopedCToCpp, CefBaseScoped, cef_base_scoped_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppScoped<CefBaseScopedCToCpp, CefBaseScoped, cef_base_scoped_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppScoped<CefBaseScopedCToCpp,
|
||||
CefBaseScoped,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=26958e33f8c5428edc461d6e58fe8b31ebc8037c$
|
||||
// $hash=aa237ebcc7df1defe9e8534281cf020034fe784e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/before_download_callback_ctocpp.h"
|
||||
@@ -55,14 +55,6 @@ cef_before_download_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefBeforeDownloadCallbackCToCpp,
|
||||
CefBeforeDownloadCallback,
|
||||
cef_before_download_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefBeforeDownloadCallbackCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=def1e99d2868c97fc449b5fbe53143131ebdc297$
|
||||
// $hash=8a94baf95e6bccc99f16019de55097f8fa675cfc$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/binary_value_ctocpp.h"
|
||||
@@ -189,14 +189,6 @@ CefCToCppRefCounted<CefBinaryValueCToCpp, CefBinaryValue, cef_binary_value_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefBinaryValueCToCpp,
|
||||
CefBinaryValue,
|
||||
cef_binary_value_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefBinaryValueCToCpp,
|
||||
CefBinaryValue,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=bbbbf904786232880d26213bfc922ca278a4ea22$
|
||||
// $hash=3a2fc11634093382ba9354ca64a2da50bb677e9f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/browser_ctocpp.h"
|
||||
@@ -417,13 +417,6 @@ CefCToCppRefCounted<CefBrowserCToCpp, CefBrowser, cef_browser_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefBrowserCToCpp, CefBrowser, cef_browser_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefBrowserCToCpp,
|
||||
CefBrowser,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e7fff2115c4dcd6d6c1cc6954eb985b817153a02$
|
||||
// $hash=846e281b136abb262dd052316ea58288ae002a86$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/browser_host_ctocpp.h"
|
||||
@@ -1050,14 +1050,6 @@ CefCToCppRefCounted<CefBrowserHostCToCpp, CefBrowserHost, cef_browser_host_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefBrowserHostCToCpp,
|
||||
CefBrowserHost,
|
||||
cef_browser_host_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefBrowserHostCToCpp,
|
||||
CefBrowserHost,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=27f76f8f3e56a348adc0c8466f171db8180e32ba$
|
||||
// $hash=940e4c2f11f2329f1037fbe460b592d2ac0de44a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/browser_process_handler_ctocpp.h"
|
||||
@@ -114,14 +114,6 @@ cef_browser_process_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefBrowserProcessHandlerCToCpp,
|
||||
CefBrowserProcessHandler,
|
||||
cef_browser_process_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefBrowserProcessHandlerCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6396d8906ae30f670b9ad387f83c400133591d58$
|
||||
// $hash=6b39d5523fb9c72765cf7e3601867bbacd4d284c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/callback_ctocpp.h"
|
||||
@@ -61,13 +61,6 @@ CefCToCppRefCounted<CefCallbackCToCpp, CefCallback, cef_callback_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefCallbackCToCpp, CefCallback, cef_callback_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefCallbackCToCpp,
|
||||
CefCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2f337e1a32d2f421fe8fcfc046b5992e5a1ce8c0$
|
||||
// $hash=8731491cde7c6f223fa53e986c15e7b7acb68042$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/client_ctocpp.h"
|
||||
@@ -273,13 +273,6 @@ CefCToCppRefCounted<CefClientCToCpp, CefClient, cef_client_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefClientCToCpp, CefClient, cef_client_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefClientCToCpp, CefClient, cef_client_t>::
|
||||
kWrapperType = WT_CLIENT;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c50cd1a504c4f58009b0a54ccf5c87ffd8e2bbbd$
|
||||
// $hash=a87daf3d3e3bd604ac3c008561676181d42f3266$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/command_line_ctocpp.h"
|
||||
@@ -430,14 +430,6 @@ CefCToCppRefCounted<CefCommandLineCToCpp, CefCommandLine, cef_command_line_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefCommandLineCToCpp,
|
||||
CefCommandLine,
|
||||
cef_command_line_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefCommandLineCToCpp,
|
||||
CefCommandLine,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c34c782c8c4d8bfacaeeb06f7e824afead5cf8ed$
|
||||
// $hash=1a7718d07067ca673cee1afa55fba8687d91e2f7$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/completion_callback_ctocpp.h"
|
||||
@@ -50,14 +50,6 @@ cef_completion_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefCompletionCallbackCToCpp,
|
||||
CefCompletionCallback,
|
||||
cef_completion_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefCompletionCallbackCToCpp,
|
||||
CefCompletionCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=411f3c8711e8f5ebdfd9db99ceb041f1a5a3302b$
|
||||
// $hash=784d44bf1236f67111f127b30eda2c4ad3cac22c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/context_menu_handler_ctocpp.h"
|
||||
@@ -189,14 +189,6 @@ cef_context_menu_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefContextMenuHandlerCToCpp,
|
||||
CefContextMenuHandler,
|
||||
cef_context_menu_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefContextMenuHandlerCToCpp,
|
||||
CefContextMenuHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9ffb7c3d5516da08002154cd57ba9a2f36435097$
|
||||
// $hash=b06e1d2178705706697480ac9bf699f429ab2ab7$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/context_menu_params_ctocpp.h"
|
||||
@@ -420,14 +420,6 @@ cef_context_menu_params_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefContextMenuParamsCToCpp,
|
||||
CefContextMenuParams,
|
||||
cef_context_menu_params_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefContextMenuParamsCToCpp,
|
||||
CefContextMenuParams,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=48ecf12e406c38ec0401872055a75cff0495f4d3$
|
||||
// $hash=bd8fe0f41380bc1e5ecedbcab726bc2ed875f827$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/cookie_manager_ctocpp.h"
|
||||
@@ -251,14 +251,6 @@ CefCToCppRefCounted<CefCookieManagerCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefCookieManagerCToCpp,
|
||||
CefCookieManager,
|
||||
cef_cookie_manager_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefCookieManagerCToCpp,
|
||||
CefCookieManager,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=694484dc32c906f1f06a9255b26b92ebe1965194$
|
||||
// $hash=682b7f364ac05bb1dd17d4e28f631245a5f4585e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/cookie_visitor_ctocpp.h"
|
||||
@@ -64,14 +64,6 @@ CefCToCppRefCounted<CefCookieVisitorCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefCookieVisitorCToCpp,
|
||||
CefCookieVisitor,
|
||||
cef_cookie_visitor_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefCookieVisitorCToCpp,
|
||||
CefCookieVisitor,
|
||||
|
@@ -6,7 +6,6 @@
|
||||
#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"
|
||||
@@ -37,23 +36,9 @@ class CefCToCppRefCounted : public BaseName {
|
||||
bool HasOneRef() const { return UnderlyingHasOneRef(); }
|
||||
bool HasAtLeastOneRef() const { return UnderlyingHasAtLeastOneRef(); }
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
// Simple tracking of allocated objects.
|
||||
static base::AtomicRefCount DebugObjCt;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
CefCToCppRefCounted() {
|
||||
#if DCHECK_IS_ON()
|
||||
base::AtomicRefCountInc(&DebugObjCt);
|
||||
#endif
|
||||
}
|
||||
|
||||
virtual ~CefCToCppRefCounted() {
|
||||
#if DCHECK_IS_ON()
|
||||
base::AtomicRefCountDec(&DebugObjCt);
|
||||
#endif
|
||||
}
|
||||
CefCToCppRefCounted() {}
|
||||
virtual ~CefCToCppRefCounted() {}
|
||||
|
||||
// If returning the structure across the DLL boundary use Unwrap() instead.
|
||||
StructName* GetStruct() const {
|
||||
|
@@ -67,23 +67,9 @@ class CefCToCppScoped : public BaseName {
|
||||
// ~CefCToCppScoped will be called first followed by this method.
|
||||
static void operator delete(void* ptr);
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
// Simple tracking of allocated objects.
|
||||
static base::AtomicRefCount DebugObjCt;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
CefCToCppScoped() {
|
||||
#if DCHECK_IS_ON()
|
||||
base::AtomicRefCountInc(&DebugObjCt);
|
||||
#endif
|
||||
}
|
||||
|
||||
virtual ~CefCToCppScoped() {
|
||||
#if DCHECK_IS_ON()
|
||||
base::AtomicRefCountDec(&DebugObjCt);
|
||||
#endif
|
||||
}
|
||||
CefCToCppScoped() {}
|
||||
virtual ~CefCToCppScoped() {}
|
||||
|
||||
// If returning the structure across the DLL boundary use Unwrap() instead.
|
||||
StructName* GetStruct() const {
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ca1c53bea95dc37b23757cbc9662987078c4b599$
|
||||
// $hash=144b8b6c80734fba620232f2dc11f8a871ad9def$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/delete_cookies_callback_ctocpp.h"
|
||||
@@ -51,14 +51,6 @@ cef_delete_cookies_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefDeleteCookiesCallbackCToCpp,
|
||||
CefDeleteCookiesCallback,
|
||||
cef_delete_cookies_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefDeleteCookiesCallbackCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=81b96c346a7a258ed32d0a0d07ab4d021cb819f3$
|
||||
// $hash=919fb1cc1d3555042a7122d25326f84e57cbd32d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/dialog_handler_ctocpp.h"
|
||||
@@ -91,14 +91,6 @@ CefCToCppRefCounted<CefDialogHandlerCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDialogHandlerCToCpp,
|
||||
CefDialogHandler,
|
||||
cef_dialog_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDialogHandlerCToCpp,
|
||||
CefDialogHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=36c007f5921b2b41b2a5931e453ad465e7768037$
|
||||
// $hash=8580b6762ec3626bebac382858207c5a86753a25$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/dictionary_value_ctocpp.h"
|
||||
@@ -704,14 +704,6 @@ cef_dictionary_value_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDictionaryValueCToCpp,
|
||||
CefDictionaryValue,
|
||||
cef_dictionary_value_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDictionaryValueCToCpp,
|
||||
CefDictionaryValue,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4109a221d676024ebcd41ce7b3ce617ba72a64b8$
|
||||
// $hash=c2e6727974b775ea0682e5e4115324d01e6b1e3f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/display_handler_ctocpp.h"
|
||||
@@ -269,14 +269,6 @@ cef_display_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDisplayHandlerCToCpp,
|
||||
CefDisplayHandler,
|
||||
cef_display_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDisplayHandlerCToCpp,
|
||||
CefDisplayHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=dc9048aa667fcc10c1172f994145f6ccc796f897$
|
||||
// $hash=c100acc618062d69682dc07dcb6bc570108ac850$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/domdocument_ctocpp.h"
|
||||
@@ -287,14 +287,6 @@ CefCToCppRefCounted<CefDOMDocumentCToCpp, CefDOMDocument, cef_domdocument_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDOMDocumentCToCpp,
|
||||
CefDOMDocument,
|
||||
cef_domdocument_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDOMDocumentCToCpp,
|
||||
CefDOMDocument,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6c13c72b73396f4516dafd6e9a51f7023497f926$
|
||||
// $hash=04cad6705f114b1e2fbe51bb04bca7e6bd5f7168$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/domnode_ctocpp.h"
|
||||
@@ -523,13 +523,6 @@ CefCToCppRefCounted<CefDOMNodeCToCpp, CefDOMNode, cef_domnode_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefDOMNodeCToCpp, CefDOMNode, cef_domnode_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDOMNodeCToCpp,
|
||||
CefDOMNode,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ffd387c34bd079a23947b6e4a73cf8b48ad073d2$
|
||||
// $hash=b5c2ebea9ed214f53943da4bd2dd81bd7ee7b154$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/domvisitor_ctocpp.h"
|
||||
@@ -55,13 +55,6 @@ CefCToCppRefCounted<CefDOMVisitorCToCpp, CefDOMVisitor, cef_domvisitor_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefDOMVisitorCToCpp, CefDOMVisitor, cef_domvisitor_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDOMVisitorCToCpp,
|
||||
CefDOMVisitor,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=27b40a80b45391aee6e294d1c6100ebc5aa7b72a$
|
||||
// $hash=4f2aaeb223f788a2f223b0542ad4505c83338559$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/download_handler_ctocpp.h"
|
||||
@@ -111,14 +111,6 @@ cef_download_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDownloadHandlerCToCpp,
|
||||
CefDownloadHandler,
|
||||
cef_download_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDownloadHandlerCToCpp,
|
||||
CefDownloadHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6631dc10b7d3aaad5b5478006120a7219b076e0f$
|
||||
// $hash=518bfaff2760e397f28e62c9d09c5ae5a99177e1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/download_image_callback_ctocpp.h"
|
||||
@@ -63,14 +63,6 @@ cef_download_image_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefDownloadImageCallbackCToCpp,
|
||||
CefDownloadImageCallback,
|
||||
cef_download_image_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefDownloadImageCallbackCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=022eec3794b62fef9b0610a509f12faebbbc853a$
|
||||
// $hash=87ee97c5749039c03fed9069c570a1294746311f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/download_item_callback_ctocpp.h"
|
||||
@@ -76,14 +76,6 @@ cef_download_item_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefDownloadItemCallbackCToCpp,
|
||||
CefDownloadItemCallback,
|
||||
cef_download_item_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDownloadItemCallbackCToCpp,
|
||||
CefDownloadItemCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=41cfc26da6ec18c0782a77f36b2427d283305ee4$
|
||||
// $hash=4842e7ac5aff006cdb2e4b774e6d5c62f7d33f4e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/download_item_ctocpp.h"
|
||||
@@ -323,14 +323,6 @@ CefCToCppRefCounted<CefDownloadItemCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDownloadItemCToCpp,
|
||||
CefDownloadItem,
|
||||
cef_download_item_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDownloadItemCToCpp,
|
||||
CefDownloadItem,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2f134f62a1117f31958bb26ca9859961ba86fd7b$
|
||||
// $hash=ad280a9a8136fdc32d0a017bb91a9506ecabacf3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/drag_data_ctocpp.h"
|
||||
@@ -486,13 +486,6 @@ CefCToCppRefCounted<CefDragDataCToCpp, CefDragData, cef_drag_data_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefDragDataCToCpp, CefDragData, cef_drag_data_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDragDataCToCpp,
|
||||
CefDragData,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=534d68f913ce9f4e7ab7b8a61f0be1c5087f4ca5$
|
||||
// $hash=c8a4667e566076b36af39a83ba15cb1015821da9$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/drag_handler_ctocpp.h"
|
||||
@@ -105,14 +105,6 @@ CefCToCppRefCounted<CefDragHandlerCToCpp, CefDragHandler, cef_drag_handler_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefDragHandlerCToCpp,
|
||||
CefDragHandler,
|
||||
cef_drag_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefDragHandlerCToCpp,
|
||||
CefDragHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e058040d92110f4c34e8e3dbfdeb6ea7083648c3$
|
||||
// $hash=795f90e802e535db4b93a75735a52c56bedb5048$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/end_tracing_callback_ctocpp.h"
|
||||
@@ -57,14 +57,6 @@ cef_end_tracing_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefEndTracingCallbackCToCpp,
|
||||
CefEndTracingCallback,
|
||||
cef_end_tracing_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefEndTracingCallbackCToCpp,
|
||||
CefEndTracingCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4a31f02c1c26d2293cf7f0ad01ffa5bf5e8b21aa$
|
||||
// $hash=dc67aaad71333f61755a42afc5182b19b5aa99bf$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/extension_ctocpp.h"
|
||||
@@ -176,13 +176,6 @@ CefCToCppRefCounted<CefExtensionCToCpp, CefExtension, cef_extension_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefExtensionCToCpp, CefExtension, cef_extension_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefExtensionCToCpp,
|
||||
CefExtension,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6533981bee56064d41536225997c0cd73e2b67e3$
|
||||
// $hash=d3697504c87bfdcb6391d6e02e8f8bc6d070f0d3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/extension_handler_ctocpp.h"
|
||||
@@ -312,14 +312,6 @@ cef_extension_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefExtensionHandlerCToCpp,
|
||||
CefExtensionHandler,
|
||||
cef_extension_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefExtensionHandlerCToCpp,
|
||||
CefExtensionHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8754096526915ed6639c8e2c63c0b940697675cf$
|
||||
// $hash=804d6b9699bb74fb9006bd71c76e041a6df8754f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/file_dialog_callback_ctocpp.h"
|
||||
@@ -83,14 +83,6 @@ cef_file_dialog_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefFileDialogCallbackCToCpp,
|
||||
CefFileDialogCallback,
|
||||
cef_file_dialog_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefFileDialogCallbackCToCpp,
|
||||
CefFileDialogCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=150b04443f01c6f7302905a40df23aadfae0aed4$
|
||||
// $hash=587e6ec3ff0056e1183c4f1e85b0ff7bb9d11e48$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/find_handler_ctocpp.h"
|
||||
@@ -62,14 +62,6 @@ CefCToCppRefCounted<CefFindHandlerCToCpp, CefFindHandler, cef_find_handler_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefFindHandlerCToCpp,
|
||||
CefFindHandler,
|
||||
cef_find_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefFindHandlerCToCpp,
|
||||
CefFindHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6bab076c88e4f3fa1337dde16e9784b993a0599c$
|
||||
// $hash=4bec2131fcbc3b72f7c0d8afd095f6f194bb1294$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/focus_handler_ctocpp.h"
|
||||
@@ -101,14 +101,6 @@ CefCToCppRefCounted<CefFocusHandlerCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefFocusHandlerCToCpp,
|
||||
CefFocusHandler,
|
||||
cef_focus_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefFocusHandlerCToCpp,
|
||||
CefFocusHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ac7fd764c71d3fb5859ca9e129b6b747c720ba10$
|
||||
// $hash=e1e8b50b87dbf2cb7fa8b4d53fa5ff635c51bde3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/frame_ctocpp.h"
|
||||
@@ -435,13 +435,6 @@ CefCToCppRefCounted<CefFrameCToCpp, CefFrame, cef_frame_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefFrameCToCpp, CefFrame, cef_frame_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefFrameCToCpp, CefFrame, cef_frame_t>::kWrapperType =
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=57baa0469fab143d1598ab18cf8b92891751c8b0$
|
||||
// $hash=2f78b59f643dd717a3ce18b9d4ddb1c7c49d2e5e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/get_extension_resource_callback_ctocpp.h"
|
||||
@@ -70,14 +70,6 @@ CefCToCppRefCounted<CefGetExtensionResourceCallbackCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefGetExtensionResourceCallbackCToCpp,
|
||||
CefGetExtensionResourceCallback,
|
||||
cef_get_extension_resource_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefGetExtensionResourceCallbackCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=06c14a883d9bfa1f82af9c0e4dce4e5ae5680d00$
|
||||
// $hash=c1602f75b4d86db8428931e60b0622a95d159106$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/image_ctocpp.h"
|
||||
@@ -321,13 +321,6 @@ CefCToCppRefCounted<CefImageCToCpp, CefImage, cef_image_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefImageCToCpp, CefImage, cef_image_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefImageCToCpp, CefImage, cef_image_t>::kWrapperType =
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d64872738297fd38a5cda226d88d0e2a57d5508f$
|
||||
// $hash=d82a0396b5dca1443a021fdff2f63dbb4d110694$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/jsdialog_callback_ctocpp.h"
|
||||
@@ -54,14 +54,6 @@ cef_jsdialog_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefJSDialogCallbackCToCpp,
|
||||
CefJSDialogCallback,
|
||||
cef_jsdialog_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefJSDialogCallbackCToCpp,
|
||||
CefJSDialogCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=111270fc06dea87c9f4e4fd6c56eea3f019bbb71$
|
||||
// $hash=9b2069992b0cb612ef2607f69f6c9e1b812ddb8c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/jsdialog_handler_ctocpp.h"
|
||||
@@ -154,14 +154,6 @@ cef_jsdialog_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefJSDialogHandlerCToCpp,
|
||||
CefJSDialogHandler,
|
||||
cef_jsdialog_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefJSDialogHandlerCToCpp,
|
||||
CefJSDialogHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=0b567fcc9961c3640ad6040e1ed4c6d9717f8034$
|
||||
// $hash=0490127ae756590a0d525af6ac87b0aa4f2558ad$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/keyboard_handler_ctocpp.h"
|
||||
@@ -102,14 +102,6 @@ cef_keyboard_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefKeyboardHandlerCToCpp,
|
||||
CefKeyboardHandler,
|
||||
cef_keyboard_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefKeyboardHandlerCToCpp,
|
||||
CefKeyboardHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=62a4635c56e709876e99f0e3286ee769b6158c3e$
|
||||
// $hash=c203333e32d83a2cfdbbf2aa777f377e1b14ed62$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/life_span_handler_ctocpp.h"
|
||||
@@ -167,14 +167,6 @@ cef_life_span_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefLifeSpanHandlerCToCpp,
|
||||
CefLifeSpanHandler,
|
||||
cef_life_span_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefLifeSpanHandlerCToCpp,
|
||||
CefLifeSpanHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=763c48dc879e975a0981659d024746ce3ba25696$
|
||||
// $hash=1e95e2b890c30225c17f7052950a5e30285827e9$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/list_value_ctocpp.h"
|
||||
@@ -555,13 +555,6 @@ CefCToCppRefCounted<CefListValueCToCpp, CefListValue, cef_list_value_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefListValueCToCpp, CefListValue, cef_list_value_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefListValueCToCpp,
|
||||
CefListValue,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=dabe15dc36f41ee10d0bd236b22dfa256695189a$
|
||||
// $hash=ccfc51999ab71b5e4c6caddb292951ba07e23897$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/load_handler_ctocpp.h"
|
||||
@@ -146,14 +146,6 @@ CefCToCppRefCounted<CefLoadHandlerCToCpp, CefLoadHandler, cef_load_handler_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefLoadHandlerCToCpp,
|
||||
CefLoadHandler,
|
||||
cef_load_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefLoadHandlerCToCpp,
|
||||
CefLoadHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=52c596cce6ec67ca96eaf2550d9a6b456e7536d1$
|
||||
// $hash=efdb1737cf8a411f6423a47f9a02719b681bd0d1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/menu_model_ctocpp.h"
|
||||
@@ -1129,13 +1129,6 @@ CefCToCppRefCounted<CefMenuModelCToCpp, CefMenuModel, cef_menu_model_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefMenuModelCToCpp, CefMenuModel, cef_menu_model_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefMenuModelCToCpp,
|
||||
CefMenuModel,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9c527f21592d86c244a77773924b89d12b1ff24d$
|
||||
// $hash=0a9cd51fc329910757b0557c2337df3b9245c7a8$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/menu_model_delegate_ctocpp.h"
|
||||
@@ -191,14 +191,6 @@ cef_menu_model_delegate_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefMenuModelDelegateCToCpp,
|
||||
CefMenuModelDelegate,
|
||||
cef_menu_model_delegate_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefMenuModelDelegateCToCpp,
|
||||
CefMenuModelDelegate,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=bdcc341636348a8d32a63afe261f0f5ff592d466$
|
||||
// $hash=bfe3f661182f981ee18cc7a3209805b83f138a9d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/navigation_entry_ctocpp.h"
|
||||
@@ -209,14 +209,6 @@ cef_navigation_entry_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefNavigationEntryCToCpp,
|
||||
CefNavigationEntry,
|
||||
cef_navigation_entry_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefNavigationEntryCToCpp,
|
||||
CefNavigationEntry,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d8da57d4f6870310d539cdf9eab5fd96c660cb44$
|
||||
// $hash=6b026617186d3e31dccf967795360125bc98315a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/navigation_entry_visitor_ctocpp.h"
|
||||
@@ -65,14 +65,6 @@ cef_navigation_entry_visitor_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefNavigationEntryVisitorCToCpp,
|
||||
CefNavigationEntryVisitor,
|
||||
cef_navigation_entry_visitor_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefNavigationEntryVisitorCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=0bb0ebfc663b748946d77c55266525be9948e9ec$
|
||||
// $hash=a31b3289523009122f8fd9568cfaa860bf5d702c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/pdf_print_callback_ctocpp.h"
|
||||
@@ -57,14 +57,6 @@ cef_pdf_print_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPdfPrintCallbackCToCpp,
|
||||
CefPdfPrintCallback,
|
||||
cef_pdf_print_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefPdfPrintCallbackCToCpp,
|
||||
CefPdfPrintCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8b185152941d6f9ef8fab012132be059941efae7$
|
||||
// $hash=f74305590ef987c51ea4f9ce9439edbc722a794a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/post_data_ctocpp.h"
|
||||
@@ -179,13 +179,6 @@ CefCToCppRefCounted<CefPostDataCToCpp, CefPostData, cef_post_data_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefPostDataCToCpp, CefPostData, cef_post_data_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefPostDataCToCpp,
|
||||
CefPostData,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ccc05cceb0dddb4e586e5605cf64b776e6a62b85$
|
||||
// $hash=4e51305feb380b458aebcd9e386ecee4e6c0b487$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/post_data_element_ctocpp.h"
|
||||
@@ -171,14 +171,6 @@ cef_post_data_element_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPostDataElementCToCpp,
|
||||
CefPostDataElement,
|
||||
cef_post_data_element_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefPostDataElementCToCpp,
|
||||
CefPostDataElement,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e7f505db2d3f4d4ff400675a8b167b4d027ed50c$
|
||||
// $hash=29ed31b8d18e1bad8d1419b8b147ee958be056f6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/print_dialog_callback_ctocpp.h"
|
||||
@@ -71,14 +71,6 @@ cef_print_dialog_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefPrintDialogCallbackCToCpp,
|
||||
CefPrintDialogCallback,
|
||||
cef_print_dialog_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefPrintDialogCallbackCToCpp,
|
||||
CefPrintDialogCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5639da8ca5ea927d48fc8a62b9750f4b4828e512$
|
||||
// $hash=4098744be6aaf6f8f9d29dc4c2a0656ba0ef5e8c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/print_handler_ctocpp.h"
|
||||
@@ -196,14 +196,6 @@ CefCToCppRefCounted<CefPrintHandlerCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPrintHandlerCToCpp,
|
||||
CefPrintHandler,
|
||||
cef_print_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefPrintHandlerCToCpp,
|
||||
CefPrintHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a5280392662a279ab4872bcaa400cc399f5699f4$
|
||||
// $hash=b0ed33c450ad41c79603569f45cce2a6efdc2874$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/print_job_callback_ctocpp.h"
|
||||
@@ -50,14 +50,6 @@ cef_print_job_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPrintJobCallbackCToCpp,
|
||||
CefPrintJobCallback,
|
||||
cef_print_job_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefPrintJobCallbackCToCpp,
|
||||
CefPrintJobCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2bf13c87a1b384acd1dad10a8772ce545087f2ae$
|
||||
// $hash=a24e37a1b0fbff6c8489c8a054bba14c99907cd3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/print_settings_ctocpp.h"
|
||||
@@ -451,14 +451,6 @@ CefCToCppRefCounted<CefPrintSettingsCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefPrintSettingsCToCpp,
|
||||
CefPrintSettings,
|
||||
cef_print_settings_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefPrintSettingsCToCpp,
|
||||
CefPrintSettings,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9f4094e7dc406dcf2be2c4b5f5968ad5362b377b$
|
||||
// $hash=d048a58af52b66863c3081e63dd2e0f8b615d35a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/process_message_ctocpp.h"
|
||||
@@ -142,14 +142,6 @@ cef_process_message_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefProcessMessageCToCpp,
|
||||
CefProcessMessage,
|
||||
cef_process_message_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefProcessMessageCToCpp,
|
||||
CefProcessMessage,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a57097c640e7a3fe39c3dcd42118cc556207b1fa$
|
||||
// $hash=1e51b4db267886a71b83e6a393bdf1201cc02609$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/read_handler_ctocpp.h"
|
||||
@@ -122,14 +122,6 @@ CefCToCppRefCounted<CefReadHandlerCToCpp, CefReadHandler, cef_read_handler_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefReadHandlerCToCpp,
|
||||
CefReadHandler,
|
||||
cef_read_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefReadHandlerCToCpp,
|
||||
CefReadHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7f0e3752a37c93b83c8a3a258e782b9f39eb7255$
|
||||
// $hash=75b119ac78b228395dc573a23c616e94d11d0c4c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/register_cdm_callback_ctocpp.h"
|
||||
@@ -56,14 +56,6 @@ cef_register_cdm_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefRegisterCdmCallbackCToCpp,
|
||||
CefRegisterCdmCallback,
|
||||
cef_register_cdm_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefRegisterCdmCallbackCToCpp,
|
||||
CefRegisterCdmCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d55afd66123b855c75bef192fc3f0c6db917eb7c$
|
||||
// $hash=bb77b018f638f1bc43208d48a84b02696b9c055c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/render_handler_ctocpp.h"
|
||||
@@ -451,14 +451,6 @@ CefCToCppRefCounted<CefRenderHandlerCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefRenderHandlerCToCpp,
|
||||
CefRenderHandler,
|
||||
cef_render_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefRenderHandlerCToCpp,
|
||||
CefRenderHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5bd00d533fc7a078555fc5ccd7b54d0db89136d7$
|
||||
// $hash=fd9981ab9019e2386f8546d1aad794f2e5862eef$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/render_process_handler_ctocpp.h"
|
||||
@@ -278,14 +278,6 @@ cef_render_process_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefRenderProcessHandlerCToCpp,
|
||||
CefRenderProcessHandler,
|
||||
cef_render_process_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefRenderProcessHandlerCToCpp,
|
||||
CefRenderProcessHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ff37f0201b78c8b04a58dcbce9a6ccad8be4e50d$
|
||||
// $hash=ac8ecfee0549169c2a8a058bd1a1c635f847364f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_callback_ctocpp.h"
|
||||
@@ -63,14 +63,6 @@ cef_request_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefRequestCallbackCToCpp,
|
||||
CefRequestCallback,
|
||||
cef_request_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefRequestCallbackCToCpp,
|
||||
CefRequestCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=061099097cc12fc47ec0209e2fbd99aba21632bd$
|
||||
// $hash=37d522682ec51c38bb9b4f0e94a46a49c3820046$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_context_ctocpp.h"
|
||||
@@ -563,14 +563,6 @@ cef_request_context_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefRequestContextCToCpp,
|
||||
CefRequestContext,
|
||||
cef_request_context_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefRequestContextCToCpp,
|
||||
CefRequestContext,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ff4e4040706d4e5d56dd7bb457973203d37bd795$
|
||||
// $hash=80c600e8a2f2035219c00bad1bf28a58b6dabf53$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_context_handler_ctocpp.h"
|
||||
@@ -109,14 +109,6 @@ cef_request_context_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefRequestContextHandlerCToCpp,
|
||||
CefRequestContextHandler,
|
||||
cef_request_context_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefRequestContextHandlerCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c9deebb14dbcd8fdfca29de1a286f834eccdd196$
|
||||
// $hash=d03733ad63f8893ab03663ea46aec6ae92354efd$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_ctocpp.h"
|
||||
@@ -392,13 +392,6 @@ CefCToCppRefCounted<CefRequestCToCpp, CefRequest, cef_request_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefRequestCToCpp, CefRequest, cef_request_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefRequestCToCpp,
|
||||
CefRequest,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=015081f57475317bfa80c5aae29b519063902734$
|
||||
// $hash=b3f3b31db6c1497beb7fb90a0c31c8096a73cdc7$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_handler_ctocpp.h"
|
||||
@@ -703,14 +703,6 @@ cef_request_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefRequestHandlerCToCpp,
|
||||
CefRequestHandler,
|
||||
cef_request_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefRequestHandlerCToCpp,
|
||||
CefRequestHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=729169758ef588e50632a4d46083fbdc68385a9b$
|
||||
// $hash=f221d6800f531c0cd35e0fe07ab68022c950a628$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resolve_callback_ctocpp.h"
|
||||
@@ -66,14 +66,6 @@ cef_resolve_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefResolveCallbackCToCpp,
|
||||
CefResolveCallback,
|
||||
cef_resolve_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefResolveCallbackCToCpp,
|
||||
CefResolveCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5077a70845e7b6a7ef8a3ccb901dd24a12e98808$
|
||||
// $hash=d08dd55fbd32bdc2fe5e3623d9526af11fa7ada0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resource_bundle_ctocpp.h"
|
||||
@@ -102,14 +102,6 @@ cef_resource_bundle_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefResourceBundleCToCpp,
|
||||
CefResourceBundle,
|
||||
cef_resource_bundle_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefResourceBundleCToCpp,
|
||||
CefResourceBundle,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=822f9c1cf7f3d02c847829907217a1213afb292e$
|
||||
// $hash=a74c6f57ece2172ba8843b2fb805139a7feda8a1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resource_bundle_handler_ctocpp.h"
|
||||
@@ -98,14 +98,6 @@ cef_resource_bundle_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefResourceBundleHandlerCToCpp,
|
||||
CefResourceBundleHandler,
|
||||
cef_resource_bundle_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefResourceBundleHandlerCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=3d6f8227ad3d75b4e831da743c5d96f5bfd14a5c$
|
||||
// $hash=502f311e29a4eb404db6f0f81cbd62685010f1a3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resource_handler_ctocpp.h"
|
||||
@@ -171,14 +171,6 @@ cef_resource_handler_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefResourceHandlerCToCpp,
|
||||
CefResourceHandler,
|
||||
cef_resource_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefResourceHandlerCToCpp,
|
||||
CefResourceHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=dd70682960c16f775b302972cac83d54e6ee0b87$
|
||||
// $hash=4a9ff86018ea7b82b0b46f7f187d410ffebe3dc7$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/response_ctocpp.h"
|
||||
@@ -278,13 +278,6 @@ CefCToCppRefCounted<CefResponseCToCpp, CefResponse, cef_response_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefResponseCToCpp, CefResponse, cef_response_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefResponseCToCpp,
|
||||
CefResponse,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ea88635aa4e6f26eb41b62a077cddccda1e0c2ed$
|
||||
// $hash=3e3ea1d20835ee05232d7111616eb9fa64238f57$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/response_filter_ctocpp.h"
|
||||
@@ -84,14 +84,6 @@ cef_response_filter_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefResponseFilterCToCpp,
|
||||
CefResponseFilter,
|
||||
cef_response_filter_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefResponseFilterCToCpp,
|
||||
CefResponseFilter,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=984145166664059fa54299c0693e555210b0f867$
|
||||
// $hash=db9e1aa05b67bbc704bac6cf2d37122a5ec1d94f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/run_context_menu_callback_ctocpp.h"
|
||||
@@ -66,14 +66,6 @@ cef_run_context_menu_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefRunContextMenuCallbackCToCpp,
|
||||
CefRunContextMenuCallback,
|
||||
cef_run_context_menu_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefRunContextMenuCallbackCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e3c8147d25d629b82d638becfcb0fd4dcbd82bba$
|
||||
// $hash=46040ab250829be7dd678c8e1a6f70988071253f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/run_file_dialog_callback_ctocpp.h"
|
||||
@@ -72,14 +72,6 @@ cef_run_file_dialog_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefRunFileDialogCallbackCToCpp,
|
||||
CefRunFileDialogCallback,
|
||||
cef_run_file_dialog_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefRunFileDialogCallbackCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=cc1c431f55b6c2efa1a6e614baae484216d4a425$
|
||||
// $hash=546612b4bf07f9acb66ace8f00d296de1342b14f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/scheme_handler_factory_ctocpp.h"
|
||||
@@ -69,14 +69,6 @@ cef_scheme_handler_factory_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefSchemeHandlerFactoryCToCpp,
|
||||
CefSchemeHandlerFactory,
|
||||
cef_scheme_handler_factory_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefSchemeHandlerFactoryCToCpp,
|
||||
CefSchemeHandlerFactory,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=caed6f3b379daa361a3435a4810df25cdbf829a8$
|
||||
// $hash=cd85708cf16cdb2b3359094b1a9645ab6338c059$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/scheme_registrar_ctocpp.h"
|
||||
@@ -74,14 +74,6 @@ cef_scheme_registrar_t* CefCToCppScoped<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppScoped<CefSchemeRegistrarCToCpp,
|
||||
CefSchemeRegistrar,
|
||||
cef_scheme_registrar_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppScoped<CefSchemeRegistrarCToCpp,
|
||||
CefSchemeRegistrar,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=cbc4f3b0339a6d0eff4254b4733e4e972c2c3b92$
|
||||
// $hash=fb7fca5b07fadcd8481d446b578af061d9d1f993$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/select_client_certificate_callback_ctocpp.h"
|
||||
@@ -57,14 +57,6 @@ CefCToCppRefCounted<CefSelectClientCertificateCallbackCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefSelectClientCertificateCallbackCToCpp,
|
||||
CefSelectClientCertificateCallback,
|
||||
cef_select_client_certificate_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<
|
||||
CefSelectClientCertificateCallbackCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=98264bc53181dbda80d4474494ffeef420463320$
|
||||
// $hash=604ea9cb663e5f2824f9928ed2f885e3c0a99482$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/server_ctocpp.h"
|
||||
@@ -315,13 +315,6 @@ CefCToCppRefCounted<CefServerCToCpp, CefServer, cef_server_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefServerCToCpp, CefServer, cef_server_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefServerCToCpp, CefServer, cef_server_t>::
|
||||
kWrapperType = WT_SERVER;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=381eba12e69c8beedb92ada87ab54a3764be4230$
|
||||
// $hash=dd1054ae58e86f1f1e8341eaabf94a6b220025f9$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/server_handler_ctocpp.h"
|
||||
@@ -239,14 +239,6 @@ CefCToCppRefCounted<CefServerHandlerCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefServerHandlerCToCpp,
|
||||
CefServerHandler,
|
||||
cef_server_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefServerHandlerCToCpp,
|
||||
CefServerHandler,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9cc7eb52611e6b972ec6cd4dc036409c0e6875df$
|
||||
// $hash=b4d0dfdb4aa8f1a161f2baff75aadf27f97a380f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/set_cookie_callback_ctocpp.h"
|
||||
@@ -51,14 +51,6 @@ cef_set_cookie_callback_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefSetCookieCallbackCToCpp,
|
||||
CefSetCookieCallback,
|
||||
cef_set_cookie_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefSetCookieCallbackCToCpp,
|
||||
CefSetCookieCallback,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d2496fe2f83679ec93768c1fb73b1c66499ebc5b$
|
||||
// $hash=a5ecb5a9e8c8e87982ea8f7de2c3a560c2480de1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/sslinfo_ctocpp.h"
|
||||
@@ -70,13 +70,6 @@ CefCToCppRefCounted<CefSSLInfoCToCpp, CefSSLInfo, cef_sslinfo_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefSSLInfoCToCpp, CefSSLInfo, cef_sslinfo_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefSSLInfoCToCpp,
|
||||
CefSSLInfo,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=971e8ff1505cd5c719e4c816ac5c6aebffbc8e98$
|
||||
// $hash=f7a5a803a603ac83adeb3d55f5dbd62769cd8727$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/sslstatus_ctocpp.h"
|
||||
@@ -118,13 +118,6 @@ CefCToCppRefCounted<CefSSLStatusCToCpp, CefSSLStatus, cef_sslstatus_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefSSLStatusCToCpp, CefSSLStatus, cef_sslstatus_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefSSLStatusCToCpp,
|
||||
CefSSLStatus,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=bd71a129987045a4287adb96f27e3cfc858dda46$
|
||||
// $hash=d0ceaaf01cbd0d23d7e5762fa01d8a73d218620a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/stream_reader_ctocpp.h"
|
||||
@@ -186,14 +186,6 @@ CefCToCppRefCounted<CefStreamReaderCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefStreamReaderCToCpp,
|
||||
CefStreamReader,
|
||||
cef_stream_reader_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefStreamReaderCToCpp,
|
||||
CefStreamReader,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7a8e8a23e595fc23ee83c0547fe099d135485ae6$
|
||||
// $hash=55db4ae27a914d2a9ba931e7fc8de888a19e6630$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/stream_writer_ctocpp.h"
|
||||
@@ -167,14 +167,6 @@ CefCToCppRefCounted<CefStreamWriterCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefStreamWriterCToCpp,
|
||||
CefStreamWriter,
|
||||
cef_stream_writer_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefStreamWriterCToCpp,
|
||||
CefStreamWriter,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9d300b4e0391a921a05a01599c91cf7f700a3e63$
|
||||
// $hash=474845df2ea1dbc1b5dce494d0660116407844c1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/string_visitor_ctocpp.h"
|
||||
@@ -53,14 +53,6 @@ CefCToCppRefCounted<CefStringVisitorCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefStringVisitorCToCpp,
|
||||
CefStringVisitor,
|
||||
cef_string_visitor_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefStringVisitorCToCpp,
|
||||
CefStringVisitor,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=da357fbd2928a41597a056f80551b406b859ab1b$
|
||||
// $hash=f11f916a79a43f5a0e32bc4f7fe8f5585f1692fa$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/task_ctocpp.h"
|
||||
@@ -44,13 +44,6 @@ CefCToCppRefCounted<CefTaskCToCpp, CefTask, cef_task_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefTaskCToCpp, CefTask, cef_task_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefTaskCToCpp, CefTask, cef_task_t>::kWrapperType =
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7fde43475329d8b158cd0325a0382ba3cc49cda0$
|
||||
// $hash=1a131c57d2764e6ce0004585e3401c53c4342386$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/task_runner_ctocpp.h"
|
||||
@@ -165,13 +165,6 @@ CefCToCppRefCounted<CefTaskRunnerCToCpp, CefTaskRunner, cef_task_runner_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCToCppRefCounted<CefTaskRunnerCToCpp, CefTaskRunner, cef_task_runner_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefTaskRunnerCToCpp,
|
||||
CefTaskRunner,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=685b7f49ef2b4088a00e739450c26b05f73d6fbb$
|
||||
// $hash=6799b0f6bbe821eb7e71f8b1ebb11f88bf9b062a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ctocpp.h"
|
||||
@@ -1555,14 +1555,6 @@ cef_translator_test_t* CefCToCppRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<CefTranslatorTestCToCpp,
|
||||
CefTranslatorTest,
|
||||
cef_translator_test_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<CefTranslatorTestCToCpp,
|
||||
CefTranslatorTest,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=db82cc3707fcd49f569426adab05792f61150fed$
|
||||
// $hash=ac6af61ea078c7db0c70af14c80fa472ccd549ed$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ref_ptr_client_child_ctocpp.h"
|
||||
@@ -74,14 +74,6 @@ CefCToCppRefCounted<CefTranslatorTestRefPtrClientChildCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrClientChildCToCpp,
|
||||
CefTranslatorTestRefPtrClientChild,
|
||||
cef_translator_test_ref_ptr_client_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrClientChildCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=62db5b865590f2242bea5ff7b5ec26c5730b9cd9$
|
||||
// $hash=52bb66023ffca64e74fbaefb4a3769bc622bc7e4$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ref_ptr_client_ctocpp.h"
|
||||
@@ -59,14 +59,6 @@ CefCToCppRefCounted<CefTranslatorTestRefPtrClientCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrClientCToCpp,
|
||||
CefTranslatorTestRefPtrClient,
|
||||
cef_translator_test_ref_ptr_client_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefTranslatorTestRefPtrClientCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7b3b9b84c2e98ecf06f6c44b67ffa691b108d8f7$
|
||||
// $hash=07bb14d3c9ee4ef46f5de653e019b7bd051282a0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ref_ptr_library_child_child_ctocpp.h"
|
||||
@@ -160,15 +160,6 @@ CefCToCppRefCounted<CefTranslatorTestRefPtrLibraryChildChildCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildChildCToCpp,
|
||||
CefTranslatorTestRefPtrLibraryChildChild,
|
||||
cef_translator_test_ref_ptr_library_child_child_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildChildCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a22f1d50f0b94e1de8c6fd12842d2849cd10706f$
|
||||
// $hash=23e80faef7d16df6eed546e6fd8d1c731c8b8009$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ref_ptr_library_child_ctocpp.h"
|
||||
@@ -126,14 +126,6 @@ CefCToCppRefCounted<CefTranslatorTestRefPtrLibraryChildCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildCToCpp,
|
||||
CefTranslatorTestRefPtrLibraryChild,
|
||||
cef_translator_test_ref_ptr_library_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b89880c1956f0d37f8770f0ef9abb8ec3c517720$
|
||||
// $hash=34a68c21ae04f021cdd5387ff1b4dfa1b5f04c43$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_ref_ptr_library_ctocpp.h"
|
||||
@@ -96,14 +96,6 @@ CefCToCppRefCounted<CefTranslatorTestRefPtrLibraryCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryCToCpp,
|
||||
CefTranslatorTestRefPtrLibrary,
|
||||
cef_translator_test_ref_ptr_library_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppRefCounted<CefTranslatorTestRefPtrLibraryCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f53dbe9257dcb58c5a00b166cb6db4a2545d32fb$
|
||||
// $hash=101c8e46137f0a97c33e3320a82555e251a8d0ba$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_scoped_client_child_ctocpp.h"
|
||||
@@ -79,14 +79,6 @@ CefCToCppScoped<CefTranslatorTestScopedClientChildCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppScoped<
|
||||
CefTranslatorTestScopedClientChildCToCpp,
|
||||
CefTranslatorTestScopedClientChild,
|
||||
cef_translator_test_scoped_client_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppScoped<CefTranslatorTestScopedClientChildCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=337daf51d9b692a9ae1c5690311d7784b05abecc$
|
||||
// $hash=8fd92902720f0c9dfdabd9f0080d8e02fa82504b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_scoped_client_ctocpp.h"
|
||||
@@ -75,14 +75,6 @@ CefCToCppScoped<CefTranslatorTestScopedClientCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppScoped<
|
||||
CefTranslatorTestScopedClientCToCpp,
|
||||
CefTranslatorTestScopedClient,
|
||||
cef_translator_test_scoped_client_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppScoped<CefTranslatorTestScopedClientCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8a16c05d3990d9719455b92eaa3ddfbc9737fb83$
|
||||
// $hash=cb2d9b53e35c8e6937669d0cac662b461128f316$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_scoped_library_child_child_ctocpp.h"
|
||||
@@ -154,15 +154,6 @@ CefCToCppScoped<CefTranslatorTestScopedLibraryChildChildCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppScoped<
|
||||
CefTranslatorTestScopedLibraryChildChildCToCpp,
|
||||
CefTranslatorTestScopedLibraryChildChild,
|
||||
cef_translator_test_scoped_library_child_child_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCToCppScoped<
|
||||
CefTranslatorTestScopedLibraryChildChildCToCpp,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=3710964ee91febb36938956d5d5e23ba0d4a686b$
|
||||
// $hash=09e48707a11e7e1bd833e5efd7fe34de0576ee12$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/translator_test_scoped_library_child_ctocpp.h"
|
||||
@@ -134,14 +134,6 @@ CefCToCppScoped<CefTranslatorTestScopedLibraryChildCToCpp,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCToCppScoped<
|
||||
CefTranslatorTestScopedLibraryChildCToCpp,
|
||||
CefTranslatorTestScopedLibraryChild,
|
||||
cef_translator_test_scoped_library_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCToCppScoped<CefTranslatorTestScopedLibraryChildCToCpp,
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user