Searched defs:most_right_tab (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip_unittest.cc340 Tab* most_right_tab = tab_strip_->tab_at(3); local
341 most_right_tab->SetBoundsRect(gfx::Rect(gfx::Point(450, 0),
420 // Tests involving |most_right_tab|, which has part of its bounds occluded
423 tab_bounds = GetTabHitTestMask(most_right_tab);
435 EXPECT_FALSE(most_right_tab->HitTestRect(gfx::Rect(20, 15, 1, 1)));
436 EXPECT_FALSE(most_right_tab->HitTestRect(gfx::Rect(20, 15, 5, 6)));
439 EXPECT_TRUE(most_right_tab->HitTestRect(gfx::Rect(85, 15, 1, 1)));
440 EXPECT_TRUE(most_right_tab->HitTestRect(gfx::Rect(85, 15, 2, 2)));
445 views::ImageButton* most_right_close = most_right_tab->close_button_;
532 Tab* most_right_tab local
595 Tab* most_right_tab = tab_strip_->tab_at(3); local
[all...]

Completed in 78 milliseconds