HomeSort by relevance Sort by last modified time
    Searched full:frontendpage (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorClient.cpp 41 bool InspectorClient::doDispatchMessageOnFrontendPage(Page* frontendPage, const String& message)
43 if (!frontendPage)
46 Frame* frame = frontendPage->mainFrame();
InspectorFrontendHost.h 48 static PassRefPtr<InspectorFrontendHost> create(InspectorFrontendClient* client, Page* frontendPage)
50 return adoptRef(new InspectorFrontendHost(client, frontendPage));
78 InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage);
InspectorClient.h 74 static bool doDispatchMessageOnFrontendPage(Page* frontendPage, const String& message);
InspectorFrontendHost.cpp 118 InspectorFrontendHost::InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage)
120 , m_frontendPage(frontendPage)
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InspectorFrontendClientLocal.cpp 99 InspectorFrontendClientLocal::InspectorFrontendClientLocal(InspectorController& inspectorController, Page* frontendPage)
100 : m_frontendPage(frontendPage)
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
InspectorFrontendClientImpl.cpp 50 InspectorFrontendClientImpl::InspectorFrontendClientImpl(Page* frontendPage, WebDevToolsFrontendClient* client, WebDevToolsFrontendImpl* frontend)
51 : m_frontendPage(frontendPage)

Completed in 59 milliseconds