Searched refs:m_scriptStateToId (Results 1 – 2 of 2) sorted by relevance
81 …for (ScriptStateToId::iterator it = m_scriptStateToId.begin(); it != m_scriptStateToId.end(); ++it… in injectedScriptForId()90 ScriptStateToId::iterator it = m_scriptStateToId.find(scriptState); in injectedScriptIdFor()91 if (it != m_scriptStateToId.end()) in injectedScriptIdFor()94 m_scriptStateToId.set(scriptState, id); in injectedScriptIdFor()113 m_scriptStateToId.clear(); in discardInjectedScripts()118 if (m_scriptStateToId.isEmpty()) in discardInjectedScriptsFor()127 m_scriptStateToId.remove(scriptState); in discardInjectedScriptsFor()136 …for (ScriptStateToId::iterator it = m_scriptStateToId.begin(); it != m_scriptStateToId.end(); ++it… in discardInjectedScriptsFor()142 m_scriptStateToId.remove(scriptStatesToRemove[i]); in discardInjectedScriptsFor()168 ScriptStateToId::iterator it = m_scriptStateToId.find(inspectedScriptState); in injectedScriptFor()[all …]
84 ScriptStateToId m_scriptStateToId; variable