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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 163 refocus_pattern.SetMatchAllURLs(true);
166 refocus_pattern.SetMatchAllURLs(false);
231 refocus_pattern.SetMatchAllURLs(true);
234 refocus_pattern.SetMatchAllURLs(false);
  /external/chromium_org/extensions/common/
url_pattern.cc 164 SetMatchAllURLs(false);
170 SetMatchAllURLs(true);
275 void URLPattern::SetMatchAllURLs(bool val) {
549 temp.SetMatchAllURLs(false);
url_pattern.h 124 void SetMatchAllURLs(bool val);
url_pattern_unittest.cc 257 // via SetMatchAllURLs and by parsing <all_urls>.
259 pattern2.SetMatchAllURLs(true);
  /external/chromium_org/chrome/browser/extensions/
bookmark_app_helper.cc 394 origin_only_pattern.SetMatchAllURLs(true);

Completed in 204 milliseconds