Home | History | Annotate | Download | only in frame

Lines Matching refs:TabStrip

105 // Test the layout and visibility of the tabstrip, toolbar and TopContainerView
110 TabStrip* tabstrip = browser_view()->tabstrip();
119 // By default, the tabstrip and toolbar should be visible.
120 EXPECT_TRUE(tabstrip->visible());
130 EXPECT_TRUE(tabstrip->visible());
131 EXPECT_TRUE(tabstrip->IsImmersiveStyle());
135 EXPECT_EQ(0, GetBoundsInWidget(tabstrip).y());
145 EXPECT_TRUE(tabstrip->visible());
146 EXPECT_FALSE(tabstrip->IsImmersiveStyle());
168 EXPECT_TRUE(tabstrip->visible());
169 EXPECT_FALSE(tabstrip->IsImmersiveStyle());
181 EXPECT_FALSE(tabstrip->visible());
193 EXPECT_TRUE(tabstrip->visible());
194 EXPECT_FALSE(tabstrip->IsImmersiveStyle());
285 TabStrip* tabstrip = browser_view()->tabstrip();
295 // The tabstrip and toolbar are not visible for hosted apps.
296 EXPECT_FALSE(tabstrip->visible());
309 EXPECT_FALSE(tabstrip->visible());
317 // The tabstrip and toolbar should still be hidden and the web contents should
319 EXPECT_FALSE(tabstrip->visible());
335 EXPECT_FALSE(tabstrip->visible());