Home
last modified time | relevance | path

Searched refs:releaseObjectGroup (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorRuntimeAgent.cpp89 void InspectorRuntimeAgent::releaseObjectGroup(ErrorString*, const String& objectGroup) in releaseObjectGroup() function in WebCore::InspectorRuntimeAgent
91 m_injectedScriptManager->releaseObjectGroup(objectGroup); in releaseObjectGroup()
DInjectedScriptManager.cpp109 void InjectedScriptManager::releaseObjectGroup(const String& objectGroup) in releaseObjectGroup() function in WebCore::InjectedScriptManager
112 it->second.releaseObjectGroup(objectGroup); in releaseObjectGroup()
DInspectorRuntimeAgent.h60 void releaseObjectGroup(ErrorString*, const String& objectGroup);
DInjectedScriptManager.h62 void releaseObjectGroup(const String& objectGroup);
DInjectedScript.h73 void releaseObjectGroup(const String&);
DInjectedScript.cpp177 void InjectedScript::releaseObjectGroup(const String& objectGroup) in releaseObjectGroup() function in WebCore::InjectedScript
DInspectorConsoleAgent.cpp103 m_injectedScriptManager->releaseObjectGroup("console"); in clearConsoleMessages()
DInspectorDebuggerAgent.cpp317 m_injectedScriptManager->releaseObjectGroup("backtrace"); in resume()
DInjectedScriptSource.js121 releaseObjectGroup: function(objectGroupName) method in InjectedScript
/external/webkit/Source/WebCore/inspector/front-end/
DWatchExpressionsSidebarPane.js123 RuntimeAgent.releaseObjectGroup(this._watchObjectGroupId)
DScriptsPanel.js1113 RuntimeAgent.releaseObjectGroup(this._popoverObjectGroup);
DConsoleView.js378 RuntimeAgent.releaseObjectGroup("completion");
/external/webkit/Source/WebCore/
DChangeLog41473 (WebCore::InjectedScriptManager::releaseObjectGroup):
41490 (WebCore::InspectorRuntimeAgent::releaseObjectGroup):
47826 (WebCore::InjectedScriptManager::releaseObjectGroup):
47876 (WebCore::InspectorRuntimeAgent::releaseObjectGroup):
47953 (WebCore::InjectedScriptHost::releaseObjectGroup):
48009 (WebCore::InspectorRuntimeAgent::releaseObjectGroup):
48073 (WebCore::InjectedScriptManager::releaseObjectGroup):
48123 (WebCore::InspectorRuntimeAgent::releaseObjectGroup):
52986 …Web Inspector: rename RuntimeAgent's function from releaseWrapperObjectGroup to releaseObjectGroup.
52991 (WebCore::InjectedScript::releaseObjectGroup):
[all …]
DChangeLog-2011-02-1621565 Web Inspector: move releaseObjectGroup to the new Runtime agent.