Home
last modified time | relevance | path

Searched refs:to_match_ (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/browsing_data/
H A Dbrowsing_data_remover_impl_unittest.cc230 : to_match_(filter) {} in ProbablySameFilterMatcher()
234 if (!filter && !to_match_) in MatchAndExplain()
236 if (!filter || !to_match_) in MatchAndExplain()
242 if (filter.Run(url) != to_match_.Run(url)) { in MatchAndExplain()
252 *os << "is probably the same url filter as " << &to_match_; in DescribeTo()
256 *os << "is definitely NOT the same url filter as " << &to_match_; in DescribeNegationTo()
260 const base::RepeatingCallback<bool(const GURL&)>& to_match_; member in content::__anonec3671970111::ProbablySameFilterMatcher
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/browsing_data/
H A Dbrowsing_data_remover_impl_unittest.cc241 : to_match_(filter) {} in ProbablySameFilterMatcher()
245 if (!filter && !to_match_) in MatchAndExplain()
247 if (!filter || !to_match_) in MatchAndExplain()
253 if (filter.Run(url) != to_match_.Run(url)) { in MatchAndExplain()
263 *os << "is probably the same url filter as " << &to_match_; in DescribeTo()
267 *os << "is definitely NOT the same url filter as " << &to_match_; in DescribeNegationTo()
271 const base::RepeatingCallback<bool(const GURL&)>& to_match_; member in content::__anon0ab43e3c0111::ProbablySameFilterMatcher
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browsing_data/
H A Dchrome_browsing_data_remover_delegate_unittest.cc652 : to_match_(filter) {} in ProbablySameFilterMatcher()
657 if (filter.is_null() && to_match_.is_null()) in MatchAndExplain()
659 if (filter.is_null() != to_match_.is_null()) in MatchAndExplain()
665 if (filter.Run(url) != to_match_.Run(url)) { in MatchAndExplain()
675 *os << "is probably the same url filter as " << &to_match_; in DescribeTo()
679 *os << "is definitely NOT the same url filter as " << &to_match_; in DescribeNegationTo()
683 const base::RepeatingCallback<bool(const GURL&)>& to_match_; member in __anonca6584c50111::ProbablySameFilterMatcher