Home
last modified time | relevance | path

Searched refs:m_scriptStateToId (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptManager.cpp94 …for (ScriptStateToId::iterator it = m_scriptStateToId.begin(); it != m_scriptStateToId.end(); ++it… in injectedScriptForId()
103 ScriptStateToId::iterator it = m_scriptStateToId.find(scriptState); in injectedScriptIdFor()
104 if (it != m_scriptStateToId.end()) in injectedScriptIdFor()
107 m_scriptStateToId.set(scriptState, id); in injectedScriptIdFor()
126 m_scriptStateToId.clear(); in discardInjectedScripts()
131 if (m_scriptStateToId.isEmpty()) in discardInjectedScriptsFor()
140 m_scriptStateToId.remove(scriptState); in discardInjectedScriptsFor()
147 …for (ScriptStateToId::iterator it = m_scriptStateToId.begin(); it != m_scriptStateToId.end(); ++it… in discardInjectedScriptsFor()
152 m_scriptStateToId.removeAll(scriptStatesToRemove); in discardInjectedScriptsFor()
179 ScriptStateToId::iterator it = m_scriptStateToId.find(inspectedScriptState); in injectedScriptFor()
[all …]
DPageRuntimeAgent.cpp105 m_scriptStateToId.clear(); in didClearDocumentOfWindowObject()
171 …for (ScriptStateToId::iterator it = m_scriptStateToId.begin(); it != m_scriptStateToId.end(); ++it… in frameWindowDiscarded()
178 m_scriptStateToId.removeAll(scriptStatesToRemove); in frameWindowDiscarded()
DInspectorRuntimeAgent.cpp189 m_scriptStateToId.clear(); in restore()
210 m_scriptStateToId.clear(); in disable()
218 m_scriptStateToId.set(scriptState, executionContextId); in addExecutionContextToFrontend()
DInjectedScriptManager.h104 ScriptStateToId m_scriptStateToId; variable
DInspectorRuntimeAgent.h103 ScriptStateToId m_scriptStateToId; variable