HomeSort by relevance Sort by last modified time
    Searched refs:createInspectorPage (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebInspectorClient.cpp 49 WebPage* inspectorPage = m_page->inspector()->createInspectorPage();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebInspector.h 71 WebPage* createInspectorPage();
WebInspector.cpp 54 WebPage* WebInspector::createInspectorPage()
62 if (!WebProcess::shared().connection()->sendSync(Messages::WebInspectorProxy::CreateInspectorPage(),
63 Messages::WebInspectorProxy::CreateInspectorPage::Reply(inspectorPageID, parameters),
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.cpp 166 void WebInspectorProxy::createInspectorPage(uint64_t& inspectorPageID, WebPageCreationParameters& inspectorPageParameters)
WebInspectorProxy.h 112 void createInspectorPage(uint64_t& inspectorPageID, WebPageCreationParameters&);

Completed in 653 milliseconds