Home
last modified time | relevance | path

Searched refs:CefV8HandleBase (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/renderer/
Dv8_impl.h93 class CefV8HandleBase
94 : public base::RefCountedThreadSafe<CefV8HandleBase,
111 friend class base::DeleteHelper<CefV8HandleBase>;
112 friend class base::RefCountedThreadSafe<CefV8HandleBase,
118 CefV8HandleBase(v8::Isolate* isolate, v8::Local<v8::Context> context);
119 virtual ~CefV8HandleBase();
130 class CefV8Handle : public CefV8HandleBase {
138 : CefV8HandleBase(isolate, context), handle_(isolate, v) {} in CefV8Handle()
289 class Handle : public CefV8HandleBase {
Dv8_impl.cc892 CefV8HandleBase::~CefV8HandleBase() { in ~CefV8HandleBase()
896 bool CefV8HandleBase::BelongsToCurrentThread() const { in BelongsToCurrentThread()
900 CefV8HandleBase::CefV8HandleBase(v8::Isolate* isolate, in CefV8HandleBase() function in CefV8HandleBase
1129 : CefV8HandleBase(isolate, context), in Handle()