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 172 SetMatchAllURLs(false);
178 SetMatchAllURLs(true);
288 void URLPattern::SetMatchAllURLs(bool val) {
603 temp.SetMatchAllURLs(false);
url_pattern.h 125 void SetMatchAllURLs(bool val);
url_pattern_unittest.cc 258 // via SetMatchAllURLs and by parsing <all_urls>.
260 pattern2.SetMatchAllURLs(true);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
bookmark_app_helper.cc 393 origin_only_pattern.SetMatchAllURLs(true);

Completed in 290 milliseconds