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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc 111 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()) {
tab.h 249 bool ShouldShowCloseBox() const;
tab.cc 757 showing_close_button_ = ShouldShowCloseBox();
    [all...]

Completed in 169 milliseconds