Searched refs:createForPage (Results 1 – 3 of 3) sorted by relevance
65 static PassOwnPtrWillBeRawPtr<InjectedScriptManager> createForPage();
52 PassOwnPtrWillBeRawPtr<InjectedScriptManager> InjectedScriptManager::createForPage() in createForPage() function in blink::InjectedScriptManager
76 , m_injectedScriptManager(InjectedScriptManager::createForPage()) in InspectorController()