Searched refs:mainThreadNormalWorld (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | DOMWrapperWorld.h | 126 friend DOMWrapperWorld* mainThreadNormalWorld(); 130 DOMWrapperWorld* mainThreadNormalWorld();
|
D | ScriptController.cpp | 93 , m_windowShell(V8WindowShell::create(frame, mainThreadNormalWorld(), m_isolate)) in ScriptController() 223 return windowShell(mainThreadNormalWorld())->isContextInitialized(); in initializeMainWorld() 294 return contextForWorld(*this, mainThreadNormalWorld()); in currentWorldContext() 299 return contextForWorld(*this, mainThreadNormalWorld()); in currentWorldContext() 310 return contextForWorld(*this, mainThreadNormalWorld()); in mainWorldContext() 318 return contextForWorld(frame->script(), mainThreadNormalWorld()); in mainWorldContext() 542 windowShell(mainThreadNormalWorld())->updateDocument(); in updateDocument() 547 windowShell(mainThreadNormalWorld())->namedItemAdded(doc, name); in namedItemAdded() 552 windowShell(mainThreadNormalWorld())->namedItemRemoved(doc, name); in namedItemRemoved()
|
D | DOMWrapperWorld.cpp | 80 return mainThreadNormalWorld(); in current() 83 DOMWrapperWorld* mainThreadNormalWorld() in mainThreadNormalWorld() function 120 worlds.append(mainThreadNormalWorld()); in getAllWorlds()
|
D | V8LazyEventListener.cpp | 56 : V8AbstractEventListener(true, mainThreadNormalWorld(), isolate) in V8LazyEventListener()
|
D | PageScriptDebugServer.cpp | 109 V8WindowShell* shell = scriptController.existingWindowShell(mainThreadNormalWorld()); in addListener()
|
D | V8WindowShell.cpp | 215 V8WindowShell* mainWindow = m_frame->script().existingWindowShell(mainThreadNormalWorld()); in initializeIfNeeded()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | CustomEventTest.cpp | 67 v8::Local<v8::Context> v8Context = WebCore::toV8Context(context, mainThreadNormalWorld()); in handleEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | PageDebuggerAgent.cpp | 133 if (world != mainThreadNormalWorld() || frame != m_pageAgent->mainFrame()) in didClearWindowObjectInWorld()
|
D | InspectorAgent.cpp | 72 if (world != mainThreadNormalWorld()) in didClearWindowObjectInWorld()
|
D | PageRuntimeAgent.cpp | 114 if (world != mainThreadNormalWorld()) in didClearWindowObjectInWorld()
|
D | InspectorController.cpp | 174 if (world != mainThreadNormalWorld()) in didClearWindowObjectInWorld()
|
D | InspectorPageAgent.cpp | 780 if (world != mainThreadNormalWorld()) in didClearWindowObjectInWorld()
|