Searched refs:HostMatchesPattern (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter_unittest.cc215 TEST_F(SupervisedUserURLFilterTest, HostMatchesPattern) {
217 SupervisedUserURLFilter::HostMatchesPattern("www.google.com",
220 SupervisedUserURLFilter::HostMatchesPattern("google.com",
223 SupervisedUserURLFilter::HostMatchesPattern("accounts.google.com",
226 SupervisedUserURLFilter::HostMatchesPattern("www.google.de",
229 SupervisedUserURLFilter::HostMatchesPattern("notgoogle.com",
234 SupervisedUserURLFilter::HostMatchesPattern("www.google.com",
237 SupervisedUserURLFilter::HostMatchesPattern("www.google.de",
240 SupervisedUserURLFilter::HostMatchesPattern("www.google.co.uk",
243 SupervisedUserURLFilter::HostMatchesPattern("ww
[all...]
H A Dsupervised_user_url_filter.h70 // See the SupervisedUserURLFilterTest.HostMatchesPattern unit test for more
75 static bool HostMatchesPattern(const std::string& host,
H A Dsupervised_user_url_filter.cc227 bool SupervisedUserURLFilter::HostMatchesPattern(const std::string& host, function in class:SupervisedUserURLFilter
288 HostMatchesPattern(host, host_it->first)) {

Completed in 520 milliseconds