Searched refs:matching_cookies (Results 1 – 1 of 1) sorted by relevance
1345 std::set<CanonicalCookie*> matching_cookies; in DeleteCookie() local1353 matching_cookies.insert(*it); in DeleteCookie()1359 if (matching_cookies.find(curit->second) != matching_cookies.end()) { in DeleteCookie()