Home
last modified time | relevance | path

Searched refs:IsCloseable (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab.h77 bool IsCloseable() const;
Dbase_tab.cc268 bool BaseTab::IsCloseable() const { in IsCloseable() function in BaseTab
Dtab.cc634 return !data().mini && IsCloseable() && (IsActive() || IconCapacity() >= 3); in ShouldShowCloseBox()