/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorTracingAgent.h | 17 class InspectorClient; variable 24 static PassOwnPtr<InspectorTracingAgent> create(InspectorClient* client) in create() 39 explicit InspectorTracingAgent(InspectorClient*); 45 InspectorClient* m_client;
|
D | InspectorInputAgent.h | 40 class InspectorClient; variable 48 static PassOwnPtr<InspectorInputAgent> create(Page* page, InspectorClient* client) in create() 60 InspectorInputAgent(Page*, InspectorClient*); 63 InspectorClient* m_client;
|
D | InspectorController.h | 50 class InspectorClient; variable 78 static PassOwnPtr<InspectorController> create(Page*, InspectorClient*); 136 InspectorController(Page*, InspectorClient*); 158 InspectorClient* m_inspectorClient;
|
D | InspectorOverlay.h | 49 class InspectorClient; variable 113 static PassOwnPtr<InspectorOverlay> create(Page* page, InspectorClient* client) in create() 151 InspectorOverlay(Page*, InspectorClient*); 167 InspectorClient* m_client;
|
D | TraceEventDispatcher.h | 43 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*);
|
D | InspectorClient.h | 41 class InspectorClient : public InspectorStateClient { 79 virtual ~InspectorClient() { } in ~InspectorClient()
|
D | InspectorPageAgent.h | 51 class InspectorClient; variable 81 …static PassOwnPtr<InspectorPageAgent> create(Page*, InjectedScriptManager*, InspectorClient*, Insp… 171 InspectorPageAgent(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*); 184 InspectorClient* m_client;
|
D | InspectorTimelineAgent.h | 67 class InspectorClient; variable 118 InspectorOverlay* overlay, InspectorType type, InspectorClient* client) in create() 234 …InspectorPageAgent*, InspectorLayerTreeAgent*, InspectorOverlay*, InspectorType, InspectorClient*); 292 InspectorClient* m_client;
|
D | TraceEventDispatcher.cpp | 101 …har phase, TraceEventTargetBase* instance, TraceEventHandlerMethod method, InspectorClient* client) in innerAddListener() 116 void TraceEventDispatcher::removeAllListeners(TraceEventTargetBase* instance, InspectorClient* clie… in removeAllListeners()
|
D | InspectorTracingAgent.cpp | 26 InspectorTracingAgent::InspectorTracingAgent(InspectorClient* client) in InspectorTracingAgent()
|
D | InspectorController.cpp | 73 InspectorController::InspectorController(Page* page, InspectorClient* inspectorClient) in InspectorController() 128 PassOwnPtr<InspectorController> InspectorController::create(Page* page, InspectorClient* client) in create()
|
D | InspectorInputAgent.cpp | 92 InspectorInputAgent::InspectorInputAgent(Page* page, InspectorClient* client) in InspectorInputAgent()
|
D | InspectorPageAgent.cpp | 246 …nt::create(Page* page, InjectedScriptManager* injectedScriptManager, InspectorClient* client, Insp… in create() 330 …rPageAgent(Page* page, InjectedScriptManager* injectedScriptManager, InspectorClient* client, Insp… in InspectorPageAgent()
|
D | InspectorOverlay.cpp | 251 InspectorOverlay::InspectorOverlay(Page* page, InspectorClient* client) in InspectorOverlay()
|
D | InspectorTimelineAgent.cpp | 1150 InspectorOverlay* overlay, InspectorType type, InspectorClient* client) in InspectorTimelineAgent()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebDevToolsAgentImpl.h | 50 class InspectorClient; variable 72 public WebCore::InspectorClient,
|
D | InspectorClientImpl.h | 45 class InspectorClientImpl FINAL : public WebCore::InspectorClient, public WebCore::InspectorFronten…
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | Page.h | 58 class InspectorClient; variable 100 InspectorClient* inspectorClient;
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | EmptyClients.cpp | 58 static InspectorClient* dummyInspectorClient = adoptPtr(new EmptyInspectorClient).leakPtr(); in fillWithEmptyClients()
|
D | EmptyClients.h | 313 class EmptyInspectorClient FINAL : public InspectorClient {
|