mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-02 20:26:59 +01:00
Remove old approach for debugging leaked wrapper object references (issue #2593)
This commit is contained in:
parent
3fe062a5b6
commit
6bfb5ab33b
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5524afc164e5f8baf765fa91e5064105dd34b212$
|
||||
// $hash=236a2f5e705cde035d9d87a8a6045dccd258a2d0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/accessibility_handler_cpptoc.h"
|
||||
@ -88,14 +88,6 @@ CefRefPtr<CefAccessibilityHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefAccessibilityHandlerCppToC,
|
||||
CefAccessibilityHandler,
|
||||
cef_accessibility_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefAccessibilityHandlerCppToC,
|
||||
CefAccessibilityHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7a1d9167c083721572cedc99f89ace69364abca8$
|
||||
// $hash=afc09ddf708d525254959882f8ecb9190190c8c2$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/app_cpptoc.h"
|
||||
@ -138,13 +138,6 @@ CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefAppCppToC, 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=103cb371ed4b96f94928587d464f1c5b459ca24c$
|
||||
// $hash=cb7cf1cb27059ab4ebf7e1f81b3eee1b34d279f8$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/auth_callback_cpptoc.h"
|
||||
@ -74,14 +74,6 @@ CefRefPtr<CefAuthCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefAuthCallbackCppToC,
|
||||
CefAuthCallback,
|
||||
cef_auth_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefAuthCallbackCppToC,
|
||||
CefAuthCallback,
|
||||
|
@ -16,14 +16,6 @@ CefRefPtr<CefBaseRefCounted> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefBaseRefCountedCppToC,
|
||||
CefBaseRefCounted,
|
||||
cef_base_ref_counted_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefBaseRefCountedCppToC,
|
||||
CefBaseRefCounted,
|
||||
|
@ -22,13 +22,6 @@ CefCppToCScoped<CefBaseScopedCppToC, CefBaseScoped, cef_base_scoped_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCScoped<CefBaseScopedCppToC, CefBaseScoped, cef_base_scoped_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCScoped<CefBaseScopedCppToC,
|
||||
CefBaseScoped,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=65ff24a6eea2a6f55773a4e8117fd56ecb8d5d8a$
|
||||
// $hash=22e45d32fa0eb2e697feb5331ef8ed5f2d6864b5$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/before_download_callback_cpptoc.h"
|
||||
@ -61,14 +61,6 @@ CefCppToCRefCounted<CefBeforeDownloadCallbackCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefBeforeDownloadCallbackCppToC,
|
||||
CefBeforeDownloadCallback,
|
||||
cef_before_download_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefBeforeDownloadCallbackCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=1a09058e8a846ec1ecb223d7883d44e6d36600f1$
|
||||
// $hash=bfd709c1b6abba557eaa0775293fbcb3b7fd674f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/binary_value_cpptoc.h"
|
||||
@ -200,14 +200,6 @@ CefCppToCRefCounted<CefBinaryValueCppToC, CefBinaryValue, cef_binary_value_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefBinaryValueCppToC,
|
||||
CefBinaryValue,
|
||||
cef_binary_value_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefBinaryValueCppToC,
|
||||
CefBinaryValue,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d670b45c86f780e4113755c97679cafe089680fb$
|
||||
// $hash=97f834d04878d403755dd16060a55dd53a6c7b1a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/browser_cpptoc.h"
|
||||
@ -441,13 +441,6 @@ CefCppToCRefCounted<CefBrowserCppToC, CefBrowser, cef_browser_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefBrowserCppToC, CefBrowser, cef_browser_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefBrowserCppToC,
|
||||
CefBrowser,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=40639710b864280e2288d7532309f327c92f2216$
|
||||
// $hash=1a1e9d55adac010523c7c8fdd2de03d9d081ba85$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/browser_host_cpptoc.h"
|
||||
@ -1288,14 +1288,6 @@ CefCppToCRefCounted<CefBrowserHostCppToC, CefBrowserHost, cef_browser_host_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefBrowserHostCppToC,
|
||||
CefBrowserHost,
|
||||
cef_browser_host_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefBrowserHostCppToC,
|
||||
CefBrowserHost,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=90d9d5420cb532a187a78fba2a29dc9e2933b114$
|
||||
// $hash=978ea00f17d5dc1053ce83f9077b04d5e37bc1f8$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/browser_process_handler_cpptoc.h"
|
||||
@ -131,14 +131,6 @@ CefRefPtr<CefBrowserProcessHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefBrowserProcessHandlerCppToC,
|
||||
CefBrowserProcessHandler,
|
||||
cef_browser_process_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefBrowserProcessHandlerCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6703175d02d6a1fbbbe931ebc000081e037fb507$
|
||||
// $hash=cace3871b8faad929d11cc34a85b9a4e431d3173$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/callback_cpptoc.h"
|
||||
@ -68,13 +68,6 @@ CefCppToCRefCounted<CefCallbackCppToC, CefCallback, cef_callback_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefCallbackCppToC, CefCallback, cef_callback_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefCallbackCppToC,
|
||||
CefCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ddbd026586c4d4cac686b8e046891d1d4363549b$
|
||||
// $hash=0471e5598bd81ceae0416d644bcfed875005a4f8$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/client_cpptoc.h"
|
||||
@ -303,13 +303,6 @@ CefCppToCRefCounted<CefClientCppToC, CefClient, cef_client_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefClientCppToC, CefClient, cef_client_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefClientCppToC, 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=745c869d4a8bb07633e5aff8a313a642503bd84f$
|
||||
// $hash=2eec49f4f266de3ab29041d1140b213bd3dd564d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/command_line_cpptoc.h"
|
||||
@ -425,14 +425,6 @@ CefCppToCRefCounted<CefCommandLineCppToC, CefCommandLine, cef_command_line_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefCommandLineCppToC,
|
||||
CefCommandLine,
|
||||
cef_command_line_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefCommandLineCppToC,
|
||||
CefCommandLine,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e483812d8e14d27960b8b3ab2d4d8e9968c0bc5b$
|
||||
// $hash=9cdeea47297901ed9863ee2c80400a5e94e40612$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/completion_callback_cpptoc.h"
|
||||
@ -57,14 +57,6 @@ CefRefPtr<CefCompletionCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefCompletionCallbackCppToC,
|
||||
CefCompletionCallback,
|
||||
cef_completion_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefCompletionCallbackCppToC,
|
||||
CefCompletionCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e37ed0bb1da97f687f27b923ef1c3f9f3a5d2e21$
|
||||
// $hash=b840f4ff3504ccc605d74312fc0ad124dfa3abd6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/context_menu_handler_cpptoc.h"
|
||||
@ -197,14 +197,6 @@ CefRefPtr<CefContextMenuHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefContextMenuHandlerCppToC,
|
||||
CefContextMenuHandler,
|
||||
cef_context_menu_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefContextMenuHandlerCppToC,
|
||||
CefContextMenuHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b87f239858f915302b4922cb145021520e7ec6bc$
|
||||
// $hash=27b88b4dd80a97e09e9ac1f9fde71dd10fa938f0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/context_menu_params_cpptoc.h"
|
||||
@ -448,14 +448,6 @@ CefRefPtr<CefContextMenuParams> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefContextMenuParamsCppToC,
|
||||
CefContextMenuParams,
|
||||
cef_context_menu_params_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefContextMenuParamsCppToC,
|
||||
CefContextMenuParams,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=208b31bc64dd9d47ac6272304bce2dab1686f071$
|
||||
// $hash=229d455bfe9f7c8536f7bc03734eaf29e9e637b1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/cookie_manager_cpptoc.h"
|
||||
@ -260,14 +260,6 @@ CefRefPtr<CefCookieManager> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefCookieManagerCppToC,
|
||||
CefCookieManager,
|
||||
cef_cookie_manager_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefCookieManagerCppToC,
|
||||
CefCookieManager,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=393d7d0a8816b40c26ee5fd8fb4d50664d606131$
|
||||
// $hash=b32f1d7c13f178735b3364d8cfe32881d4132b8e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/cookie_visitor_cpptoc.h"
|
||||
@ -83,14 +83,6 @@ CefRefPtr<CefCookieVisitor> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefCookieVisitorCppToC,
|
||||
CefCookieVisitor,
|
||||
cef_cookie_visitor_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefCookieVisitorCppToC,
|
||||
CefCookieVisitor,
|
||||
|
@ -6,7 +6,6 @@
|
||||
#define CEF_LIBCEF_DLL_CPPTOC_CPPTOC_REF_COUNTED_H_
|
||||
#pragma once
|
||||
|
||||
#include "include/base/cef_atomic_ref_count.h"
|
||||
#include "include/base/cef_logging.h"
|
||||
#include "include/base/cef_macros.h"
|
||||
#include "include/capi/cef_base_capi.h"
|
||||
@ -91,11 +90,6 @@ class CefCppToCRefCounted : public CefBaseRefCounted {
|
||||
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:
|
||||
CefCppToCRefCounted() {
|
||||
wrapper_struct_.type_ = kWrapperType;
|
||||
@ -109,17 +103,9 @@ class CefCppToCRefCounted : public CefBaseRefCounted {
|
||||
base->release = struct_release;
|
||||
base->has_one_ref = struct_has_one_ref;
|
||||
base->has_at_least_one_ref = struct_has_at_least_one_ref;
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
base::AtomicRefCountInc(&DebugObjCt);
|
||||
#endif
|
||||
}
|
||||
|
||||
virtual ~CefCppToCRefCounted() {
|
||||
#if DCHECK_IS_ON()
|
||||
base::AtomicRefCountDec(&DebugObjCt);
|
||||
#endif
|
||||
}
|
||||
virtual ~CefCppToCRefCounted() {}
|
||||
|
||||
private:
|
||||
// Used to associate this wrapper object, the underlying object instance and
|
||||
|
@ -154,30 +154,17 @@ class CefCppToCScoped : public CefBaseScoped {
|
||||
// call UnderlyingRelease() on the wrapping CefCToCpp object.
|
||||
StructName* GetStruct() { return &wrapper_struct_.struct_; }
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
// Simple tracking of allocated objects.
|
||||
static base::AtomicRefCount DebugObjCt;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
CefCppToCScoped() {
|
||||
wrapper_struct_.type_ = kWrapperType;
|
||||
wrapper_struct_.wrapper_ = this;
|
||||
memset(GetStruct(), 0, sizeof(StructName));
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
base::AtomicRefCountInc(&DebugObjCt);
|
||||
#endif
|
||||
}
|
||||
|
||||
virtual ~CefCppToCScoped() {
|
||||
// Only delete the underlying object if we own it.
|
||||
if (owned_ && wrapper_struct_.object_)
|
||||
delete wrapper_struct_.object_;
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
base::AtomicRefCountDec(&DebugObjCt);
|
||||
#endif
|
||||
}
|
||||
|
||||
private:
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=0c57a2898a260d61342066e6e923d2ae60007680$
|
||||
// $hash=0b3b80f715c561227e286098b88b8dbe2acc84a1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/delete_cookies_callback_cpptoc.h"
|
||||
@ -59,14 +59,6 @@ CefRefPtr<CefDeleteCookiesCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefDeleteCookiesCallbackCppToC,
|
||||
CefDeleteCookiesCallback,
|
||||
cef_delete_cookies_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefDeleteCookiesCallbackCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c9420b059e61e810cde99f46f1f162450c5e83c5$
|
||||
// $hash=76ce77c2503ece27838b7b83d3e5644d76a48a2d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/dialog_handler_cpptoc.h"
|
||||
@ -90,14 +90,6 @@ CefRefPtr<CefDialogHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDialogHandlerCppToC,
|
||||
CefDialogHandler,
|
||||
cef_dialog_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDialogHandlerCppToC,
|
||||
CefDialogHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5d4ac15bce882a74bb53fb52c0203475d596a2f7$
|
||||
// $hash=73518b40945d0751d55c53334d7b73682fde8964$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/dictionary_value_cpptoc.h"
|
||||
@ -740,14 +740,6 @@ CefRefPtr<CefDictionaryValue> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDictionaryValueCppToC,
|
||||
CefDictionaryValue,
|
||||
cef_dictionary_value_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDictionaryValueCppToC,
|
||||
CefDictionaryValue,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=350b86d1f5e2912141666328a21b2d4498424cca$
|
||||
// $hash=0668a14276f9304b318a8048860e4d4427816402$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/display_handler_cpptoc.h"
|
||||
@ -286,14 +286,6 @@ CefRefPtr<CefDisplayHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDisplayHandlerCppToC,
|
||||
CefDisplayHandler,
|
||||
cef_display_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDisplayHandlerCppToC,
|
||||
CefDisplayHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b3574eb0dc0a5e5debb7428d24b799dac3a5bf9f$
|
||||
// $hash=1134173c737c8888b3f29817ae5999a2e3c31646$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/domdocument_cpptoc.h"
|
||||
@ -307,14 +307,6 @@ CefCppToCRefCounted<CefDOMDocumentCppToC, CefDOMDocument, cef_domdocument_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDOMDocumentCppToC,
|
||||
CefDOMDocument,
|
||||
cef_domdocument_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDOMDocumentCppToC,
|
||||
CefDOMDocument,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a91cb2886c5b13c7d55d7700595ca7e9f60b07d4$
|
||||
// $hash=242801077f3f7f60fa0c9634ad82e027b0620d2b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/domnode_cpptoc.h"
|
||||
@ -546,13 +546,6 @@ CefCppToCRefCounted<CefDOMNodeCppToC, CefDOMNode, cef_domnode_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefDOMNodeCppToC, CefDOMNode, cef_domnode_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDOMNodeCppToC,
|
||||
CefDOMNode,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=57874472aeb7e1ba3d8fd2d1a5a8cd0a3a3d496f$
|
||||
// $hash=b0d8c21f39de025e572e493d765c05b19810eb20$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/domvisitor_cpptoc.h"
|
||||
@ -60,13 +60,6 @@ CefCppToCRefCounted<CefDOMVisitorCppToC, CefDOMVisitor, cef_domvisitor_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefDOMVisitorCppToC, CefDOMVisitor, cef_domvisitor_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDOMVisitorCppToC,
|
||||
CefDOMVisitor,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b6003acc60ff3f4271abc37847707254ddd5dd98$
|
||||
// $hash=30aa5c48e2b7cf8ee53de8ef24e3807d66761f41$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/download_handler_cpptoc.h"
|
||||
@ -117,14 +117,6 @@ CefRefPtr<CefDownloadHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDownloadHandlerCppToC,
|
||||
CefDownloadHandler,
|
||||
cef_download_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDownloadHandlerCppToC,
|
||||
CefDownloadHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6851cc688ae36e0355eb16cc6ef73c8273bed44e$
|
||||
// $hash=780beea76cb628ef259627960b9a9025c1d1fcaa$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/download_image_callback_cpptoc.h"
|
||||
@ -69,14 +69,6 @@ CefRefPtr<CefDownloadImageCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefDownloadImageCallbackCppToC,
|
||||
CefDownloadImageCallback,
|
||||
cef_download_image_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefDownloadImageCallbackCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=078411b74defc684f7f7a56d04658585053e3683$
|
||||
// $hash=0be5b806899e07c820cff31556312e94c96db118$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/download_item_callback_cpptoc.h"
|
||||
@ -88,14 +88,6 @@ CefRefPtr<CefDownloadItemCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefDownloadItemCallbackCppToC,
|
||||
CefDownloadItemCallback,
|
||||
cef_download_item_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDownloadItemCallbackCppToC,
|
||||
CefDownloadItemCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=904cfa3f93325c49918233b16163c7334beb454f$
|
||||
// $hash=314d705cf85944173dc9c1824e65c64c148d8724$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/download_item_cpptoc.h"
|
||||
@ -344,14 +344,6 @@ CefRefPtr<CefDownloadItem> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDownloadItemCppToC,
|
||||
CefDownloadItem,
|
||||
cef_download_item_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDownloadItemCppToC,
|
||||
CefDownloadItem,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c61826a0c2b4f67e7c70b7dd7c734d0fc66062f8$
|
||||
// $hash=bec8d794d1eab86c8f94313274c64f399707b6a0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/drag_data_cpptoc.h"
|
||||
@ -506,13 +506,6 @@ CefCppToCRefCounted<CefDragDataCppToC, CefDragData, cef_drag_data_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefDragDataCppToC, CefDragData, cef_drag_data_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDragDataCppToC,
|
||||
CefDragData,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=cc6ff684cc894dc40ea04848eb61ac4f3b87da20$
|
||||
// $hash=c85e942b6518aa3951dbd47b3ff1097f4a6f88fa$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/drag_handler_cpptoc.h"
|
||||
@ -108,14 +108,6 @@ CefCppToCRefCounted<CefDragHandlerCppToC, CefDragHandler, cef_drag_handler_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefDragHandlerCppToC,
|
||||
CefDragHandler,
|
||||
cef_drag_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefDragHandlerCppToC,
|
||||
CefDragHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=be2c5bdbd772cac7345acb05b976a3cf2e05b8b0$
|
||||
// $hash=2b002577e48c487b99031dbe70665ee2b0d5f299$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/end_tracing_callback_cpptoc.h"
|
||||
@ -64,14 +64,6 @@ CefRefPtr<CefEndTracingCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefEndTracingCallbackCppToC,
|
||||
CefEndTracingCallback,
|
||||
cef_end_tracing_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefEndTracingCallbackCppToC,
|
||||
CefEndTracingCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4527ed93583d01dd187f5f40e2adce17c613ca42$
|
||||
// $hash=857367991e8792482564288c822b6f042cef1691$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/extension_cpptoc.h"
|
||||
@ -190,13 +190,6 @@ CefCppToCRefCounted<CefExtensionCppToC, CefExtension, cef_extension_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefExtensionCppToC, CefExtension, cef_extension_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefExtensionCppToC,
|
||||
CefExtension,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b8d389ef550832084c478aa5fd6844f8cd09e3ef$
|
||||
// $hash=d0c1c8abd44f5503d79c4f332ff9dd37223911b5$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/extension_handler_cpptoc.h"
|
||||
@ -369,14 +369,6 @@ CefRefPtr<CefExtensionHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefExtensionHandlerCppToC,
|
||||
CefExtensionHandler,
|
||||
cef_extension_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefExtensionHandlerCppToC,
|
||||
CefExtensionHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b5a14bd3df9a4712d5cb68686bac8c4dfb3bfeba$
|
||||
// $hash=a7500c8b91052a913f960b13c34061a94a8564f2$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/file_dialog_callback_cpptoc.h"
|
||||
@ -85,14 +85,6 @@ CefRefPtr<CefFileDialogCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefFileDialogCallbackCppToC,
|
||||
CefFileDialogCallback,
|
||||
cef_file_dialog_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefFileDialogCallbackCppToC,
|
||||
CefFileDialogCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=1030036a2a5b321e8fd22f7913c827c5b7b9cea1$
|
||||
// $hash=53a8cad08f365f206893226b7114fc52775638d2$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/find_handler_cpptoc.h"
|
||||
@ -74,14 +74,6 @@ CefCppToCRefCounted<CefFindHandlerCppToC, CefFindHandler, cef_find_handler_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefFindHandlerCppToC,
|
||||
CefFindHandler,
|
||||
cef_find_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefFindHandlerCppToC,
|
||||
CefFindHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f20894b110772883b57dbb90bf2361525c2669aa$
|
||||
// $hash=22e8a4be47b39f319f40eabc5f4cafccb7fd1e1a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/focus_handler_cpptoc.h"
|
||||
@ -107,14 +107,6 @@ CefRefPtr<CefFocusHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefFocusHandlerCppToC,
|
||||
CefFocusHandler,
|
||||
cef_focus_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefFocusHandlerCppToC,
|
||||
CefFocusHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=aaaa5a4d0301d39b0a7c4c8f5dcf49b3ac899d9c$
|
||||
// $hash=a30b10a968d268b0fb84c189d78c37e599361c05$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/frame_cpptoc.h"
|
||||
@ -454,13 +454,6 @@ CefCppToCRefCounted<CefFrameCppToC, CefFrame, cef_frame_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefFrameCppToC, CefFrame, cef_frame_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefFrameCppToC, CefFrame, cef_frame_t>::kWrapperType =
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=967b251d6a1cc2488facf53dfd2c2183c3c61b43$
|
||||
// $hash=22728c3e5c0597d46102ae9d7992d47ca356f2f5$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/get_extension_resource_callback_cpptoc.h"
|
||||
@ -78,14 +78,6 @@ CefCppToCRefCounted<CefGetExtensionResourceCallbackCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefGetExtensionResourceCallbackCppToC,
|
||||
CefGetExtensionResourceCallback,
|
||||
cef_get_extension_resource_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefGetExtensionResourceCallbackCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c5faaf475b1cf107d5b7df2e976ff29607401549$
|
||||
// $hash=f9f7f73c3b2084ba25a9ef38c4546330526b1c87$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/image_cpptoc.h"
|
||||
@ -428,13 +428,6 @@ CefCppToCRefCounted<CefImageCppToC, CefImage, cef_image_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefImageCppToC, CefImage, cef_image_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefImageCppToC, CefImage, cef_image_t>::kWrapperType =
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8f763ca4fc24cb5d5f4189b685e1b7662b5e7824$
|
||||
// $hash=094966ae3f6137686814fbf098b80721e4f5bab6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/jsdialog_callback_cpptoc.h"
|
||||
@ -60,14 +60,6 @@ CefRefPtr<CefJSDialogCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefJSDialogCallbackCppToC,
|
||||
CefJSDialogCallback,
|
||||
cef_jsdialog_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefJSDialogCallbackCppToC,
|
||||
CefJSDialogCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=40e0a9efeebef0613823c2fb04eef6102fc331f0$
|
||||
// $hash=97ef1efd295bd70a5097ca4a39ebaa57da84e9ab$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/jsdialog_handler_cpptoc.h"
|
||||
@ -169,14 +169,6 @@ CefRefPtr<CefJSDialogHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefJSDialogHandlerCppToC,
|
||||
CefJSDialogHandler,
|
||||
cef_jsdialog_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefJSDialogHandlerCppToC,
|
||||
CefJSDialogHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=0ce2ec6db857aedcf142792f764fb1720e112ce1$
|
||||
// $hash=1493fbfb84ff6ae04fdf32299ea635f41845a9f3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/keyboard_handler_cpptoc.h"
|
||||
@ -126,14 +126,6 @@ CefRefPtr<CefKeyboardHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefKeyboardHandlerCppToC,
|
||||
CefKeyboardHandler,
|
||||
cef_keyboard_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefKeyboardHandlerCppToC,
|
||||
CefKeyboardHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a5715373212cdcfb2c42cb520b3e11a6d90a71cf$
|
||||
// $hash=90eb7cfa5e3f294b4b732e705ebe53072f22e8e2$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/life_span_handler_cpptoc.h"
|
||||
@ -214,14 +214,6 @@ CefRefPtr<CefLifeSpanHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefLifeSpanHandlerCppToC,
|
||||
CefLifeSpanHandler,
|
||||
cef_life_span_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefLifeSpanHandlerCppToC,
|
||||
CefLifeSpanHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7f04c8da6105e3e52b804b4c029db0e23cf41de1$
|
||||
// $hash=8ddae2686724a3fa2f2e892fe68250eb76dc65b0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/list_value_cpptoc.h"
|
||||
@ -600,13 +600,6 @@ CefCppToCRefCounted<CefListValueCppToC, CefListValue, cef_list_value_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefListValueCppToC, CefListValue, cef_list_value_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefListValueCppToC,
|
||||
CefListValue,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=95bad04c5c95d2f881790ffda4c65d28d0baf373$
|
||||
// $hash=0f6c558c3eac7e533e22149d2f96f843a988b7bb$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/load_handler_cpptoc.h"
|
||||
@ -156,14 +156,6 @@ CefCppToCRefCounted<CefLoadHandlerCppToC, CefLoadHandler, cef_load_handler_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefLoadHandlerCppToC,
|
||||
CefLoadHandler,
|
||||
cef_load_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefLoadHandlerCppToC,
|
||||
CefLoadHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6aec9fa30221da4367b29f99a1091833c311d3dd$
|
||||
// $hash=c4c177b36331d74caa13753b698e4b4c3e639141$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/menu_model_cpptoc.h"
|
||||
@ -1295,13 +1295,6 @@ CefCppToCRefCounted<CefMenuModelCppToC, CefMenuModel, cef_menu_model_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefMenuModelCppToC, CefMenuModel, cef_menu_model_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefMenuModelCppToC,
|
||||
CefMenuModel,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=442e82aaa1bff33b07278869c3bee2354ce9e8f1$
|
||||
// $hash=d99da52e4250154237795c67228bd8950e9664de$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/menu_model_delegate_cpptoc.h"
|
||||
@ -215,14 +215,6 @@ CefRefPtr<CefMenuModelDelegate> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefMenuModelDelegateCppToC,
|
||||
CefMenuModelDelegate,
|
||||
cef_menu_model_delegate_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefMenuModelDelegateCppToC,
|
||||
CefMenuModelDelegate,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d8f94042ef236d6db05e5d1b7ea680c22a5faf0e$
|
||||
// $hash=3cb6919abb3e1f49cea68308c02676a71411e693$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/navigation_entry_cpptoc.h"
|
||||
@ -225,14 +225,6 @@ CefRefPtr<CefNavigationEntry> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefNavigationEntryCppToC,
|
||||
CefNavigationEntry,
|
||||
cef_navigation_entry_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefNavigationEntryCppToC,
|
||||
CefNavigationEntry,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=64deb213617efb32c6c092dc6cca900f67322b68$
|
||||
// $hash=465ea298e8cb600b1aa6b1e956737af63f719811$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/navigation_entry_visitor_cpptoc.h"
|
||||
@ -71,14 +71,6 @@ CefCppToCRefCounted<CefNavigationEntryVisitorCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefNavigationEntryVisitorCppToC,
|
||||
CefNavigationEntryVisitor,
|
||||
cef_navigation_entry_visitor_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefNavigationEntryVisitorCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=dfc3c17cbe81e73f1f9fea2bde9bb863e7c7edb6$
|
||||
// $hash=45f8daa9331a3b69202e58ae2654ee24cbc2e1c5$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/pdf_print_callback_cpptoc.h"
|
||||
@ -64,14 +64,6 @@ CefRefPtr<CefPdfPrintCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPdfPrintCallbackCppToC,
|
||||
CefPdfPrintCallback,
|
||||
cef_pdf_print_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefPdfPrintCallbackCppToC,
|
||||
CefPdfPrintCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d16df738599a1e71e96f4d3cc1afaa206b666d7b$
|
||||
// $hash=53bfc1faba58d755d56d832b2e0068fe659c94cb$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/post_data_cpptoc.h"
|
||||
@ -190,13 +190,6 @@ CefCppToCRefCounted<CefPostDataCppToC, CefPostData, cef_post_data_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefPostDataCppToC, CefPostData, cef_post_data_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefPostDataCppToC,
|
||||
CefPostData,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e18fcb63ca6b094867221ea99b7a3efed1433200$
|
||||
// $hash=3de4d25958c01ac84e6d5c920b2fb927b84a99c9$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/post_data_element_cpptoc.h"
|
||||
@ -188,14 +188,6 @@ CefRefPtr<CefPostDataElement> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPostDataElementCppToC,
|
||||
CefPostDataElement,
|
||||
cef_post_data_element_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefPostDataElementCppToC,
|
||||
CefPostDataElement,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ff7b4fdefa520e80c9a84e165e23e916409fb441$
|
||||
// $hash=b8773da6558b01c926d6ef9853978f7111781168$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/print_dialog_callback_cpptoc.h"
|
||||
@ -80,14 +80,6 @@ CefRefPtr<CefPrintDialogCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefPrintDialogCallbackCppToC,
|
||||
CefPrintDialogCallback,
|
||||
cef_print_dialog_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefPrintDialogCallbackCppToC,
|
||||
CefPrintDialogCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9e244dc913b52c3b7691da16788ee40014b922b9$
|
||||
// $hash=758c6881a2bcdff9584b5517791049b4c0bf6eaa$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/print_handler_cpptoc.h"
|
||||
@ -207,14 +207,6 @@ CefRefPtr<CefPrintHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPrintHandlerCppToC,
|
||||
CefPrintHandler,
|
||||
cef_print_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefPrintHandlerCppToC,
|
||||
CefPrintHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d5483aff907aea5974de15ba3d429186b774888f$
|
||||
// $hash=e8c1b1c925ff531c2153f1a1d1e1954b3ea13563$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/print_job_callback_cpptoc.h"
|
||||
@ -57,14 +57,6 @@ CefRefPtr<CefPrintJobCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPrintJobCallbackCppToC,
|
||||
CefPrintJobCallback,
|
||||
cef_print_job_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefPrintJobCallbackCppToC,
|
||||
CefPrintJobCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=1bd7ab29ead56e861f94743474f8bde327c3719e$
|
||||
// $hash=d4f6d6a06e05d1d0d2938a2aa73c8a25885fc3ef$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/print_settings_cpptoc.h"
|
||||
@ -505,14 +505,6 @@ CefRefPtr<CefPrintSettings> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefPrintSettingsCppToC,
|
||||
CefPrintSettings,
|
||||
cef_print_settings_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefPrintSettingsCppToC,
|
||||
CefPrintSettings,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=220f7b5743c011145e526be76882461ff64d387b$
|
||||
// $hash=c1deb143dda280fdd644abac7a9265d5ae61861e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/process_message_cpptoc.h"
|
||||
@ -155,14 +155,6 @@ CefRefPtr<CefProcessMessage> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefProcessMessageCppToC,
|
||||
CefProcessMessage,
|
||||
cef_process_message_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefProcessMessageCppToC,
|
||||
CefProcessMessage,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=76bc51ea624d90076f9be833ac96a4f84a46fd68$
|
||||
// $hash=5f5cc7814718bbcf37d222f56383d51df5135fa1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/read_handler_cpptoc.h"
|
||||
@ -134,14 +134,6 @@ CefCppToCRefCounted<CefReadHandlerCppToC, CefReadHandler, cef_read_handler_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefReadHandlerCppToC,
|
||||
CefReadHandler,
|
||||
cef_read_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefReadHandlerCppToC,
|
||||
CefReadHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f37a0feaf54c6943ef0e397982f9d047ac40574d$
|
||||
// $hash=0ef417f4e0cc3ebf4fcd9c6b73bd74229dd3ac14$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/register_cdm_callback_cpptoc.h"
|
||||
@ -63,14 +63,6 @@ CefRefPtr<CefRegisterCdmCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefRegisterCdmCallbackCppToC,
|
||||
CefRegisterCdmCallback,
|
||||
cef_register_cdm_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefRegisterCdmCallbackCppToC,
|
||||
CefRegisterCdmCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=53ba7fafebb1f43c5c91b1a8a53fa0c7fab0a8ff$
|
||||
// $hash=7af995d59f8f171a08ea92b3b0c3428fb26f93ad$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/render_handler_cpptoc.h"
|
||||
@ -542,14 +542,6 @@ CefRefPtr<CefRenderHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefRenderHandlerCppToC,
|
||||
CefRenderHandler,
|
||||
cef_render_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefRenderHandlerCppToC,
|
||||
CefRenderHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8aff66256b6d967cecddcd730f72f1e6e25eee4c$
|
||||
// $hash=75233e51355652a53c7dcdae740eba004e76605e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/render_process_handler_cpptoc.h"
|
||||
@ -296,14 +296,6 @@ CefRefPtr<CefRenderProcessHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefRenderProcessHandlerCppToC,
|
||||
CefRenderProcessHandler,
|
||||
cef_render_process_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefRenderProcessHandlerCppToC,
|
||||
CefRenderProcessHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b6c4b33b0938837fc126370db7b8219c5627dad0$
|
||||
// $hash=546bea36081bc9438a03acd92d7a7bfb90825e0e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_callback_cpptoc.h"
|
||||
@ -72,14 +72,6 @@ CefRefPtr<CefRequestCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefRequestCallbackCppToC,
|
||||
CefRequestCallback,
|
||||
cef_request_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefRequestCallbackCppToC,
|
||||
CefRequestCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7ee8da384ebeacb520200f1b8ec82af2d97d38ec$
|
||||
// $hash=3de63a7f85158f967dd780e98a171b6665f1edb0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_context_cpptoc.h"
|
||||
@ -609,14 +609,6 @@ CefRefPtr<CefRequestContext> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefRequestContextCppToC,
|
||||
CefRequestContext,
|
||||
cef_request_context_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefRequestContextCppToC,
|
||||
CefRequestContext,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c7a79d49c001ad3cc28c1cfa41078366e62c6816$
|
||||
// $hash=2decd7941020bd2b96ebfa736624d1729a82fa55$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_context_handler_cpptoc.h"
|
||||
@ -119,14 +119,6 @@ CefRefPtr<CefRequestContextHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefRequestContextHandlerCppToC,
|
||||
CefRequestContextHandler,
|
||||
cef_request_context_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefRequestContextHandlerCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=97ceef0a54a773e251d575e4dda16a62c2f1b99a$
|
||||
// $hash=ce5154d248eed30bca03ae2eb2b21b5cecd3dc0a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_cpptoc.h"
|
||||
@ -409,13 +409,6 @@ CefCppToCRefCounted<CefRequestCppToC, CefRequest, cef_request_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefRequestCppToC, CefRequest, cef_request_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefRequestCppToC,
|
||||
CefRequest,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=3a4f8e344764af0514dda39a273c0d98dbd5ed79$
|
||||
// $hash=9353ea1707598e400907e00b1338270ee90c97b0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_handler_cpptoc.h"
|
||||
@ -745,14 +745,6 @@ CefRefPtr<CefRequestHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefRequestHandlerCppToC,
|
||||
CefRequestHandler,
|
||||
cef_request_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefRequestHandlerCppToC,
|
||||
CefRequestHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9252ddf87a04506b78a438821fbed2916d769e3b$
|
||||
// $hash=f91ce680e1b066b9130802bc712988d512adf278$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resolve_callback_cpptoc.h"
|
||||
@ -66,14 +66,6 @@ CefRefPtr<CefResolveCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefResolveCallbackCppToC,
|
||||
CefResolveCallback,
|
||||
cef_resolve_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefResolveCallbackCppToC,
|
||||
CefResolveCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e6db8ce4c0f4d808255daeb59ce3c8faeaa16e93$
|
||||
// $hash=d31e21c1a170a535e5b89ef5ceb0d84cbea2b1cf$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resource_bundle_cpptoc.h"
|
||||
@ -151,14 +151,6 @@ CefRefPtr<CefResourceBundle> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefResourceBundleCppToC,
|
||||
CefResourceBundle,
|
||||
cef_resource_bundle_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefResourceBundleCppToC,
|
||||
CefResourceBundle,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ca1390d8a0125af46f5b4ffae3359ee16ad0e5a9$
|
||||
// $hash=4b6738ea60e68ceb47f47f3a1a67f74b3d8d4439$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resource_bundle_handler_cpptoc.h"
|
||||
@ -159,14 +159,6 @@ CefRefPtr<CefResourceBundleHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefResourceBundleHandlerCppToC,
|
||||
CefResourceBundleHandler,
|
||||
cef_resource_bundle_handler_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefResourceBundleHandlerCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=0a480a3fdea0c87b79aab89ff20400415f910d78$
|
||||
// $hash=9d3f948866d05cacdb33a2335422ff0f94825389$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resource_handler_cpptoc.h"
|
||||
@ -228,14 +228,6 @@ CefRefPtr<CefResourceHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefResourceHandlerCppToC,
|
||||
CefResourceHandler,
|
||||
cef_resource_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefResourceHandlerCppToC,
|
||||
CefResourceHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=bdc31be4b01e64649ad32c12c6a9262392206210$
|
||||
// $hash=67d244b48d02049dcf75c7ae45b223c756d61aa7$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/response_cpptoc.h"
|
||||
@ -286,13 +286,6 @@ CefCppToCRefCounted<CefResponseCppToC, CefResponse, cef_response_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefResponseCppToC, CefResponse, cef_response_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefResponseCppToC,
|
||||
CefResponse,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2026723cdae10f4845d8239f14b8048d90252405$
|
||||
// $hash=60cadf5ac7749d4b8ee5c38aad5015cdf40dc9c3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/response_filter_cpptoc.h"
|
||||
@ -112,14 +112,6 @@ CefRefPtr<CefResponseFilter> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefResponseFilterCppToC,
|
||||
CefResponseFilter,
|
||||
cef_response_filter_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefResponseFilterCppToC,
|
||||
CefResponseFilter,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d73a9cabfb1e5749e422dd6584024a7c9cff89d8$
|
||||
// $hash=4a9714d7f46917454c0a017405139af8654f6602$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/run_context_menu_callback_cpptoc.h"
|
||||
@ -74,14 +74,6 @@ CefCppToCRefCounted<CefRunContextMenuCallbackCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefRunContextMenuCallbackCppToC,
|
||||
CefRunContextMenuCallback,
|
||||
cef_run_context_menu_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefRunContextMenuCallbackCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4f23ac8a141103c1153d08aab850c1753bf5899d$
|
||||
// $hash=2b3612392d91efff2e607d5dd2eb47de3b611de8$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/run_file_dialog_callback_cpptoc.h"
|
||||
@ -71,14 +71,6 @@ CefCppToCRefCounted<CefRunFileDialogCallbackCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefRunFileDialogCallbackCppToC,
|
||||
CefRunFileDialogCallback,
|
||||
cef_run_file_dialog_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefRunFileDialogCallbackCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6f84d0c49f6fe82937b22d80a5a76239d87b0796$
|
||||
// $hash=43d586b5f868ea7e08eb7ba1297f50649e418a1d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/scheme_handler_factory_cpptoc.h"
|
||||
@ -76,14 +76,6 @@ CefRefPtr<CefSchemeHandlerFactory> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefSchemeHandlerFactoryCppToC,
|
||||
CefSchemeHandlerFactory,
|
||||
cef_scheme_handler_factory_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefSchemeHandlerFactoryCppToC,
|
||||
CefSchemeHandlerFactory,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9a7b0cec74d47d2ae9f9279d08cce06ce7b5ef98$
|
||||
// $hash=5ceb0e97ddd8a7f8005eb9ee78f9b8a938896586$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/scheme_registrar_cpptoc.h"
|
||||
@ -81,14 +81,6 @@ CefRawPtr<CefSchemeRegistrar> CefCppToCScoped<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCScoped<CefSchemeRegistrarCppToC,
|
||||
CefSchemeRegistrar,
|
||||
cef_scheme_registrar_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCScoped<CefSchemeRegistrarCppToC,
|
||||
CefSchemeRegistrar,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=da9f690c63b5d0b1d512b338f822439e2830804a$
|
||||
// $hash=77f477d71f31a00d059ee0fa3232471532980758$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/select_client_certificate_callback_cpptoc.h"
|
||||
@ -64,14 +64,6 @@ CefCppToCRefCounted<CefSelectClientCertificateCallbackCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefSelectClientCertificateCallbackCppToC,
|
||||
CefSelectClientCertificateCallback,
|
||||
cef_select_client_certificate_callback_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<
|
||||
CefSelectClientCertificateCallbackCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7cf6ba3ad5b4738d2d5f96205bcd03ed0b7b1419$
|
||||
// $hash=866f8415d389dabfbd81aa0116fe7ba857a7b2f3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/server_cpptoc.h"
|
||||
@ -324,13 +324,6 @@ CefCppToCRefCounted<CefServerCppToC, CefServer, cef_server_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefServerCppToC, CefServer, cef_server_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefServerCppToC, 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=b2eab24cfa1bf3ebb4e7bcea3d9d2e728c5e1c5a$
|
||||
// $hash=f9f59132c94ae7b85135dff3e30cff45bebbc8f4$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/server_handler_cpptoc.h"
|
||||
@ -252,14 +252,6 @@ CefRefPtr<CefServerHandler> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefServerHandlerCppToC,
|
||||
CefServerHandler,
|
||||
cef_server_handler_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefServerHandlerCppToC,
|
||||
CefServerHandler,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2b234af34b1b6b739d7f948ca534b2f69bfc384a$
|
||||
// $hash=772e4a0488feeed3132dd7c8c6bbcf9510195e37$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/set_cookie_callback_cpptoc.h"
|
||||
@ -58,14 +58,6 @@ CefRefPtr<CefSetCookieCallback> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefSetCookieCallbackCppToC,
|
||||
CefSetCookieCallback,
|
||||
cef_set_cookie_callback_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefSetCookieCallbackCppToC,
|
||||
CefSetCookieCallback,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=3fd4aede0fb57f64a9adb3515f7b6c29bb96314d$
|
||||
// $hash=8390fcbf8c0f725c8fae8f66347b7ff15b5d7c26$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/sslinfo_cpptoc.h"
|
||||
@ -79,13 +79,6 @@ CefCppToCRefCounted<CefSSLInfoCppToC, CefSSLInfo, cef_sslinfo_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefSSLInfoCppToC, CefSSLInfo, cef_sslinfo_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefSSLInfoCppToC,
|
||||
CefSSLInfo,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=59c7f9afad5cd40b62f93291f49d26fa858e20c7$
|
||||
// $hash=c50dcf877d17e1228579f9e23fdc5b153924ce37$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/sslstatus_cpptoc.h"
|
||||
@ -132,13 +132,6 @@ CefCppToCRefCounted<CefSSLStatusCppToC, CefSSLStatus, cef_sslstatus_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefSSLStatusCppToC, CefSSLStatus, cef_sslstatus_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefSSLStatusCppToC,
|
||||
CefSSLStatus,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ce88b4cc3355ff64bc26dbab4c85957714baf97c$
|
||||
// $hash=b75c45a33cad1896dd24fd4a5b70548784fd5f33$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/stream_reader_cpptoc.h"
|
||||
@ -196,14 +196,6 @@ CefRefPtr<CefStreamReader> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefStreamReaderCppToC,
|
||||
CefStreamReader,
|
||||
cef_stream_reader_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefStreamReaderCppToC,
|
||||
CefStreamReader,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e1690d77fecfe97501a97d341778f14ccc4df12c$
|
||||
// $hash=62015a9688921953d24c8e54fd4538299e33540d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/stream_writer_cpptoc.h"
|
||||
@ -177,14 +177,6 @@ CefRefPtr<CefStreamWriter> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefStreamWriterCppToC,
|
||||
CefStreamWriter,
|
||||
cef_stream_writer_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefStreamWriterCppToC,
|
||||
CefStreamWriter,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ee8e0b077363331416ad3a2cad554bd853d5bf1b$
|
||||
// $hash=9afe6821e0c7e4bca936ad8fb1f4d9b21b2b6355$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/string_visitor_cpptoc.h"
|
||||
@ -58,14 +58,6 @@ CefRefPtr<CefStringVisitor> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefStringVisitorCppToC,
|
||||
CefStringVisitor,
|
||||
cef_string_visitor_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefStringVisitorCppToC,
|
||||
CefStringVisitor,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6c30de6fd4234579268912484326cab6431e4264$
|
||||
// $hash=1d9fe968b608602fefafccc1ab89115d45ccb4b6$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/task_cpptoc.h"
|
||||
@ -50,13 +50,6 @@ CefCppToCRefCounted<CefTaskCppToC, CefTask, cef_task_t>::UnwrapDerived(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefTaskCppToC, CefTask, cef_task_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefTaskCppToC, CefTask, cef_task_t>::kWrapperType =
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c593d32edf120253e3b3ce95f49dca53e6b6fbea$
|
||||
// $hash=79701f34ca5acdab85a1848010c3510c86e3ada4$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/task_runner_cpptoc.h"
|
||||
@ -175,13 +175,6 @@ CefCppToCRefCounted<CefTaskRunnerCppToC, CefTaskRunner, cef_task_runner_t>::
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount
|
||||
CefCppToCRefCounted<CefTaskRunnerCppToC, CefTaskRunner, cef_task_runner_t>::
|
||||
DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefTaskRunnerCppToC,
|
||||
CefTaskRunner,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=30a6c8e9611309b983215cfc687b088ca5fad757$
|
||||
// $hash=e81dac9bec0b9186e71224ab3b3a960368369efe$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_cpptoc.h"
|
||||
@ -1648,14 +1648,6 @@ CefRefPtr<CefTranslatorTest> CefCppToCRefCounted<
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<CefTranslatorTestCppToC,
|
||||
CefTranslatorTest,
|
||||
cef_translator_test_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<CefTranslatorTestCppToC,
|
||||
CefTranslatorTest,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ba2f64fa05b36ccf586e2ca05af5491277712b8d$
|
||||
// $hash=7ee64d052fac71a9afcb068620fe23aadf8557f0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_client_child_cpptoc.h"
|
||||
@ -86,14 +86,6 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrClientChildCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrClientChildCppToC,
|
||||
CefTranslatorTestRefPtrClientChild,
|
||||
cef_translator_test_ref_ptr_client_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrClientChildCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=94dda0368c29eee3e0fcb3a1429755649cbdd245$
|
||||
// $hash=69b6f21feb14c9cf90189bdd12ec0a6d7304ff2d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_client_cpptoc.h"
|
||||
@ -66,14 +66,6 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrClientCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrClientCppToC,
|
||||
CefTranslatorTestRefPtrClient,
|
||||
cef_translator_test_ref_ptr_client_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefTranslatorTestRefPtrClientCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=51efd46ca9949e45b05a5709b9e98089c3e8d31b$
|
||||
// $hash=b21e991f53fc09b5c246772d149b4c949733c568$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_child_child_cpptoc.h"
|
||||
@ -190,15 +190,6 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryChildChildCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildChildCppToC,
|
||||
CefTranslatorTestRefPtrLibraryChildChild,
|
||||
cef_translator_test_ref_ptr_library_child_child_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildChildCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=bb730076e72ba699a3a07b26f8eaa7ed4e61882f$
|
||||
// $hash=a7cbc59470d0ad3a2bd65c6c65f0c57c89a4e43a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_child_cpptoc.h"
|
||||
@ -143,14 +143,6 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryChildCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildCppToC,
|
||||
CefTranslatorTestRefPtrLibraryChild,
|
||||
cef_translator_test_ref_ptr_library_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryChildCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7a5ff53a90627d3079306c77cd5b6af90c2b5db3$
|
||||
// $hash=bea1e936322901ab4fadfc06810a3b5006f1e3e3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_cpptoc.h"
|
||||
@ -104,14 +104,6 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCRefCounted<
|
||||
CefTranslatorTestRefPtrLibraryCppToC,
|
||||
CefTranslatorTestRefPtrLibrary,
|
||||
cef_translator_test_ref_ptr_library_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=90d6a53956c2d81e9ab271ff02f8f857f250c0e9$
|
||||
// $hash=68683ed516486c58afe218fe6b12e9f984b6db1a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_scoped_client_child_cpptoc.h"
|
||||
@ -90,14 +90,6 @@ CefCppToCScoped<CefTranslatorTestScopedClientChildCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCScoped<
|
||||
CefTranslatorTestScopedClientChildCppToC,
|
||||
CefTranslatorTestScopedClientChild,
|
||||
cef_translator_test_scoped_client_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCScoped<CefTranslatorTestScopedClientChildCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b4a244b1991bcd3598d09b1bfce816d0c80e831f$
|
||||
// $hash=dcc8b483920f60ab8b9b2ba533d7bfd05b6b6f0f$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_scoped_client_cpptoc.h"
|
||||
@ -78,14 +78,6 @@ CefCppToCScoped<CefTranslatorTestScopedClientCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCScoped<
|
||||
CefTranslatorTestScopedClientCppToC,
|
||||
CefTranslatorTestScopedClient,
|
||||
cef_translator_test_scoped_client_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCScoped<CefTranslatorTestScopedClientCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=bec866457994d5418ece7c184c3f5516a92bfbfd$
|
||||
// $hash=ed2a57234fd60908112bb39d4f279a88ce44410d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_child_child_cpptoc.h"
|
||||
@ -183,15 +183,6 @@ CefCppToCScoped<CefTranslatorTestScopedLibraryChildChildCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCScoped<
|
||||
CefTranslatorTestScopedLibraryChildChildCppToC,
|
||||
CefTranslatorTestScopedLibraryChildChild,
|
||||
cef_translator_test_scoped_library_child_child_t>::DebugObjCt
|
||||
ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType CefCppToCScoped<
|
||||
CefTranslatorTestScopedLibraryChildChildCppToC,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=171c183383e07cd9a62afe4452d7c2bf080c84cc$
|
||||
// $hash=f30c2211f47d29b9d232797cadb16de9aac75c88$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_child_cpptoc.h"
|
||||
@ -147,14 +147,6 @@ CefCppToCScoped<CefTranslatorTestScopedLibraryChildCppToC,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
template <>
|
||||
base::AtomicRefCount CefCppToCScoped<
|
||||
CefTranslatorTestScopedLibraryChildCppToC,
|
||||
CefTranslatorTestScopedLibraryChild,
|
||||
cef_translator_test_scoped_library_child_t>::DebugObjCt ATOMIC_DECLARATION;
|
||||
#endif
|
||||
|
||||
template <>
|
||||
CefWrapperType
|
||||
CefCppToCScoped<CefTranslatorTestScopedLibraryChildCppToC,
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user