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

  /external/webkit/Source/WebCore/inspector/
InspectorPageAgent.h 53 class InspectorPageAgent {
54 WTF_MAKE_NONCOPYABLE(InspectorPageAgent);
56 static PassOwnPtr<InspectorPageAgent> create(InstrumentingAgents*, Page*, InjectedScriptManager*);
80 InspectorPageAgent(InstrumentingAgents*, Page*, InjectedScriptManager*);
InspectorPageAgent.cpp 33 #include "InspectorPageAgent.h"
56 PassOwnPtr<InspectorPageAgent> InspectorPageAgent::create(InstrumentingAgents* instrumentingAgents, Page* inspectedPage, InjectedScriptManager* injectedScriptManager)
58 return adoptPtr(new InspectorPageAgent(instrumentingAgents, inspectedPage, injectedScriptManager));
61 InspectorPageAgent::InspectorPageAgent(InstrumentingAgents* instrumentingAgents, Page* inspectedPage, InjectedScriptManager* injectedScriptManager)
69 void InspectorPageAgent::setFrontend(InspectorFrontend* frontend)
79 void InspectorPageAgent::clearFrontend()
86 void InspectorPageAgent::addScriptToEvaluateOnLoad(ErrorString*, const String& source)
91 void InspectorPageAgent::removeAllScriptsToEvaluateOnLoad(ErrorString*
    [all...]

Completed in 27 milliseconds