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

  /external/webkit/Source/WebCore/inspector/
InspectorFrontendClientLocal.cpp 32 #include "InspectorFrontendClientLocal.h"
56 String InspectorFrontendClientLocal::Settings::getProperty(const String&)
61 void InspectorFrontendClientLocal::Settings::setProperty(const String&, const String&)
65 InspectorFrontendClientLocal::InspectorFrontendClientLocal(InspectorController* inspectorController, Page* frontendPage, PassOwnPtr<Settings> settings)
74 InspectorFrontendClientLocal::~InspectorFrontendClientLocal()
83 void InspectorFrontendClientLocal::windowObjectCleared()
91 void InspectorFrontendClientLocal::frontendLoaded()
97 void InspectorFrontendClientLocal::requestAttachWindow(
    [all...]
InspectorFrontendClientLocal.h 45 class InspectorFrontendClientLocal : public InspectorFrontendClient {
46 WTF_MAKE_NONCOPYABLE(InspectorFrontendClientLocal); WTF_MAKE_FAST_ALLOCATED;
56 InspectorFrontendClientLocal(InspectorController*, Page*, PassOwnPtr<Settings>);
57 virtual ~InspectorFrontendClientLocal();
88 OwnPtr<InspectorFrontendClientLocal::Settings> m_settings;

Completed in 287 milliseconds