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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTracingAgent.h 17 class InspectorClient;
25 static PassOwnPtrWillBeRawPtr<InspectorTracingAgent> create(InspectorClient* client, InspectorWorkerAgent* workerAgent)
42 InspectorTracingAgent(InspectorClient*, InspectorWorkerAgent*);
48 InspectorClient* m_client;
InspectorInputAgent.h 40 class InspectorClient;
48 static PassOwnPtrWillBeRawPtr<InspectorInputAgent> create(Page* page, InspectorClient* client)
61 InspectorInputAgent(Page*, InspectorClient*);
64 InspectorClient* m_client;
PageRuntimeAgent.h 40 class InspectorClient;
47 static PassOwnPtrWillBeRawPtr<PageRuntimeAgent> create(InjectedScriptManager* injectedScriptManager, InspectorClient* client, ScriptDebugServer* scriptDebugServer, Page* page, InspectorPageAgent* pageAgent)
62 PageRuntimeAgent(InjectedScriptManager*, InspectorClient*, ScriptDebugServer*, Page*, InspectorPageAgent*);
69 InspectorClient* m_client;
InspectorClient.h 41 class InspectorClient : public InspectorStateClient {
83 virtual ~InspectorClient() { }
InspectorOverlay.h 48 class InspectorClient;
78 static PassOwnPtr<InspectorOverlay> create(Page* page, InspectorClient* client)
115 InspectorOverlay(Page*, InspectorClient*);
131 InspectorClient* m_client;
InspectorController.h 51 class InspectorClient;
81 static PassOwnPtrWillBeRawPtr<InspectorController> create(Page*, InspectorClient*);
142 InspectorController(Page*, InspectorClient*);
165 InspectorClient* m_inspectorClient;
TraceEventDispatcher.h 45 class InspectorClient;
155 void addListener(const char* name, char phase, PassOwnPtrWillBeRawPtr<TraceEventListener>, InspectorClient*);
157 void removeAllListeners(void*, InspectorClient*);
InspectorPageAgent.h 51 class InspectorClient;
81 static PassOwnPtrWillBeRawPtr<InspectorPageAgent> create(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
183 InspectorPageAgent(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
200 InspectorClient* m_client;
InspectorTracingAgent.cpp 12 #include "core/inspector/InspectorClient.h"
28 InspectorTracingAgent::InspectorTracingAgent(InspectorClient* client, InspectorWorkerAgent* workerAgent)
TraceEventDispatcher.cpp 34 #include "core/inspector/InspectorClient.h"
103 void TraceEventDispatcher::addListener(const char* name, char phase, PassOwnPtrWillBeRawPtr<TraceEventListener> listener, InspectorClient* client)
118 void TraceEventDispatcher::removeAllListeners(void* eventTarget, InspectorClient* client)
InspectorTimelineAgent.h 67 class InspectorClient;
117 InspectorOverlay* overlay, InspectorType type, InspectorClient* client)
234 InspectorTimelineAgent(InspectorPageAgent*, InspectorLayerTreeAgent*, InspectorOverlay*, InspectorType, InspectorClient*);
292 InspectorClient* m_client;
PageRuntimeAgent.cpp 41 #include "core/inspector/InspectorClient.h"
49 PageRuntimeAgent::PageRuntimeAgent(InjectedScriptManager* injectedScriptManager, InspectorClient* client, ScriptDebugServer* scriptDebugServer, Page* page, InspectorPageAgent* pageAgent)
InspectorController.cpp 43 #include "core/inspector/InspectorClient.h"
74 InspectorController::InspectorController(Page* page, InspectorClient* inspectorClient)
77 , m_state(adoptPtrWillBeNoop(new InspectorCompositeState(inspectorClient)))
78 , m_overlay(InspectorOverlay::create(page, inspectorClient))
84 , m_inspectorClient(inspectorClient)
94 OwnPtrWillBeRawPtr<InspectorPageAgent> pageAgentPtr(InspectorPageAgent::create(m_page, injectedScriptManager, inspectorClient, overlay));
109 OwnPtrWillBeRawPtr<InspectorTracingAgent> tracingAgentPtr = InspectorTracingAgent::create(inspectorClient, workerAgentPtr.get());
116 overlay, InspectorTimelineAgent::PageInspector, inspectorClient));
122 m_agents.append(PageRuntimeAgent::create(injectedScriptManager, inspectorClient, pageScriptDebugServer, m_page, m_pageAgent))
    [all...]
InspectorInputAgent.cpp 36 #include "core/inspector/InspectorClient.h"
92 InspectorInputAgent::InspectorInputAgent(Page* page, InspectorClient* client)
InspectorPageAgent.cpp 64 #include "core/inspector/InspectorClient.h"
317 PassOwnPtrWillBeRawPtr<InspectorPageAgent> InspectorPageAgent::create(Page* page, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay)
403 InspectorPageAgent::InspectorPageAgent(Page* page, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay)
    [all...]
InspectorOverlay.cpp 41 #include "core/inspector/InspectorClient.h"
334 InspectorOverlay::InspectorOverlay(Page* page, InspectorClient* client)
InspectorTimelineAgent.cpp 42 #include "core/inspector/InspectorClient.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentImpl.h 34 #include "core/inspector/InspectorClient.h"
51 class InspectorClient;
69 , public InspectorClient
99 // InspectorClient implementation.
InspectorClientImpl.h 34 #include "core/inspector/InspectorClient.h"
45 class InspectorClientImpl FINAL : public InspectorClient, public InspectorFrontendChannel {
50 // InspectorClient methods:
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp 58 static InspectorClient* dummyInspectorClient = adoptPtr(new EmptyInspectorClient).leakPtr();
59 pageClients.inspectorClient = dummyInspectorClient;
EmptyClients.h 33 #include "core/inspector/InspectorClient.h"
316 class EmptyInspectorClient FINAL : public InspectorClient {
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 57 class InspectorClient;
92 InspectorClient* inspectorClient;

Completed in 197 milliseconds