Searched refs:MatchFilter (Results 1 – 3 of 3) sorted by relevance
116 extension_cookies_helpers::MatchFilter filter(details); in AppendMatchingCookiesToList()133 MatchFilter::MatchFilter(const DictionaryValue* details) in MatchFilter() function in extension_cookies_helpers::MatchFilter138 bool MatchFilter::MatchesCookie( in MatchesCookie()147 bool MatchFilter::MatchesString(const char* key, const std::string& value) { in MatchesString()155 bool MatchFilter::MatchesBoolean(const char* key, bool value) { in MatchesBoolean()163 bool MatchFilter::MatchesDomain(const std::string& domain) { in MatchesDomain()
82 class MatchFilter {87 explicit MatchFilter(const DictionaryValue* details);
179 extension_cookies_helpers::MatchFilter filter(details.get()); in TEST_F()200 extension_cookies_helpers::MatchFilter filter(details.get()); in TEST_F()