Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorRuntimeAgent.cpp141 void InspectorRuntimeAgent::releaseObjectGroup(ErrorString*, const String& objectGroup) in releaseObjectGroup() function in WebCore::InspectorRuntimeAgent
143 m_injectedScriptManager->releaseObjectGroup(objectGroup); in releaseObjectGroup()
DInjectedScriptManager.cpp150 void InjectedScriptManager::releaseObjectGroup(const String& objectGroup) in releaseObjectGroup() function in WebCore::InjectedScriptManager
157 s->value.releaseObjectGroup(objectGroup); // m_idToInjectedScript may change here. in releaseObjectGroup()
DInjectedScriptManager.h62 void releaseObjectGroup(const String& objectGroup);
DInspectorRuntimeAgent.h78 virtual void releaseObjectGroup(ErrorString*, const String& objectGroup);
DInjectedScript.h97 void releaseObjectGroup(const String&);
DInspectorDebuggerAgent.cpp729 m_injectedScriptManager->releaseObjectGroup(InspectorDebuggerAgent::backtraceObjectGroup); in resume()
756 m_injectedScriptManager->releaseObjectGroup(InspectorDebuggerAgent::backtraceObjectGroup); in stepOver()
764 m_injectedScriptManager->releaseObjectGroup(InspectorDebuggerAgent::backtraceObjectGroup); in stepInto()
777 m_injectedScriptManager->releaseObjectGroup(InspectorDebuggerAgent::backtraceObjectGroup); in stepOut()
DInspectorConsoleAgent.cpp122 m_injectedScriptManager->releaseObjectGroup("console"); in clearMessages()
DInjectedScript.cpp323 void InjectedScript::releaseObjectGroup(const String& objectGroup) in releaseObjectGroup() function in WebCore::InjectedScript
DInjectedScriptSource.js284 releaseObjectGroup: function(objectGroupName) method in InjectedScript
DInjectedScriptCanvasModuleSource.js4299 injectedScript.releaseObjectGroup(id);
4371 injectedScript.releaseObjectGroup(traceLogId);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DObjectPopoverHelper.js163 RuntimeAgent.releaseObjectGroup(this._popoverObjectGroup);
DEventListenersSidebarPane.js72 RuntimeAgent.releaseObjectGroup(WebInspector.EventListenersSidebarPane._objectGroupName);
DRuntimeModel.js276 RuntimeAgent.releaseObjectGroup("completion");
DWatchExpressionsSidebarPane.js192 RuntimeAgent.releaseObjectGroup(this._watchObjectGroupId)