Home
last modified time | relevance | path

Searched defs:callFunctionOn (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorRuntimeAgent.cpp88 void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const … in callFunctionOn() function in WebCore::InspectorRuntimeAgent
DInjectedScript.cpp71 void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String&… in callFunctionOn() function in WebCore::InjectedScript
DInjectedScriptSource.js501 callFunctionOn: function(objectId, expression, args, returnByValue) method in InjectedScript