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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc 105 EXPECT_FALSE(tab.ShouldShowIcon());
108 EXPECT_TRUE(tab.ShouldShowIcon());
117 EXPECT_FALSE(tab.ShouldShowIcon());
122 EXPECT_FALSE(tab.ShouldShowIcon());
125 EXPECT_TRUE(tab.ShouldShowIcon());
131 EXPECT_TRUE(tab.ShouldShowIcon());
142 EXPECT_FALSE(tab.ShouldShowIcon());
148 EXPECT_FALSE(tab.ShouldShowIcon());
151 EXPECT_TRUE(tab.ShouldShowIcon());
157 EXPECT_TRUE(tab.ShouldShowIcon());
    [all...]
tab.h 243 bool ShouldShowIcon() const;
tab.cc 749 showing_icon_ = ShouldShowIcon();
    [all...]

Completed in 345 milliseconds