Home
last modified time | relevance | path

Searched refs:InspectorClient (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTracingAgent.h17 class InspectorClient; variable
24 static PassOwnPtr<InspectorTracingAgent> create(InspectorClient* client) in create()
39 explicit InspectorTracingAgent(InspectorClient*);
45 InspectorClient* m_client;
DInspectorInputAgent.h40 class InspectorClient; variable
48 static PassOwnPtr<InspectorInputAgent> create(Page* page, InspectorClient* client) in create()
60 InspectorInputAgent(Page*, InspectorClient*);
63 InspectorClient* m_client;
DInspectorController.h50 class InspectorClient; variable
78 static PassOwnPtr<InspectorController> create(Page*, InspectorClient*);
136 InspectorController(Page*, InspectorClient*);
158 InspectorClient* m_inspectorClient;
DInspectorOverlay.h49 class InspectorClient; variable
113 static PassOwnPtr<InspectorOverlay> create(Page* page, InspectorClient* client) in create()
151 InspectorOverlay(Page*, InspectorClient*);
167 InspectorClient* m_client;
DTraceEventDispatcher.h43 class InspectorClient; variable
152 …ance, typename TraceEventTarget<ListenerClass>::TraceEventHandler handler, InspectorClient* client) in addListener()
157 void removeAllListeners(TraceEventTargetBase*, InspectorClient*);
186 …er(const char* name, char phase, TraceEventTargetBase*, TraceEventHandlerMethod, InspectorClient*);
DInspectorClient.h41 class InspectorClient : public InspectorStateClient {
79 virtual ~InspectorClient() { } in ~InspectorClient()
DInspectorPageAgent.h51 class InspectorClient; variable
81 …static PassOwnPtr<InspectorPageAgent> create(Page*, InjectedScriptManager*, InspectorClient*, Insp…
171 InspectorPageAgent(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
184 InspectorClient* m_client;
DInspectorTimelineAgent.h67 class InspectorClient; variable
118 InspectorOverlay* overlay, InspectorType type, InspectorClient* client) in create()
234 …InspectorPageAgent*, InspectorLayerTreeAgent*, InspectorOverlay*, InspectorType, InspectorClient*);
292 InspectorClient* m_client;
DTraceEventDispatcher.cpp101 …har phase, TraceEventTargetBase* instance, TraceEventHandlerMethod method, InspectorClient* client) in innerAddListener()
116 void TraceEventDispatcher::removeAllListeners(TraceEventTargetBase* instance, InspectorClient* clie… in removeAllListeners()
DInspectorTracingAgent.cpp26 InspectorTracingAgent::InspectorTracingAgent(InspectorClient* client) in InspectorTracingAgent()
DInspectorController.cpp73 InspectorController::InspectorController(Page* page, InspectorClient* inspectorClient) in InspectorController()
128 PassOwnPtr<InspectorController> InspectorController::create(Page* page, InspectorClient* client) in create()
DInspectorInputAgent.cpp92 InspectorInputAgent::InspectorInputAgent(Page* page, InspectorClient* client) in InspectorInputAgent()
DInspectorPageAgent.cpp246 …nt::create(Page* page, InjectedScriptManager* injectedScriptManager, InspectorClient* client, Insp… in create()
330 …rPageAgent(Page* page, InjectedScriptManager* injectedScriptManager, InspectorClient* client, Insp… in InspectorPageAgent()
DInspectorOverlay.cpp251 InspectorOverlay::InspectorOverlay(Page* page, InspectorClient* client) in InspectorOverlay()
DInspectorTimelineAgent.cpp1150 InspectorOverlay* overlay, InspectorType type, InspectorClient* client) in InspectorTimelineAgent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebDevToolsAgentImpl.h50 class InspectorClient; variable
72 public WebCore::InspectorClient,
DInspectorClientImpl.h45 class InspectorClientImpl FINAL : public WebCore::InspectorClient, public WebCore::InspectorFronten…
/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.h58 class InspectorClient; variable
100 InspectorClient* inspectorClient;
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.cpp58 static InspectorClient* dummyInspectorClient = adoptPtr(new EmptyInspectorClient).leakPtr(); in fillWithEmptyClients()
DEmptyClients.h313 class EmptyInspectorClient FINAL : public InspectorClient {