HomeSort by relevance Sort by last modified time
    Searched defs:InspectorFrontendClientImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
InspectorFrontendClientImpl.h 47 class InspectorFrontendClientImpl : public WebCore::InspectorFrontendClient {
48 WTF_MAKE_NONCOPYABLE(InspectorFrontendClientImpl);
50 InspectorFrontendClientImpl(WebCore::Page*, WebDevToolsFrontendClient*, WebDevToolsFrontendImpl*);
51 virtual ~InspectorFrontendClientImpl();
InspectorFrontendClientImpl.cpp 32 #include "InspectorFrontendClientImpl.h"
50 InspectorFrontendClientImpl::InspectorFrontendClientImpl(Page* frontendPage, WebDevToolsFrontendClient* client, WebDevToolsFrontendImpl* frontend)
56 InspectorFrontendClientImpl::~InspectorFrontendClientImpl()
63 void InspectorFrontendClientImpl::windowObjectCleared()
120 void InspectorFrontendClientImpl::inspectedURLChanged(const String& url)
125 void InspectorFrontendClientImpl::sendMessageToBackend(const String& message)
130 void InspectorFrontendClientImpl::sendMessageToEmbedder(const String& message)
135 bool InspectorFrontendClientImpl::isUnderTest(
    [all...]

Completed in 43 milliseconds