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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_unittest.cc106 EXPECT_TRUE(tab.ShouldShowMediaIndicator());
109 EXPECT_FALSE(tab.ShouldShowMediaIndicator());
118 EXPECT_FALSE(tab.ShouldShowMediaIndicator());
123 EXPECT_TRUE(tab.ShouldShowMediaIndicator());
126 EXPECT_FALSE(tab.ShouldShowMediaIndicator());
133 EXPECT_TRUE(tab.ShouldShowMediaIndicator());
135 EXPECT_FALSE(tab.ShouldShowMediaIndicator());
143 EXPECT_FALSE(tab.ShouldShowMediaIndicator());
149 EXPECT_TRUE(tab.ShouldShowMediaIndicator());
152 EXPECT_FALSE(tab.ShouldShowMediaIndicator());
[all...]
H A Dtab.h246 bool ShouldShowMediaIndicator() const;
H A Dtab.cc780 showing_media_indicator_ = ShouldShowMediaIndicator();
1017 const bool show_media_indicator = ShouldShowMediaIndicator();
1435 bool Tab::ShouldShowMediaIndicator() const { function in class:Tab

Completed in 1222 milliseconds