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

  /external/chromium_org/chrome/browser/ui/
browser_finder.cc 23 // See BrowserMatches for details.
36 bool BrowserMatches(Browser* browser,
60 // |BrowserMatches|, or null if no browsers match the arguments. See
61 // |BrowserMatches| for details on the arguments.
69 if (BrowserMatches(*i, profile, window_feature, match_types))
108 if (BrowserMatches(*i, profile, Browser::FEATURE_NONE, match_types))
  /external/chromium/chrome/browser/ui/
browser_list.cc 105 // See BrowserMatches for details.
108 // See BrowserMatches for details.
118 bool BrowserMatches(Browser* browser,
143 // |BrowserMatches|, or null if no browsers match the arguments. See
144 // |BrowserMatches| for details on the arguments.
153 if (BrowserMatches(*i, profile, type, window_feature, match_types))
570 if (BrowserMatches(*i, p, type, Browser::FEATURE_NONE, kMatchNothing))
581 if (BrowserMatches(*i, p, Browser::TYPE_ANY, Browser::FEATURE_NONE,

Completed in 505 milliseconds