HomeSort by relevance Sort by last modified time
    Searched refs:currentWorldContext (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 130 action = adoptPtr(new ScheduledAction(imp->frame()->script()->currentWorldContext(), v8::Handle<v8::Function>::Cast(function), paramCount, params.get(), args.GetIsolate()));
137 action = adoptPtr(new ScheduledAction(imp->frame()->script()->currentWorldContext(), functionString, KURL(), args.GetIsolate()));
168 v8::Local<v8::Context> context = frame->script()->currentWorldContext();
190 v8::Local<v8::Context> context = frame->script()->currentWorldContext();
321 m_dialogContext = dialogFrame->frame() ? dialogFrame->frame()->script()->currentWorldContext() : v8::Local<v8::Context>();
537 v8::Handle<v8::Context> context = frame->script()->currentWorldContext();
V8HTMLDocumentCustom.cpp 87 v8::Local<v8::Context> context = frame->script()->currentWorldContext();
  /external/chromium_org/third_party/WebKit/Source/web/
InspectorFrontendClientImpl.cpp 67 v8::Handle<v8::Context> frameContext = m_frontendPage->mainFrame() ? m_frontendPage->mainFrame()->script()->currentWorldContext() : v8::Local<v8::Context>();
WebDevToolsFrontendImpl.cpp 155 v8::Handle<v8::Context> frameContext = frame->frame() ? frame->frame()->script()->currentWorldContext() : v8::Local<v8::Context>();
WebFrameImpl.cpp 886 return toV8(DOMFileSystem::create(frame()->document(), name, static_cast<WebCore::FileSystemType>(type), KURL(ParsedURLString, path.utf8().data()), AsyncFileSystemChromium::create()), v8::Handle<v8::Object>(), frame()->script()->currentWorldContext()->GetIsolate());
894 return toV8(fileSystem.release(), v8::Handle<v8::Object>(), frame()->script()->currentWorldContext()->GetIsolate());
903 return toV8(DirectoryEntry::create(fileSystem, filePath), v8::Handle<v8::Object>(), frame()->script()->currentWorldContext()->GetIsolate());
904 return toV8(FileEntry::create(fileSystem, filePath), v8::Handle<v8::Object>(), frame()->script()->currentWorldContext()->GetIsolate());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.h 130 v8::Local<v8::Context> currentWorldContext();
ScriptController.cpp 313 v8::Local<v8::Context> ScriptController::currentWorldContext()
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 618 v8::Handle<v8::Context> frameContext = frame->script()->currentWorldContext();

Completed in 422 milliseconds