Home | History | Annotate | Download | only in tabs

Lines Matching defs:tab_strip

20 #include "chrome/browser/ui/views/tabs/tab_strip.h"
51 TabStrip* tab_strip = GetTabStripForBrowser(browser());
54 gfx::Point tab_1_center(GetCenterInScreenCoordinates(tab_strip->tab_at(1)));
58 gfx::Point tab_0_center(GetCenterInScreenCoordinates(tab_strip->tab_at(0)));
64 EXPECT_FALSE(tab_strip->IsDragSessionActive());
75 TabStrip* tab_strip = GetTabStripForBrowser(browser());
86 gfx::Point tab_0_center(GetCenterInScreenCoordinates(tab_strip->tab_at(0)));
92 tab_0_center.y() + tab_strip->height() + 20)));
106 ASSERT_FALSE(tab_strip->IsDragSessionActive());
116 TabStrip* tab_strip = GetTabStripForBrowser(browser());
120 GetCenterInScreenCoordinates(tab_strip->tab_at(0)));
125 tab_0_center.x(), tab_0_center.y() + tab_strip->height() + 20));
130 ASSERT_FALSE(tab_strip->IsDragSessionActive());
148 TabStrip* tab_strip = GetTabStripForBrowser(browser());
151 gfx::Point tab_0_center(GetCenterInScreenCoordinates(tab_strip->tab_at(0)));
157 ASSERT_TRUE(tab_strip->IsDragSessionActive());
164 ASSERT_FALSE(tab_strip->IsDragSessionActive());
174 TabStrip* tab_strip = GetTabStripForBrowser(browser());
178 gfx::Point tab_0_center(GetCenterInScreenCoordinates(tab_strip->tab_at(0)));
186 ASSERT_TRUE(tab_strip->IsDragSessionActive());
193 ASSERT_FALSE(tab_strip->IsDragSessionActive());
204 TabStrip* tab_strip = GetTabStripForBrowser(browser());
207 gfx::Point tab_0_center(GetCenterInScreenCoordinates(tab_strip->tab_at(0)));
214 tab_0_center.y() + tab_strip->height() + 20)));
218 ASSERT_FALSE(tab_strip->IsDragSessionActive());
229 TabStrip* tab_strip = GetTabStripForBrowser(browser());
232 gfx::Point tab_0_center(GetCenterInScreenCoordinates(tab_strip->tab_at(0)));
239 tab_0_center.y() + tab_strip->height() + 20)));
243 ASSERT_TRUE(tab_strip->IsDragSessionActive());
264 TabStrip* tab_strip = GetTabStripForBrowser(browser());
279 GetCenterInScreenCoordinates(tab_strip->tab_at(0)));
285 tab_0_center.y() + tab_strip->height() + 20)));
287 ASSERT_TRUE(tab_strip->IsDragSessionActive());
299 ASSERT_TRUE(tab_strip->IsDragSessionActive());
313 TabStrip* tab_strip = GetTabStripForBrowser(browser());
328 GetCenterInScreenCoordinates(tab_strip->tab_at(0)));
334 tab_0_center.y() + tab_strip->height() + 20)));
335 ASSERT_TRUE(tab_strip->IsDragSessionActive());
346 ASSERT_TRUE(tab_strip->IsDragSessionActive());
358 << tab_strip->IsDragSessionActive();
374 << tab_strip->IsDragSessionActive();
388 ASSERT_FALSE(tab_strip->IsDragSessionActive());