Searched refs:findObjectById (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScript.h70 Deprecated::ScriptValue findObjectById(const String& objectId) const;
H A DInjectedScript.cpp199 Deprecated::ScriptValue InjectedScript::findObjectById(const String& objectId) const function in class:Inspector::InjectedScript
202 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("findObjectById"), inspectorEnvironment()->functionCallHandler());
H A DInjectedScriptSource.js648 findObjectById: function(objectId)
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDOMAgent.cpp1962 Deprecated::ScriptValue value = injectedScript.findObjectById(objectId);

Completed in 175 milliseconds