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

  /external/chromium/chrome/common/extensions/
url_pattern_unittest.cc 92 EXPECT_FALSE(pattern.match_all_urls());
109 EXPECT_FALSE(pattern.match_all_urls());
126 EXPECT_FALSE(pattern.match_all_urls());
143 EXPECT_FALSE(pattern.match_all_urls());
157 EXPECT_FALSE(pattern.match_all_urls());
171 EXPECT_FALSE(pattern.match_all_urls());
188 EXPECT_FALSE(pattern.match_all_urls());
204 EXPECT_FALSE(pattern.match_all_urls());
222 EXPECT_FALSE(pattern.match_all_urls());
239 EXPECT_TRUE(pattern.match_all_urls());
    [all...]
url_pattern.h 155 bool match_all_urls() const { return match_all_urls_; } function in class:URLPattern
extension.cc     [all...]

Completed in 566 milliseconds