Home
last modified time | relevance | path

Searched refs:frontendScriptState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInspectorFrontendClientLocal.cpp118 ScriptState* frontendScriptState = mainWorldScriptState(m_frontendPage->mainFrame()); in windowObjectCleared() local
120 ScriptGlobalObject::set(frontendScriptState, "InspectorFrontendHost", m_frontendHost.get()); in windowObjectCleared()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorFrontendHost.cpp178 ScriptState* frontendScriptState = mainWorldScriptState(m_frontendPage->mainFrame()); in showContextMenu() local
180 if (!ScriptGlobalObject::get(frontendScriptState, "InspectorFrontendAPI", frontendApiObject)) { in showContextMenu()