Searched defs:releaseObjectGroup (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorRuntimeAgent.cpp89 void InspectorRuntimeAgent::releaseObjectGroup(ErrorString*, const String& objectGroup) function in class:WebCore::InspectorRuntimeAgent
91 m_injectedScriptManager->releaseObjectGroup(objectGroup);
H A DInjectedScriptManager.cpp109 void InjectedScriptManager::releaseObjectGroup(const String& objectGroup) function in class:WebCore::InjectedScriptManager
112 it->second.releaseObjectGroup(objectGroup);
H A DInjectedScriptSource.js121 releaseObjectGroup: function(objectGroupName)
H A DInjectedScript.cpp177 void InjectedScript::releaseObjectGroup(const String& objectGroup) function in class:WebCore::InjectedScript
180 ScriptFunctionCall releaseFunction(m_injectedScriptObject, "releaseObjectGroup");

Completed in 123 milliseconds