Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptManager.cpp160 void InjectedScriptManager::releaseObjectGroup(const String& objectGroup) in releaseObjectGroup() function in blink::InjectedScriptManager
167 s->value.releaseObjectGroup(objectGroup); // m_idToInjectedScript may change here. in releaseObjectGroup()
DInspectorRuntimeAgent.cpp155 void InspectorRuntimeAgent::releaseObjectGroup(ErrorString*, const String& objectGroup) in releaseObjectGroup() function in blink::InspectorRuntimeAgent
160 m_injectedScriptManager->releaseObjectGroup(objectGroup); in releaseObjectGroup()
DInjectedScriptManager.h80 void releaseObjectGroup(const String& objectGroup);
DInspectorRuntimeAgent.h81 virtual void releaseObjectGroup(ErrorString*, const String& objectGroup) OVERRIDE FINAL;
DInjectedScript.h103 void releaseObjectGroup(const String&);
DInspectorDebuggerAgent.cpp964 m_injectedScriptManager->releaseObjectGroup(InspectorDebuggerAgent::backtraceObjectGroup); in resume()
974 m_injectedScriptManager->releaseObjectGroup(InspectorDebuggerAgent::backtraceObjectGroup); in stepOver()
984 m_injectedScriptManager->releaseObjectGroup(InspectorDebuggerAgent::backtraceObjectGroup); in stepInto()
996 m_injectedScriptManager->releaseObjectGroup(InspectorDebuggerAgent::backtraceObjectGroup); in stepOut()
DInspectorConsoleAgent.cpp164 m_injectedScriptManager->releaseObjectGroup("console"); in consoleMessagesCleared()
DInjectedScript.cpp325 void InjectedScript::releaseObjectGroup(const String& objectGroup) in releaseObjectGroup() function in blink::InjectedScript
DInjectedScriptSource.js362 releaseObjectGroup: function(objectGroupName) method in InjectedScript
DInjectedScriptCanvasModuleSource.js4398 injectedScript.releaseObjectGroup(id);
4470 injectedScript.releaseObjectGroup(traceLogId);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DPropertiesSidebarPane.js64 …this._lastRequestedNode.target().runtimeAgent().releaseObjectGroup(WebInspector.PropertiesSidebarP…
DEventListenersSidebarPane.js85 …this._lastRequestedNode.target().runtimeAgent().releaseObjectGroup(WebInspector.EventListenersSide…
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DObjectPopoverHelper.js170 this._objectTarget.runtimeAgent().releaseObjectGroup(this._popoverObjectGroup);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DRuntimeModel.js341 this.target().runtimeAgent().releaseObjectGroup("completion");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DWatchExpressionsSidebarPane.js188 …tManager.targets().forEach(function(target) {target.runtimeAgent().releaseObjectGroup(this._watchO…