Searched defs:window_feature (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_finder.cc34 // |CanSupportWindowFeature(window_feature)| must return true.
38 Browser::WindowFeature window_feature,
41 !browser->CanSupportWindowFeature(window_feature)) {
66 Browser::WindowFeature window_feature,
69 if (BrowserMatches(*i, profile, window_feature, match_types))
36 BrowserMatches(Browser* browser, Profile* profile, Browser::WindowFeature window_feature, uint32 match_types) argument
63 FindBrowserMatching(const T& begin, const T& end, Profile* profile, Browser::WindowFeature window_feature, uint32 match_types) argument

Completed in 48 milliseconds