Searched refs:releaseObjectGroup (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInjectedScriptManager.cpp109 void InjectedScriptManager::releaseObjectGroup(const String& objectGroup) function in class:WebCore::InjectedScriptManager
112 it->second.releaseObjectGroup(objectGroup);
H A DInspectorRuntimeAgent.cpp89 void InspectorRuntimeAgent::releaseObjectGroup(ErrorString*, const String& objectGroup) function in class:WebCore::InspectorRuntimeAgent
91 m_injectedScriptManager->releaseObjectGroup(objectGroup);
H A DInjectedScriptManager.h62 void releaseObjectGroup(const String& objectGroup);
H A DInspectorRuntimeAgent.h60 void releaseObjectGroup(ErrorString*, const String& objectGroup);
H A DInjectedScript.h73 void releaseObjectGroup(const String&);
H A DInjectedScript.cpp177 void InjectedScript::releaseObjectGroup(const String& objectGroup) function in class:WebCore::InjectedScript
180 ScriptFunctionCall releaseFunction(m_injectedScriptObject, "releaseObjectGroup");
H A DInspectorConsoleAgent.cpp103 m_injectedScriptManager->releaseObjectGroup("console");
H A DInspectorDebuggerAgent.cpp317 m_injectedScriptManager->releaseObjectGroup("backtrace");
H A DInjectedScriptSource.js121 releaseObjectGroup: function(objectGroupName)
/external/webkit/Source/WebCore/inspector/front-end/
H A DWatchExpressionsSidebarPane.js123 RuntimeAgent.releaseObjectGroup(this._watchObjectGroupId)
H A DScriptsPanel.js1113 RuntimeAgent.releaseObjectGroup(this._popoverObjectGroup);
H A DConsoleView.js378 RuntimeAgent.releaseObjectGroup("completion");

Completed in 592 milliseconds