HomeSort by relevance Sort by last modified time
    Searched defs:InspectorFrontendHost (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/
InspectorFrontendHost.h 50 class InspectorFrontendHost : public RefCounted<InspectorFrontendHost>
53 static PassRefPtr<InspectorFrontendHost> create(InspectorFrontendClient* client, Page* frontendPage)
55 return adoptRef(new InspectorFrontendHost(client, frontendPage));
58 ~InspectorFrontendHost();
89 InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage);
InspectorFrontendHost.cpp 31 #include "InspectorFrontendHost.h"
61 static PassRefPtr<FrontendMenuProvider> create(InspectorFrontendHost* frontendHost, ScriptObject webInspector, const Vector<ContextMenuItem*>& items)
73 FrontendMenuProvider(InspectorFrontendHost* frontendHost, ScriptObject webInspector, const Vector<ContextMenuItem*>& items)
114 InspectorFrontendHost* m_frontendHost;
120 InspectorFrontendHost::InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage)
129 InspectorFrontendHost::~InspectorFrontendHost()
134 void InspectorFrontendHost::disconnectClient()
144 void InspectorFrontendHost::loaded(
    [all...]

Completed in 503 milliseconds