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

  /external/webkit/Source/WebCore/inspector/
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...]
InspectorPageAgent.h 53 class InspectorPageAgent {
54 WTF_MAKE_NONCOPYABLE(InspectorPageAgent);
56 static PassOwnPtr<InspectorPageAgent> create(InstrumentingAgents*, Page*, InjectedScriptManager*);
80 InspectorPageAgent(InstrumentingAgents*, Page*, InjectedScriptManager*);
InstrumentingAgents.h 41 class InspectorPageAgent;
87 InspectorPageAgent* inspectorPageAgent() const { return m_inspectorPageAgent; }
88 void setInspectorPageAgent(InspectorPageAgent* agent) { m_inspectorPageAgent = agent; }
133 InspectorPageAgent* m_inspectorPageAgent;
InspectorAgent.h 65 class InspectorPageAgent;
121 InspectorPageAgent* pageAgent() { return m_pageAgent.get(); }
191 OwnPtr<InspectorPageAgent> m_pageAgent;
InspectorInstrumentation.cpp 50 #include "InspectorPageAgent.h"
96 if (InspectorPageAgent* pageAgent = inspectorAgent->instrumentingAgents()->inspectorPageAgent())
393 if (InspectorPageAgent* pageAgent = retrievePageAgent(inspectorAgent))
536 if (InspectorPageAgent* pageAgent = inspectorAgent->instrumentingAgents()->inspectorPageAgent())
557 if (InspectorPageAgent* pageAgent = inspectorAgent->instrumentingAgents()->inspectorPageAgent())
607 if (InspectorPageAgent* pageAgent = instrumentingAgents->inspectorPageAgent())
    [all...]
InspectorAgent.cpp 50 #include "InspectorPageAgent.h"
115 , m_pageAgent(InspectorPageAgent::create(m_instrumentingAgents.get(), page, injectedScriptManager))
InspectorInstrumentation.h 51 class InspectorPageAgent;
310 static InspectorPageAgent* retrievePageAgent(InspectorAgent*);
    [all...]

Completed in 565 milliseconds