Home
last modified time | relevance | path

Searched refs:InspectorFrontendClientLocal (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInspectorFrontendClientLocal.cpp99 InspectorFrontendClientLocal::InspectorFrontendClientLocal(InspectorController& inspectorController… in InspectorFrontendClientLocal() function in WebCore::InspectorFrontendClientLocal
106 InspectorFrontendClientLocal::~InspectorFrontendClientLocal() in ~InspectorFrontendClientLocal()
114 void InspectorFrontendClientLocal::windowObjectCleared() in windowObjectCleared()
123 void InspectorFrontendClientLocal::sendMessageToBackend(const String& message) in sendMessageToBackend()
DInspectorFrontendClientLocal.h47 class InspectorFrontendClientLocal : public InspectorFrontendClient {
48 WTF_MAKE_NONCOPYABLE(InspectorFrontendClientLocal); WTF_MAKE_FAST_ALLOCATED;
50 InspectorFrontendClientLocal(InspectorController&, Page*);
51 virtual ~InspectorFrontendClientLocal();
DInternals.cpp1564 …OwnPtr<InspectorFrontendClientLocal> frontendClient = adoptPtr(new InspectorFrontendClientLocal(pa… in openDummyInspectorFrontend()
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi3188 'testing/InspectorFrontendClientLocal.cpp',
3189 'testing/InspectorFrontendClientLocal.h',