Searched defs:InspectorFrontendClientImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DInspectorFrontendClientImpl.h47 class InspectorFrontendClientImpl : public WebCore::InspectorFrontendClient { class in namespace:blink
48 WTF_MAKE_NONCOPYABLE(InspectorFrontendClientImpl);
50 InspectorFrontendClientImpl(WebCore::Page*, WebDevToolsFrontendClient*, WebDevToolsFrontendImpl*);
51 virtual ~InspectorFrontendClientImpl();
H A DInspectorFrontendClientImpl.cpp32 #include "InspectorFrontendClientImpl.h"
50 InspectorFrontendClientImpl::InspectorFrontendClientImpl(Page* frontendPage, WebDevToolsFrontendClient* client, WebDevToolsFrontendImpl* frontend) function in class:blink::InspectorFrontendClientImpl
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
[all...]

Completed in 67 milliseconds