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

  /external/chromium_org/third_party/WebKit/Source/core/testing/
InspectorFrontendClientLocal.cpp 32 #include "InspectorFrontendClientLocal.h"
99 InspectorFrontendClientLocal::InspectorFrontendClientLocal(InspectorController* inspectorController, Page* frontendPage)
107 InspectorFrontendClientLocal::~InspectorFrontendClientLocal()
116 void InspectorFrontendClientLocal::windowObjectCleared()
125 void InspectorFrontendClientLocal::sendMessageToBackend(const String& message)
InspectorFrontendClientLocal.h 47 class InspectorFrontendClientLocal : public InspectorFrontendClient {
48 WTF_MAKE_NONCOPYABLE(InspectorFrontendClientLocal); WTF_MAKE_FAST_ALLOCATED;
50 InspectorFrontendClientLocal(InspectorController*, Page*);
51 virtual ~InspectorFrontendClientLocal();

Completed in 57 milliseconds