Searched refs:GetCurrent (Results 1 - 25 of 181) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebTestingSupport.cpp37 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
43 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
H A DWebScopedMicrotaskSuppression.cpp53 m_impl.reset(new Impl(v8::Isolate::GetCurrent()));
H A DWebDOMMediaStreamTrack.cpp46 if (V8MediaStreamTrack::hasInstance(value, v8::Isolate::GetCurrent())) {
/external/chromium_org/ui/gl/
H A Dscoped_binders.cc13 : state_restorer_(!GLContext::GetCurrent()
15 : GLContext::GetCurrent()->GetGLStateRestorer()),
24 DCHECK(!!GLContext::GetCurrent());
25 DCHECK_EQ(state_restorer_, GLContext::GetCurrent()->GetGLStateRestorer());
33 : state_restorer_(!GLContext::GetCurrent()
35 : GLContext::GetCurrent()->GetGLStateRestorer()),
60 DCHECK(!!GLContext::GetCurrent());
61 DCHECK_EQ(state_restorer_, GLContext::GetCurrent()->GetGLStateRestorer());
H A Dscoped_make_current.cc15 : previous_context_(gfx::GLContext::GetCurrent()),
16 previous_surface_(gfx::GLSurface::GetCurrent()),
H A Dgl_fence_nv.cc29 flush_event_ = GLContext::GetCurrent()->SignalFlush();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMDataStore.cpp42 , m_wrapperMap(v8::Isolate::GetCurrent()) // FIXME Don't call GetCurrent twice.
H A DScriptProfiler.cpp53 v8::Isolate* isolate = v8::Isolate::GetCurrent();
66 v8::Isolate* isolate = v8::Isolate::GetCurrent();
76 v8::Isolate* isolate = v8::Isolate::GetCurrent();
99 v8::Isolate::GetCurrent()->LowMemoryNotification();
104 v8::Isolate* isolate = v8::Isolate::GetCurrent();
127 v8::Isolate* isolate = v8::Isolate::GetCurrent();
135 v8::Isolate* isolate = v8::Isolate::GetCurrent();
168 LocalDOMWindow* window = toDOMWindow(object, v8::Isolate::GetCurrent());
184 v8::Isolate::GetCurrent()->GetHeapProfiler()->StartTrackingHeapObjects(trackAllocations);
222 return v8::Isolate::GetCurrent()
[all...]
H A DScriptString.h50 m_isolate = v8::Isolate::GetCurrent();
H A DScriptGCEvent.cpp43 V8PerIsolateData* isolateData = V8PerIsolateData::from(v8::Isolate::GetCurrent());
75 v8::Isolate::GetCurrent()->GetHeapStatistics(&heapStatistics);
84 v8::Isolate::GetCurrent()->GetHeapStatistics(&heapStatistics);
/external/chromium_org/ppapi/api/
H A Dppb_message_loop.idl61 * GetForMainThread() or, if your code is on the main thread, GetCurrent() will
73 * using the GetCurrent() function.
149 PP_Resource GetCurrent();
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationTestHelper.cpp14 return v8::Handle<v8::Value>::Cast(v8String(v8::Isolate::GetCurrent(), string));
19 return v8::Handle<v8::Value>::Cast(v8::Number::New(v8::Isolate::GetCurrent(), number));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMicrotask.cpp44 v8::Isolate* isolate = v8::Isolate::GetCurrent();
71 v8::Isolate* isolate = v8::Isolate::GetCurrent();
/external/chromium_org/ppapi/c/
H A Dppb_message_loop.h79 * GetForMainThread() or, if your code is on the main thread, GetCurrent() will
91 * using the GetCurrent() function.
165 PP_Resource (*GetCurrent)(void); member in struct:PPB_MessageLoop_1_0
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DGCObservation.cpp49 : m_observed(v8::Isolate::GetCurrent(), observedValue)
/external/chromium_org/extensions/renderer/
H A Dscoped_persistent.h60 return v8::Isolate::GetCurrent();
65 return v8::Isolate::GetCurrent();
69 return v8::Isolate::GetCurrent();
H A Dscript_context_set.cc49 ScriptContext* ScriptContextSet::GetCurrent() const { function in class:extensions::ScriptContextSet
50 v8::Isolate* isolate = v8::Isolate::GetCurrent();
56 v8::Isolate* isolate = v8::Isolate::GetCurrent();
/external/chromium_org/ppapi/cpp/
H A Dmessage_loop.h66 /// GetForMainThread() or, if your code is on the main thread, GetCurrent() will
78 /// using the GetCurrent() function.
152 static MessageLoop GetCurrent();
H A Dmessage_loop.cc50 MessageLoop MessageLoop::GetCurrent() { function in class:pp::MessageLoop
54 get_interface<PPB_MessageLoop>()->GetCurrent());
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.h53 static MacDesktopConfiguration GetCurrent(Origin origin);
H A Ddesktop_configuration_monitor.cc33 desktop_configuration_ = MacDesktopConfiguration::GetCurrent(
84 desktop_configuration_ = MacDesktopConfiguration::GetCurrent(
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DErrorEvent.cpp52 , m_world(DOMWrapperWorld::current(v8::Isolate::GetCurrent()))
62 , m_world(DOMWrapperWorld::current(v8::Isolate::GetCurrent()))
/external/chromium_org/content/renderer/pepper/
H A Dhost_var_tracker_unittest.cc72 v8::Isolate::GetCurrent()->RequestGarbageCollectionForTesting(
82 v8::Isolate* test_isolate = v8::Isolate::GetCurrent();
109 v8::Handle<v8::Value> v8_object = MyObject::Create(v8::Isolate::GetCurrent());
/external/chromium_org/content/child/
H A Dcontent_child_helpers.cc32 v8::Isolate* isolate = v8::Isolate::GetCurrent();
/external/chromium_org/ppapi/tests/extensions/background_keepalive/
H A Dbackground.cc36 pp::MessageLoop loop = pp::MessageLoop::GetCurrent();

Completed in 1251 milliseconds

12345678