Home
last modified time | relevance | path

Searched refs:InspectorRuntimeAgent (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorRuntimeAgent.cpp43 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()
DInspectorRuntimeAgent.h49 class InspectorRuntimeAgent {
50 WTF_MAKE_NONCOPYABLE(InspectorRuntimeAgent);
52 virtual ~InspectorRuntimeAgent();
63 explicit InspectorRuntimeAgent(InjectedScriptManager*);
DInstrumentingAgents.h51 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;
DWorkerInspectorController.h49 class InspectorRuntimeAgent; variable
71 OwnPtr<InspectorRuntimeAgent> m_runtimeAgent;
DWorkerInspectorController.cpp53 class WorkerRuntimeAgent : public InspectorRuntimeAgent {
56 : InspectorRuntimeAgent(injectedScriptManager) in WorkerRuntimeAgent()
DInspectorAgent.h68 class InspectorRuntimeAgent; variable
125 InspectorRuntimeAgent* runtimeAgent() { return m_runtimeAgent.get(); } in runtimeAgent()
210 OwnPtr<InspectorRuntimeAgent> m_runtimeAgent;
DInspectorAgent.cpp94 class PageRuntimeAgent : public InspectorRuntimeAgent {
97 : InspectorRuntimeAgent(injectedScriptManager) in PageRuntimeAgent()
/external/webkit/Source/WebCore/
DChangeLog7517 * 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 …]
DWebCore.pro839 inspector/InspectorRuntimeAgent.cpp \
1785 inspector/InspectorRuntimeAgent.h \
DCMakeLists.txt921 inspector/InspectorRuntimeAgent.cpp
DChangeLog-2011-02-1616557 * 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 …]
DGNUmakefile.list.am1983 Source/WebCore/inspector/InspectorRuntimeAgent.cpp \
1984 Source/WebCore/inspector/InspectorRuntimeAgent.h \
DGNUmakefile.am2006 Source/WebCore/inspector/InspectorRuntimeAgent.cpp \
2007 Source/WebCore/inspector/InspectorRuntimeAgent.h \
DWebCore.gypi3274 'inspector/InspectorRuntimeAgent.cpp',
3275 'inspector/InspectorRuntimeAgent.h',
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1681 …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 */,