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

12 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8StringResource.h 49 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(memoryConsumption(string));
60 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(memoryConsumption(string));
71 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(reducedExternalMemory);
85 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(memoryConsumption(m_atomicString.string()));
IDBBindingUtilitiesTest.cpp 92 : m_scope(v8::Isolate::GetCurrent())
104 v8::Isolate* isolate = v8::Isolate::GetCurrent();
116 v8::Isolate* isolate = v8::Isolate::GetCurrent();
128 v8::Isolate* isolate = v8::Isolate::GetCurrent();
145 v8::Isolate* isolate = v8::Isolate::GetCurrent();
158 v8::Isolate* isolate = v8::Isolate::GetCurrent();
ExceptionState.h 125 NonThrowableExceptionState(): ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::Object>(), v8::Isolate::GetCurrent()) { }
134 TrackExceptionState(): ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::Object>(), v8::Isolate::GetCurrent()) { }
ScriptRegexp.cpp 41 v8::Isolate* isolate = v8::Isolate::GetCurrent();
73 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMMediaStreamTrack.cpp 46 if (WebCore::V8MediaStreamTrack::hasInstance(value, v8::Isolate::GetCurrent())) {
WebDOMActivityLogger.cpp 75 if (Document* document = currentDOMWindow(v8::Isolate::GetCurrent())->document())
82 if (Document* document = currentDOMWindow(v8::Isolate::GetCurrent())->document())
WebBindings.cpp 344 return getRangeImpl(range, webRange, v8::Isolate::GetCurrent());
349 return getArrayBufferImpl(arrayBuffer, webArrayBuffer, v8::Isolate::GetCurrent());
354 return getArrayBufferViewImpl(arrayBufferView, webArrayBufferView, v8::Isolate::GetCurrent());
359 return getNodeImpl(node, webNode, v8::Isolate::GetCurrent());
364 return getElementImpl(element, webElement, v8::Isolate::GetCurrent());
369 return makeIntArrayImpl(data, v8::Isolate::GetCurrent());
374 return makeStringArrayImpl(data, v8::Isolate::GetCurrent());
389 WebCore::convertV8ObjectToNPVariant(object, root, result, v8::Isolate::GetCurrent());
394 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/ui/gl/
gl_context.cc 32 if (!canceled_ && GetCurrent()) {
33 GetCurrent()->ReleaseCurrent(NULL);
64 if (GetCurrent() == this) {
150 GLContext* GLContext::GetCurrent() {
gl_fence.cc 22 DCHECK(GLContext::GetCurrent())
gl_fence_arb.cc 18 flush_event_ = GLContext::GetCurrent()->SignalFlush();
gl_fence_egl.cc 19 flush_event_ = GLContext::GetCurrent()->SignalFlush();
gl_image_io_surface.cc 41 static_cast<CGLContextObj>(GLContext::GetCurrent()->GetHandle());
  /external/chromium_org/ppapi/tests/
test_message_loop.cc 37 pp::MessageLoop::GetCurrent().pp_resource());
55 pp::MessageLoop::GetCurrent().PostWork(callback_factory_.NewCallback(
test_message_handler.cc 106 pp::MessageLoop::GetCurrent());
120 if (pp::MessageLoop::GetCurrent() != thiz->message_handler_loop_)
136 if (pp::MessageLoop::GetCurrent() != thiz->message_handler_loop_)
153 if (pp::MessageLoop::GetCurrent() != thiz->message_handler_loop_)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Pattern.cpp 52 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-m_externalMemoryAllocated);
97 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(m_externalMemoryAllocated);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_mac_unittest.cc 53 MacDesktopConfiguration config = MacDesktopConfiguration::GetCurrent(
65 MacDesktopConfiguration config = MacDesktopConfiguration::GetCurrent(
  /external/chromium_org/extensions/renderer/
object_backed_native_handler.cc 30 return object_template_.NewHandle(v8::Isolate::GetCurrent())->NewInstance();
56 v8::Isolate* isolate = v8::Isolate::GetCurrent();
78 v8::Isolate* isolate = v8::Isolate::GetCurrent();
v8_schema_registry.cc 52 new ScriptContext(GetOrCreateContext(v8::Isolate::GetCurrent()),
62 v8::Isolate* isolate = v8::Isolate::GetCurrent();
86 v8::Isolate* isolate = v8::Isolate::GetCurrent();
script_context_set.h 54 // Gets the ScriptContext corresponding to v8::Context::GetCurrent(), or
56 ScriptContext* GetCurrent() const;
script_context_set_unittest.cc 21 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptProfile.cpp 48 v8::HandleScope scope(v8::Isolate::GetCurrent());
69 v8::HandleScope handleScope(v8::Isolate::GetCurrent());
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 66 static CrashRecoveryContext *GetCurrent();
140 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent())
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc 149 MessageLoopResource* MessageLoopResource::GetCurrent() {
217 PP_Resource GetCurrent() {
219 Resource* resource = MessageLoopResource::GetCurrent();
258 &GetCurrent,
ppb_message_loop_proxy.h 41 static MessageLoopResource* GetCurrent();
  /external/chromium_org/third_party/WebKit/Source/core/events/
ErrorEvent.cpp 58 , m_world(DOMWrapperWorld::current(v8::Isolate::GetCurrent()))

Completed in 468 milliseconds

12 3 4 5 6 7