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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8SVGDocumentCustom.cpp 49 frame->script()->windowShell(mainThreadNormalWorld())->updateDocumentWrapper(wrapper);
V8DocumentCustom.cpp 102 frame->script()->windowShell(mainThreadNormalWorld())->updateDocumentWrapper(wrapper);
V8HTMLDocumentCustom.cpp 121 frame->script()->windowShell(mainThreadNormalWorld())->updateDocumentWrapper(wrapper);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.h 119 friend DOMWrapperWorld* mainThreadNormalWorld();
123 DOMWrapperWorld* mainThreadNormalWorld();
DOMWrapperWorld.cpp 77 return mainThreadNormalWorld();
80 DOMWrapperWorld* mainThreadNormalWorld()
117 worlds.append(mainThreadNormalWorld());
ScriptController.cpp 94 , m_windowShell(V8WindowShell::create(frame, mainThreadNormalWorld(), m_isolate))
246 return windowShell(mainThreadNormalWorld())->isContextInitialized();
316 return contextForWorld(this, mainThreadNormalWorld());
321 return contextForWorld(this, mainThreadNormalWorld());
335 return contextForWorld(this, mainThreadNormalWorld());
343 return contextForWorld(frame->script(), mainThreadNormalWorld());
567 windowShell(mainThreadNormalWorld())->updateDocument();
572 windowShell(mainThreadNormalWorld())->namedItemAdded(doc, name);
577 windowShell(mainThreadNormalWorld())->namedItemRemoved(doc, name);
PageScriptDebugServer.cpp 97 V8WindowShell* shell = scriptController->existingWindowShell(mainThreadNormalWorld());
V8LazyEventListener.cpp 55 : V8AbstractEventListener(true, mainThreadNormalWorld(), v8::Isolate::GetCurrent()) // FIXME Remove GetCurrent()
V8WindowShell.cpp 212 V8WindowShell* mainWindow = m_frame->script()->existingWindowShell(mainThreadNormalWorld());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
PageDebuggerAgent.cpp 135 if (world != mainThreadNormalWorld() || frame != m_pageAgent->mainFrame())
InspectorAgent.cpp 73 if (world != mainThreadNormalWorld())
PageRuntimeAgent.cpp 114 if (world != mainThreadNormalWorld())
InspectorController.cpp 174 if (world != mainThreadNormalWorld())
InspectorPageAgent.cpp 777 if (world != mainThreadNormalWorld())
    [all...]

Completed in 1488 milliseconds