Home
last modified time | relevance | path

Searched refs:createForPage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptManager.h49 static PassOwnPtr<InjectedScriptManager> createForPage();
DInjectedScriptManager.cpp44 PassOwnPtr<InjectedScriptManager> InjectedScriptManager::createForPage() in createForPage() function in WebCore::InjectedScriptManager
DInspectorController.cpp75 , m_injectedScriptManager(InjectedScriptManager::createForPage()) in InspectorController()