Home
last modified time | relevance | path

Searched refs:InspectorPageAgent (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorPageAgent.cpp56 PassOwnPtr<InspectorPageAgent> InspectorPageAgent::create(InstrumentingAgents* instrumentingAgents,… in create()
58 …return adoptPtr(new InspectorPageAgent(instrumentingAgents, inspectedPage, injectedScriptManager)); in create()
61 InspectorPageAgent::InspectorPageAgent(InstrumentingAgents* instrumentingAgents, Page* inspectedPag… in InspectorPageAgent() function in WebCore::InspectorPageAgent
69 void InspectorPageAgent::setFrontend(InspectorFrontend* frontend) in setFrontend()
79 void InspectorPageAgent::clearFrontend() in clearFrontend()
86 void InspectorPageAgent::addScriptToEvaluateOnLoad(ErrorString*, const String& source) in addScriptToEvaluateOnLoad()
91 void InspectorPageAgent::removeAllScriptsToEvaluateOnLoad(ErrorString*) in removeAllScriptsToEvaluateOnLoad()
96 void InspectorPageAgent::reloadPage(ErrorString*, const bool* const optionalIgnoreCache) in reloadPage()
101 void InspectorPageAgent::openInInspectedWindow(ErrorString*, const String& url) in openInInspectedWindow()
119 void InspectorPageAgent::setUserAgentOverride(ErrorString*, const String& userAgent) in setUserAgentOverride()
[all …]
DInspectorPageAgent.h53 class InspectorPageAgent {
54 WTF_MAKE_NONCOPYABLE(InspectorPageAgent);
56 … static PassOwnPtr<InspectorPageAgent> create(InstrumentingAgents*, Page*, InjectedScriptManager*);
80 InspectorPageAgent(InstrumentingAgents*, Page*, InjectedScriptManager*);
DInstrumentingAgents.h41 class InspectorPageAgent; variable
87 InspectorPageAgent* inspectorPageAgent() const { return m_inspectorPageAgent; } in inspectorPageAgent()
88 void setInspectorPageAgent(InspectorPageAgent* agent) { m_inspectorPageAgent = agent; } in setInspectorPageAgent()
133 InspectorPageAgent* m_inspectorPageAgent;
DInspectorAgent.h65 class InspectorPageAgent; variable
121 InspectorPageAgent* pageAgent() { return m_pageAgent.get(); } in pageAgent()
191 OwnPtr<InspectorPageAgent> m_pageAgent;
DInspectorInstrumentation.cpp96 if (InspectorPageAgent* pageAgent = inspectorAgent->instrumentingAgents()->inspectorPageAgent()) in didClearWindowObjectInWorldImpl()
393 if (InspectorPageAgent* pageAgent = retrievePageAgent(inspectorAgent)) in applyUserAgentOverrideImpl()
536 if (InspectorPageAgent* pageAgent = inspectorAgent->instrumentingAgents()->inspectorPageAgent()) in domContentLoadedEventFiredImpl()
557 if (InspectorPageAgent* pageAgent = inspectorAgent->instrumentingAgents()->inspectorPageAgent()) in loadEventFiredImpl()
607 if (InspectorPageAgent* pageAgent = instrumentingAgents->inspectorPageAgent()) in didCommitLoadImpl()
807 InspectorPageAgent* InspectorInstrumentation::retrievePageAgent(InspectorAgent* inspectorAgent) in retrievePageAgent()
DInspectorAgent.cpp115 …, m_pageAgent(InspectorPageAgent::create(m_instrumentingAgents.get(), page, injectedScriptManager)) in InspectorAgent()
DInspectorInstrumentation.h51 class InspectorPageAgent; variable
310 static InspectorPageAgent* retrievePageAgent(InspectorAgent*);
/external/webkit/Source/WebCore/
DChangeLog8626 * inspector/InspectorPageAgent.cpp:
8630 (WebCore::InspectorPageAgent::resourceContent):
8631 (WebCore::InspectorPageAgent::resourceData):
10628 * inspector/InspectorPageAgent.cpp:
10629 (WebCore::InspectorPageAgent::setFrontend):
10630 (WebCore::InspectorPageAgent::frameNavigated):
10631 * inspector/InspectorPageAgent.h:
11814 * inspector/InspectorPageAgent.cpp:
11815 (WebCore::InspectorPageAgent::create):
11816 (WebCore::InspectorPageAgent::resourceContent):
[all …]
DWebCore.pro836 inspector/InspectorPageAgent.cpp \
1782 inspector/InspectorPageAgent.h \
DCMakeLists.txt903 inspector/InspectorPageAgent.cpp
DGNUmakefile.list.am1977 Source/WebCore/inspector/InspectorPageAgent.cpp \
1978 Source/WebCore/inspector/InspectorPageAgent.h \
DWebCore.gypi3268 'inspector/InspectorPageAgent.cpp',
3269 'inspector/InspectorPageAgent.h',
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1259 …41DEDD001F8EE3 /* InspectorPageAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F6FDD6213…
1260 …341DEDD001F8EE3 /* InspectorPageAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F6FDD63134…
7832 …8EE3 /* InspectorPageAgent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
7833 …01F8EE3 /* InspectorPageAgent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
13319 4F6FDD621341DEDD001F8EE3 /* InspectorPageAgent.cpp */,
13320 4F6FDD631341DEDD001F8EE3 /* InspectorPageAgent.h */,
21414 4F6FDD651341DEDD001F8EE3 /* InspectorPageAgent.h in Headers */,
24237 4F6FDD641341DEDD001F8EE3 /* InspectorPageAgent.cpp in Sources */,