Lines Matching refs:InspectorRuntimeAgent
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):
23204 (WebCore::InspectorRuntimeAgent::evaluate):
23205 (WebCore::InspectorRuntimeAgent::getCompletions):
23206 (WebCore::InspectorRuntimeAgent::getProperties):
23207 (WebCore::InspectorRuntimeAgent::setPropertyValue):
23208 (WebCore::InspectorRuntimeAgent::pushNodeToFrontend):
23209 (WebCore::InspectorRuntimeAgent::injectedScriptForObjectId):
23210 * inspector/InspectorRuntimeAgent.h: Copied from Source/WebCore/inspector/InjectedScript.h.
23211 (WebCore::InspectorRuntimeAgent::create):