Searched defs:callFunctionOn (Results 1 – 3 of 3) sorted by relevance
88 void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const … in callFunctionOn() function in WebCore::InspectorRuntimeAgent
71 void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String&… in callFunctionOn() function in WebCore::InjectedScript
501 callFunctionOn: function(objectId, expression, args, returnByValue) method in InjectedScript