Searched defs:V8Platform (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/gin/public/
H A Dv8_platform.h17 class GIN_EXPORT V8Platform : public NON_EXPORTED_BASE(v8::Platform) { class in namespace:gin
19 static V8Platform* Get();
28 friend struct base::DefaultLazyInstanceTraits<V8Platform>;
30 V8Platform();
31 virtual ~V8Platform();
33 DISALLOW_COPY_AND_ASSIGN(V8Platform);
/external/chromium_org/gin/
H A Dv8_platform.cc17 base::LazyInstance<V8Platform>::Leaky g_v8_platform = LAZY_INSTANCE_INITIALIZER;
22 V8Platform* V8Platform::Get() { return g_v8_platform.Pointer(); }
24 V8Platform::V8Platform() {} function in class:gin::V8Platform
26 V8Platform::~V8Platform() {}
28 void V8Platform::CallOnBackgroundThread(
37 void V8Platform::CallOnForegroundThread(v8::Isolate* isolate, v8::Task* task) {

Completed in 82 milliseconds