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

  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 44 gfx::Rect tab_bounds = tab_strip->tab_at(index)->bounds(); local
46 tab_bounds.x() + initial_tab_offset :
47 tab_bounds.right() - initial_tab_offset;
48 return gfx::Point(x, tab_bounds.CenterPoint().y());
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 353 gfx::Rect tab_bounds = GetTabHitTestMask(left_tab); local
354 EXPECT_EQ(gfx::Rect(6, 2, 61, 27).ToString(), tab_bounds.ToString());
363 EXPECT_FALSE(tab_bounds.Contains(contents_bounds));
392 tab_bounds = GetTabHitTestMask(active_tab);
393 EXPECT_EQ(gfx::Rect(6, 2, 108, 27).ToString(), tab_bounds.ToString());
399 EXPECT_TRUE(tab_bounds.Contains(contents_bounds));
423 tab_bounds = GetTabHitTestMask(most_right_tab);
424 EXPECT_EQ(gfx::Rect(84, 2, 30, 27).ToString(), tab_bounds.ToString());
432 EXPECT_TRUE(tab_bounds.Contains(contents_bounds));
479 gfx::Rect tab_bounds = GetTabHitTestMask(left_tab) local
    [all...]
tab_strip.cc 1547 gfx::Rect tab_bounds = tab->bounds(); local
2445 gfx::Rect tab_bounds = tab_closing->bounds(); local
    [all...]

Completed in 357 milliseconds