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

  /external/chromium/chrome/common/extensions/
url_pattern_unittest.cc 91 EXPECT_TRUE(pattern.match_subdomains());
108 EXPECT_TRUE(pattern.match_subdomains());
125 EXPECT_TRUE(pattern.match_subdomains());
142 EXPECT_FALSE(pattern.match_subdomains());
156 EXPECT_FALSE(pattern.match_subdomains());
170 EXPECT_TRUE(pattern.match_subdomains());
187 EXPECT_TRUE(pattern.match_subdomains());
203 EXPECT_FALSE(pattern.match_subdomains());
221 EXPECT_TRUE(pattern.match_subdomains());
238 EXPECT_TRUE(pattern.match_subdomains());
    [all...]
url_pattern.h 146 bool match_subdomains() const { return match_subdomains_; } function in class:URLPattern
extension.cc 569 if (host_patterns[i].match_subdomains())
    [all...]

Completed in 189 milliseconds