Searched refs:InspectorPageAgent (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/inspector/ |
D | InspectorPageAgent.cpp | 56 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 …]
|
D | InspectorPageAgent.h | 53 class InspectorPageAgent { 54 WTF_MAKE_NONCOPYABLE(InspectorPageAgent); 56 … static PassOwnPtr<InspectorPageAgent> create(InstrumentingAgents*, Page*, InjectedScriptManager*); 80 InspectorPageAgent(InstrumentingAgents*, Page*, InjectedScriptManager*);
|
D | InstrumentingAgents.h | 41 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;
|
D | InspectorAgent.h | 65 class InspectorPageAgent; variable 121 InspectorPageAgent* pageAgent() { return m_pageAgent.get(); } in pageAgent() 191 OwnPtr<InspectorPageAgent> m_pageAgent;
|
D | InspectorInstrumentation.cpp | 96 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()
|
D | InspectorAgent.cpp | 115 …, m_pageAgent(InspectorPageAgent::create(m_instrumentingAgents.get(), page, injectedScriptManager)) in InspectorAgent()
|
D | InspectorInstrumentation.h | 51 class InspectorPageAgent; variable 310 static InspectorPageAgent* retrievePageAgent(InspectorAgent*);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 8626 * 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 …]
|
D | WebCore.pro | 836 inspector/InspectorPageAgent.cpp \ 1782 inspector/InspectorPageAgent.h \
|
D | CMakeLists.txt | 903 inspector/InspectorPageAgent.cpp
|
D | GNUmakefile.list.am | 1977 Source/WebCore/inspector/InspectorPageAgent.cpp \ 1978 Source/WebCore/inspector/InspectorPageAgent.h \
|
D | WebCore.gypi | 3268 'inspector/InspectorPageAgent.cpp', 3269 'inspector/InspectorPageAgent.h',
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 1259 …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 */,
|