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

/external/webkit/WebCore/inspector/
H A DInspectorFrontend.h57 class InspectorFrontend : public Noncopyable { class in namespace:WebCore
59 InspectorFrontend(InspectorController* inspectorController, ScriptObject webInspector);
60 ~InspectorFrontend();
H A DInspectorFrontend.cpp31 #include "InspectorFrontend.h"
57 InspectorFrontend::InspectorFrontend(InspectorController* inspectorController, ScriptObject webInspector) function in class:WebCore::InspectorFrontend
63 InspectorFrontend::~InspectorFrontend()
68 ScriptArray InspectorFrontend::newScriptArray()
73 ScriptObject InspectorFrontend::newScriptObject()
78 void InspectorFrontend::didCommitLoad()
83 void InspectorFrontend::populateFrontendSettings(const String& settings)
91 void InspectorFrontend
[all...]

Completed in 57 milliseconds