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

1 23 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/web/
InspectorFrontendClientImpl.cpp 64 v8::Isolate* isolate = v8::Isolate::GetCurrent();
WebLeakDetector.cpp 94 V8GCController::collectGarbage(v8::Isolate::GetCurrent());
WebSerializedScriptValue.cpp 50 WebSerializedScriptValue serializedValue = SerializedScriptValue::create(value, 0, 0, exceptionState, v8::Isolate::GetCurrent());
WebDOMFileSystem.cpp 51 if (!V8DOMFileSystem::hasInstance(value, v8::Isolate::GetCurrent()))
61 const FileEntry* const entry = V8FileEntry::toNativeWithTypeCheck(v8::Isolate::GetCurrent(), value);
WebBlob.cpp 60 if (V8Blob::hasInstance(value, v8::Isolate::GetCurrent())) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp 69 disposeUnderlyingV8Object(npObject, v8::Isolate::GetCurrent());
212 v8::Isolate* isolate = v8::Isolate::GetCurrent();
277 v8::Isolate* isolate = v8::Isolate::GetCurrent();
337 v8::Isolate* isolate = v8::Isolate::GetCurrent();
372 v8::Isolate* isolate = v8::Isolate::GetCurrent();
405 v8::Isolate* isolate = v8::Isolate::GetCurrent();
433 v8::Isolate* isolate = v8::Isolate::GetCurrent();
452 v8::Isolate* isolate = v8::Isolate::GetCurrent();
474 v8::Isolate* isolate = v8::Isolate::GetCurrent();
496 throwError(v8GeneralError, message, v8::Isolate::GetCurrent());
    [all...]
V8Initializer.cpp 95 v8::Isolate* isolate = v8::Isolate::GetCurrent();
138 v8::Isolate* isolate = v8::Isolate::GetCurrent();
219 v8::Isolate* isolate = v8::Isolate::GetCurrent();
ScriptValue.h 79 m_isolate = v8::Isolate::GetCurrent();
WorkerScriptDebugServer.cpp 46 : ScriptDebugServer(v8::Isolate::GetCurrent())
  /external/chromium_org/chrome/renderer/translate/
translate_script_browsertest.cc 115 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
129 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
translate_helper.cc 285 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
308 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
335 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
  /external/chromium_org/ppapi/tests/
test_utils.cc 366 target_loop_ = pp::MessageLoop::GetCurrent();
396 if (callback->target_loop_ != pp::MessageLoop::GetCurrent()) {
397 // Note, in-process, loop_ and GetCurrent() will both be NULL, so should
407 pp::MessageLoop loop(pp::MessageLoop::GetCurrent());
417 pp::MessageLoop loop(pp::MessageLoop::GetCurrent());
  /external/chromium_org/ui/gl/
gl_context.h 118 static GLContext* GetCurrent();
gl_surface.h 113 static GLSurface* GetCurrent();
gl_surface_osmesa.cc 33 GLContext* current_context = GLContext::GetCurrent();
gl_surface.cc 229 GLSurface* GLSurface::GetCurrent() {
234 if (GetCurrent() == this)
  /external/chromium_org/v8/test/cctest/
cctest.h 324 return v8::Number::New(v8::Isolate::GetCurrent(), x);
329 return v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), x);
348 v8::Isolate::GetCurrent(), &script_source);
378 v8::Isolate* isolate = v8::Isolate::GetCurrent();
391 v8::Isolate* isolate = v8::Isolate::GetCurrent();
404 return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &script_source)
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.cc 96 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
111 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
124 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
  /external/chromium_org/chrome/renderer/extensions/
app_window_custom_bindings.cc 41 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
  /external/chromium_org/content/renderer/pepper/
message_channel.cc 323 v8::Isolate::GetCurrent()->GetCurrentContext(),
342 v8::HandleScope scope(v8::Isolate::GetCurrent());
510 v8::Isolate::GetCurrent()->GetCurrentContext(),
536 v8::Isolate::GetCurrent()->GetCurrentContext(),
  /external/chromium_org/gpu/config/
gpu_info_collector_android.cc 66 DCHECK(!gfx::GLContext::GetCurrent());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferCustom.cpp 89 V8DOMWrapper::associateObjectWithWrapper<V8ArrayBuffer>(buffer.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Dependent);
V8ArrayBufferCustom.h 41 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-static_cast<int>(sizeInBytes));
48 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(static_cast<int>(sizeInBytes));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ListenerLeakTest.cpp 61 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/chrome/test/base/
module_system_test.cc 124 : isolate_(v8::Isolate::GetCurrent()),
200 v8::Isolate* isolate = v8::Isolate::GetCurrent();

Completed in 838 milliseconds

1 23 4 5 6 7