Home
last modified time | relevance | path

Searched refs:debuggerWorld (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DDOMWrapperWorld.h87 inline DOMWrapperWorld* debuggerWorld() { return mainThreadNormalWorld(); } in debuggerWorld() function
/external/webkit/Source/WebCore/bindings/v8/
DScriptState.h116 inline DOMWrapperWorld* debuggerWorld() { return mainThreadNormalWorld(); } in debuggerWorld() function
/external/webkit/Source/WebCore/inspector/
DInspectorProfilerAgent.cpp302 …JSC::ExecState* scriptState = toJSDOMWindow(m_inspectedPage->mainFrame(), debuggerWorld())->global… in startUserInitiatedProfiling()
319 …JSC::ExecState* scriptState = toJSDOMWindow(m_inspectedPage->mainFrame(), debuggerWorld())->global… in stopUserInitiatedProfiling()
DInspectorFrontendClientLocal.cpp86 m_frontendScriptState = scriptStateFromPage(debuggerWorld(), m_frontendPage); in windowObjectCleared()
DInspectorFrontendHost.cpp247 ScriptState* frontendScriptState = scriptStateFromPage(debuggerWorld(), m_frontendPage); in showContextMenu()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm302 …bugger is attached before a document is created. These calls use the debuggerWorld(), we will nee…
304 if (!scriptController->existingWindowShell(debuggerWorld()))
307 JSGlobalObject* globalObject = scriptController->globalObject(debuggerWorld());
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2926984 Add debuggerWorld() and pluginWorld() in ScriptState.h.
26993 (WebCore::debuggerWorld):
42722 (WebCore::debuggerWorld):
DChangeLog-2010-05-2439037 (WebCore::debuggerWorld):