Searched refs:ShouldShowCloseBox (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_unittest.cc111 EXPECT_FALSE(tab.ShouldShowCloseBox());
113 EXPECT_TRUE(tab.ShouldShowCloseBox());
141 EXPECT_FALSE(tab.ShouldShowCloseBox());
146 EXPECT_FALSE(tab.ShouldShowCloseBox());
188 if (tab.ShouldShowMediaIndicator() && tab.ShouldShowCloseBox()) {
195 if (tab.ShouldShowCloseBox()) {
H A Dtab.h249 bool ShouldShowCloseBox() const;
H A Dtab.cc757 showing_close_button_ = ShouldShowCloseBox();
1018 const bool show_close_button = ShouldShowCloseBox();
1442 bool Tab::ShouldShowCloseBox() const { function in class:Tab

Completed in 2984 milliseconds