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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 319 gfx::Rect tab_bounds = GetTabHitTestMask(left_tab); local
320 EXPECT_EQ(gfx::Rect(6, 2, 61, 27).ToString(), tab_bounds.ToString());
329 EXPECT_FALSE(tab_bounds.Contains(contents_bounds));
358 tab_bounds = GetTabHitTestMask(active_tab);
359 EXPECT_EQ(gfx::Rect(6, 2, 108, 27).ToString(), tab_bounds.ToString());
365 EXPECT_TRUE(tab_bounds.Contains(contents_bounds));
389 tab_bounds = GetTabHitTestMask(most_right_tab);
390 EXPECT_EQ(gfx::Rect(84, 2, 30, 27).ToString(), tab_bounds.ToString());
398 EXPECT_TRUE(tab_bounds.Contains(contents_bounds));
445 gfx::Rect tab_bounds = GetTabHitTestMask(left_tab) local
    [all...]
tab_strip.cc 1564 gfx::Rect tab_bounds = tab->bounds(); local
2462 gfx::Rect tab_bounds = tab_closing->bounds(); local
    [all...]
tab.cc 304 gfx::Rect tab_bounds = gfx::ToEnclosingRect(tab_bounds_f); variable
308 int top_overflow = tab_bounds.y() - button_bounds.y();
309 int bottom_overflow = button_bounds.bottom() - tab_bounds.bottom();
311 button_bounds.set_y(tab_bounds.y());
321 gfx::Rect intersection(gfx::IntersectRects(tab_bounds, button_bounds));
326 !tab_bounds.Contains(button_bounds))
    [all...]
tab_strip.h 471 // Sets the bounds of the tabs to |tab_bounds|.
472 void SetTabBoundsForDrag(const std::vector<gfx::Rect>& tab_bounds);
  /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());

Completed in 3148 milliseconds