Searched refs:contextIt (Results 1 – 2 of 2) sorted by relevance
212 ContextByIdMap::iterator contextIt = contextGroupIt->second->find(contextId); in getContext() local213 if (contextIt == contextGroupIt->second->end()) return nullptr; in getContext()215 return contextIt->second.get(); in getContext()221 ContextsByGroupMap::iterator contextIt = m_contexts.find(info.contextGroupId); in contextCreated() local222 if (contextIt == m_contexts.end()) in contextCreated()223 contextIt = m_contexts in contextCreated()228 const auto& contextById = contextIt->second; in contextCreated()
160 auto contextIt = contexts->find(key); in discardInjectedScripts() local161 if (contextIt != contexts->end()) in discardInjectedScripts()162 contextIt->second in discardInjectedScripts()