HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrent (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/web/
WebTestingSupport.cpp 37 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
43 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
WebScopedMicrotaskSuppression.cpp 52 m_impl.reset(new Impl(v8::Isolate::GetCurrent()));
  /external/chromium_org/ui/gl/
scoped_binders.cc 13 : 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());
scoped_make_current.cc 15 : previous_context_(gfx::GLContext::GetCurrent()),
16 previous_surface_(gfx::GLSurface::GetCurrent()),
gl_fence_nv.cc 29 flush_event_ = GLContext::GetCurrent()->SignalFlush();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.cpp 42 , m_wrapperMap(v8::Isolate::GetCurrent()) // FIXME Don't call GetCurrent twice.
ScriptProfiler.cpp 54 v8::Isolate* isolate = v8::Isolate::GetCurrent();
67 v8::Isolate* isolate = v8::Isolate::GetCurrent();
77 v8::Isolate* isolate = v8::Isolate::GetCurrent();
105 v8::Isolate* isolate = v8::Isolate::GetCurrent();
128 v8::Isolate* isolate = v8::Isolate::GetCurrent();
136 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()->GetHeapProfiler()->GetHeapStats(&heapStatsStream);
227 v8::Isolate::GetCurrent()->GetHeapProfiler()->StopTrackingHeapObjects()
    [all...]
ScriptString.h 50 m_isolate = v8::Isolate::GetCurrent();
ScriptGCEvent.cpp 44 V8PerIsolateData* isolateData = V8PerIsolateData::from(v8::Isolate::GetCurrent());
76 v8::Isolate::GetCurrent()->GetHeapStatistics(&heapStatistics);
85 v8::Isolate::GetCurrent()->GetHeapStatistics(&heapStatistics);
ArrayValue.cpp 64 ASSERT(m_isolate == v8::Isolate::GetCurrent());
ScriptHeapSnapshot.cpp 50 v8::HandleScope scope(v8::Isolate::GetCurrent());
  /external/chromium_org/ppapi/api/
ppb_message_loop.idl 61 * 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/
AnimationTestHelper.cpp 14 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/
Microtask.cpp 44 v8::Isolate* isolate = v8::Isolate::GetCurrent();
62 v8::Isolate* isolate = v8::Isolate::GetCurrent();
StaticNodeList.cpp 41 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(nodeList->AllocationSize());
47 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-AllocationSize());
  /external/chromium_org/ppapi/c/
ppb_message_loop.h 79 * GetForMainThread() or, if your code is on the main thread, GetCurrent() will
91 * using the GetCurrent() function.
165 PP_Resource (*GetCurrent)(void);
  /external/chromium_org/ppapi/cpp/
message_loop.h 66 /// GetForMainThread() or, if your code is on the main thread, GetCurrent() will
78 /// using the GetCurrent() function.
152 static MessageLoop GetCurrent();
message_loop.cc 50 MessageLoop MessageLoop::GetCurrent() {
54 get_interface<PPB_MessageLoop>()->GetCurrent());
  /external/chromium_org/third_party/WebKit/Source/core/testing/
GCObservation.cpp 49 : m_observed(v8::Isolate::GetCurrent(), observedValue)
  /external/chromium_org/extensions/renderer/
scoped_persistent.h 60 return v8::Isolate::GetCurrent();
65 return v8::Isolate::GetCurrent();
69 return v8::Isolate::GetCurrent();
script_context_set.cc 49 ScriptContext* ScriptContextSet::GetCurrent() const {
50 v8::Isolate* isolate = v8::Isolate::GetCurrent();
56 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration.h 53 static MacDesktopConfiguration GetCurrent(Origin origin);
desktop_configuration_monitor.cc 33 desktop_configuration_ = MacDesktopConfiguration::GetCurrent(
84 desktop_configuration_ = MacDesktopConfiguration::GetCurrent(
  /external/chromium_org/content/child/
content_child_helpers.cc 32 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/ppapi/tests/extensions/background_keepalive/
background.cc 36 pp::MessageLoop loop = pp::MessageLoop::GetCurrent();

Completed in 475 milliseconds

1 2 3 4 5 6 7