Searched defs:releaseObject (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorRuntimeAgent.cpp82 void InspectorRuntimeAgent::releaseObject(ErrorString*, const String& objectId) function in class:WebCore::InspectorRuntimeAgent
86 injectedScript.releaseObject(objectId);
H A DInjectedScript.cpp125 void InjectedScript::releaseObject(const String& objectId) function in class:WebCore::InjectedScript
127 ScriptFunctionCall function(m_injectedScriptObject, "releaseObject");
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp145 void WebBindings::releaseObject(NPObject* object) function in class:WebKit::WebBindings

Completed in 79 milliseconds