HomeSort by relevance Sort by last modified time
    Searched refs:HostMatchesPattern (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter_unittest.cc 215 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("www.google.blogspot.com"
    [all...]
supervised_user_url_filter.h 69 // See the SupervisedUserURLFilterTest.HostMatchesPattern unit test for more
74 static bool HostMatchesPattern(const std::string& host,
supervised_user_url_filter.cc 225 bool SupervisedUserURLFilter::HostMatchesPattern(const std::string& host,
286 HostMatchesPattern(host, host_it->first)) {

Completed in 182 milliseconds