Searched refs:InspectorRuntimeAgent (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/inspector/ |
D | InspectorRuntimeAgent.cpp | 43 InspectorRuntimeAgent::InspectorRuntimeAgent(InjectedScriptManager* injectedScriptManager) in InspectorRuntimeAgent() function in WebCore::InspectorRuntimeAgent 48 InspectorRuntimeAgent::~InspectorRuntimeAgent() in ~InspectorRuntimeAgent() 52 void InspectorRuntimeAgent::evaluate(ErrorString* errorString, const String& expression, const Stri… in evaluate() 59 void InspectorRuntimeAgent::evaluateOn(ErrorString* errorString, const String& objectId, const Stri… in evaluateOn() 66 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, bool ig… in getProperties() 73 void InspectorRuntimeAgent::setPropertyValue(ErrorString* errorString, const String& objectId, cons… in setPropertyValue() 82 void InspectorRuntimeAgent::releaseObject(ErrorString*, const String& objectId) in releaseObject() 89 void InspectorRuntimeAgent::releaseObjectGroup(ErrorString*, const String& objectGroup) in releaseObjectGroup()
|
D | InspectorRuntimeAgent.h | 49 class InspectorRuntimeAgent { 50 WTF_MAKE_NONCOPYABLE(InspectorRuntimeAgent); 52 virtual ~InspectorRuntimeAgent(); 63 explicit InspectorRuntimeAgent(InjectedScriptManager*);
|
D | InstrumentingAgents.h | 51 class InspectorRuntimeAgent; variable 102 InspectorRuntimeAgent* inspectorRuntimeAgent() const { return m_inspectorRuntimeAgent; } in inspectorRuntimeAgent() 103 void setInspectorRuntimeAgent(InspectorRuntimeAgent* agent) { m_inspectorRuntimeAgent = agent; } in setInspectorRuntimeAgent() 138 InspectorRuntimeAgent* m_inspectorRuntimeAgent;
|
D | WorkerInspectorController.h | 49 class InspectorRuntimeAgent; variable 71 OwnPtr<InspectorRuntimeAgent> m_runtimeAgent;
|
D | WorkerInspectorController.cpp | 53 class WorkerRuntimeAgent : public InspectorRuntimeAgent { 56 : InspectorRuntimeAgent(injectedScriptManager) in WorkerRuntimeAgent()
|
D | InspectorAgent.h | 68 class InspectorRuntimeAgent; variable 125 InspectorRuntimeAgent* runtimeAgent() { return m_runtimeAgent.get(); } in runtimeAgent() 210 OwnPtr<InspectorRuntimeAgent> m_runtimeAgent;
|
D | InspectorAgent.cpp | 94 class PageRuntimeAgent : public InspectorRuntimeAgent { 97 : InspectorRuntimeAgent(injectedScriptManager) in PageRuntimeAgent()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 7517 * inspector/InspectorRuntimeAgent.cpp: 7518 (WebCore::InspectorRuntimeAgent::evaluate): 7519 (WebCore::InspectorRuntimeAgent::evaluateOn): 7520 (WebCore::InspectorRuntimeAgent::getProperties): 7521 * inspector/InspectorRuntimeAgent.h: 22754 * inspector/InspectorRuntimeAgent.cpp: 22755 (WebCore::InspectorRuntimeAgent::evaluate): 22756 * inspector/InspectorRuntimeAgent.h: 30185 Web Inspector: InspectorRuntimeAgent should not depend on Page 30188 … Descendants of InspectorRuntimeAgent should implement a method providing access to the default [all …]
|
D | WebCore.pro | 839 inspector/InspectorRuntimeAgent.cpp \ 1785 inspector/InspectorRuntimeAgent.h \
|
D | CMakeLists.txt | 921 inspector/InspectorRuntimeAgent.cpp
|
D | ChangeLog-2011-02-16 | 16557 * inspector/InspectorRuntimeAgent.cpp: 16558 (WebCore::InspectorRuntimeAgent::evaluate): 16559 (WebCore::InspectorRuntimeAgent::getCompletions): 16560 * inspector/InspectorRuntimeAgent.h: 21571 * inspector/InspectorRuntimeAgent.h: 21572 * inspector/InspectorRuntimeAgent.cpp: 23158 Runtime and Debugger domains. Introduce InspectorRuntimeAgent. 23201 * inspector/InspectorRuntimeAgent.cpp: Added. 23202 (WebCore::InspectorRuntimeAgent::InspectorRuntimeAgent): 23203 (WebCore::InspectorRuntimeAgent::~InspectorRuntimeAgent): [all …]
|
D | GNUmakefile.list.am | 1983 Source/WebCore/inspector/InspectorRuntimeAgent.cpp \ 1984 Source/WebCore/inspector/InspectorRuntimeAgent.h \
|
D | GNUmakefile.am | 2006 Source/WebCore/inspector/InspectorRuntimeAgent.cpp \ 2007 Source/WebCore/inspector/InspectorRuntimeAgent.h \
|
D | WebCore.gypi | 3274 'inspector/InspectorRuntimeAgent.cpp', 3275 'inspector/InspectorRuntimeAgent.h',
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 1681 …65400DCA242 /* InspectorRuntimeAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7AA365ED12… 1685 …27490061F23C /* InspectorRuntimeAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AF11A5912E… 8292 …2 /* InspectorRuntimeAgent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 8296 …F23C /* InspectorRuntimeAgent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 13325 7AA365ED12E7265400DCA242 /* InspectorRuntimeAgent.cpp */, 13326 7AF11A5912E727490061F23C /* InspectorRuntimeAgent.h */, 21417 7AF11A5A12E727490061F23C /* InspectorRuntimeAgent.h in Headers */, 24240 7AA365EE12E7265400DCA242 /* InspectorRuntimeAgent.cpp in Sources */,
|