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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTracingAgent.h 17 class InspectorClient;
24 static PassOwnPtr<InspectorTracingAgent> create(InspectorClient* client)
39 explicit InspectorTracingAgent(InspectorClient*);
45 InspectorClient* m_client;
InspectorInputAgent.h 40 class InspectorClient;
48 static PassOwnPtr<InspectorInputAgent> create(Page* page, InspectorClient* client)
60 InspectorInputAgent(Page*, InspectorClient*);
63 InspectorClient* m_client;
InspectorTracingAgent.cpp 12 #include "core/inspector/InspectorClient.h"
26 InspectorTracingAgent::InspectorTracingAgent(InspectorClient* client)
InspectorController.cpp 43 #include "core/inspector/InspectorClient.h"
73 InspectorController::InspectorController(Page* page, InspectorClient* inspectorClient)
76 , m_state(adoptPtr(new InspectorCompositeState(inspectorClient)))
77 , m_overlay(InspectorOverlay::create(page, inspectorClient))
80 , m_inspectorClient(inspectorClient)
90 OwnPtr<InspectorPageAgent> pageAgentPtr(InspectorPageAgent::create(m_page, injectedScriptManager, inspectorClient, overlay));
103 OwnPtr<InspectorTracingAgent> tracingAgentPtr = InspectorTracingAgent::create(inspectorClient);
108 overlay, InspectorTimelineAgent::PageInspector, inspectorClient));
120 ASSERT_ARG(inspectorClient, inspectorClient)
    [all...]
InspectorController.h 50 class InspectorClient;
78 static PassOwnPtr<InspectorController> create(Page*, InspectorClient*);
136 InspectorController(Page*, InspectorClient*);
158 InspectorClient* m_inspectorClient;
InspectorClient.h 41 class InspectorClient : public InspectorStateClient {
79 virtual ~InspectorClient() { }
InspectorOverlay.h 49 class InspectorClient;
113 static PassOwnPtr<InspectorOverlay> create(Page* page, InspectorClient* client)
151 InspectorOverlay(Page*, InspectorClient*);
167 InspectorClient* m_client;
TraceEventDispatcher.h 43 class InspectorClient;
152 void addListener(const char* name, char phase, ListenerClass* instance, typename TraceEventTarget<ListenerClass>::TraceEventHandler handler, InspectorClient* client)
157 void removeAllListeners(TraceEventTargetBase*, InspectorClient*);
186 void innerAddListener(const char* name, char phase, TraceEventTargetBase*, TraceEventHandlerMethod, InspectorClient*);
InspectorState.h 89 InspectorCompositeState(InspectorStateClient* inspectorClient)
90 : m_client(inspectorClient)
InspectorPageAgent.h 51 class InspectorClient;
81 static PassOwnPtr<InspectorPageAgent> create(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
171 InspectorPageAgent(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
184 InspectorClient* m_client;
InspectorTimelineAgent.h 67 class InspectorClient;
118 InspectorOverlay* overlay, InspectorType type, InspectorClient* client)
234 InspectorTimelineAgent(InspectorPageAgent*, InspectorLayerTreeAgent*, InspectorOverlay*, InspectorType, InspectorClient*);
292 InspectorClient* m_client;
TraceEventDispatcher.cpp 34 #include "core/inspector/InspectorClient.h"
101 void TraceEventDispatcher::innerAddListener(const char* name, char phase, TraceEventTargetBase* instance, TraceEventHandlerMethod method, InspectorClient* client)
116 void TraceEventDispatcher::removeAllListeners(TraceEventTargetBase* instance, InspectorClient* client)
InspectorInputAgent.cpp 36 #include "core/inspector/InspectorClient.h"
92 InspectorInputAgent::InspectorInputAgent(Page* page, InspectorClient* client)
InspectorOverlay.cpp 41 #include "core/inspector/InspectorClient.h"
251 InspectorOverlay::InspectorOverlay(Page* page, InspectorClient* client)
InspectorPageAgent.cpp 62 #include "core/inspector/InspectorClient.h"
246 PassOwnPtr<InspectorPageAgent> InspectorPageAgent::create(Page* page, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay)
330 InspectorPageAgent::InspectorPageAgent(Page* page, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay)
    [all...]
InspectorTimelineAgent.cpp 41 #include "core/inspector/InspectorClient.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
InspectorClientImpl.h 34 #include "core/inspector/InspectorClient.h"
45 class InspectorClientImpl FINAL : public WebCore::InspectorClient, public WebCore::InspectorFrontendChannel {
50 // InspectorClient methods:
WebDevToolsAgentImpl.h 34 #include "core/inspector/InspectorClient.h"
50 class InspectorClient;
72 public WebCore::InspectorClient,
104 // InspectorClient implementation.
WebViewImpl.cpp 410 pageClients.inspectorClient = &m_inspectorClientImpl;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 58 class InspectorClient;
100 InspectorClient* inspectorClient;
Page.cpp 124 , m_inspectorController(InspectorController::create(this, pageClients.inspectorClient))
647 , inspectorClient(0)
  /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"
313 class EmptyInspectorClient FINAL : public InspectorClient {
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 85 #include "core/inspector/InspectorClient.h"
    [all...]

Completed in 602 milliseconds