Searched refs:m_scriptStateToId (Results 1 – 5 of 5) sorted by relevance
94 …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 …]
105 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()
189 m_scriptStateToId.clear(); in restore()210 m_scriptStateToId.clear(); in disable()218 m_scriptStateToId.set(scriptState, executionContextId); in addExecutionContextToFrontend()
104 ScriptStateToId m_scriptStateToId; variable
103 ScriptStateToId m_scriptStateToId; variable