Home
last modified time | relevance | path

Searched refs:CanSupportWindowFeature (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser_navigator.cc56 return browser->CanSupportWindowFeature(Browser::FEATURE_TABSTRIP) || in WindowCanOpenTabs()
Dbrowser_list.cc124 !browser->CanSupportWindowFeature(window_feature)) { in BrowserMatches()
Dbrowser.cc1639 bool Browser::CanSupportWindowFeature(WindowFeature feature) const { in CanSupportWindowFeature() function in Browser
2514 DCHECK(CanSupportWindowFeature(FEATURE_TABSTRIP)); in CreateNewStripWithContents()
2566 if (CanSupportWindowFeature(FEATURE_TABSTRIP)) { in DuplicateContentsAt()
2630 if (CanSupportWindowFeature(FEATURE_TABSTRIP)) { in CreateHistoricalTab()
4395 if (CanSupportWindowFeature(FEATURE_TABSTRIP)) { in ViewSource()
Dbrowser.h499 bool CanSupportWindowFeature(WindowFeature feature) const;