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

  /external/chromium_org/third_party/WebKit/Source/web/
InspectorFrontendClientImpl.h 34 #include "core/inspector/InspectorFrontendClient.h"
47 class InspectorFrontendClientImpl : public WebCore::InspectorFrontendClient {
53 // InspectorFrontendClient methods:
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.h 43 class InspectorFrontendClient;
48 static PassRefPtr<InspectorFrontendHost> create(InspectorFrontendClient* client, Page* frontendPage)
78 InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage);
80 InspectorFrontendClient* m_client;
InspectorFrontendClient.h 39 class InspectorFrontendClient {
41 virtual ~InspectorFrontendClient() { }
InspectorController.h 50 class InspectorFrontendClient;
77 void setInspectorFrontendClient(PassOwnPtr<InspectorFrontendClient>);
137 OwnPtr<InspectorFrontendClient> m_inspectorFrontendClient;
InspectorFrontendHost.cpp 39 #include "core/inspector/InspectorFrontendClient.h"
118 InspectorFrontendHost::InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage)
InspectorController.cpp 51 #include "core/inspector/InspectorFrontendClient.h"
167 void InspectorController::setInspectorFrontendClient(PassOwnPtr<InspectorFrontendClient> inspectorFrontendClient)
169 m_inspectorFrontendClient = inspectorFrontendClient;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InspectorFrontendClientLocal.h 34 #include "core/inspector/InspectorFrontendClient.h"
47 class InspectorFrontendClientLocal : public InspectorFrontendClient {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InspectorFrontendHostCustom.cpp 37 #include "core/inspector/InspectorFrontendClient.h"

Completed in 276 milliseconds