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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout.h188 int ideal_x(int index) const { return view_model_->ideal_bounds(index).x(); } function in class:StackedTabStripLayout
H A Dstacked_tab_strip_layout_unittest.cc124 EXPECT_LE(ideal_x(j) - ideal_x(j - 1), max_width - 100);
127 int ideal_x(int index) const { function in class:StackedTabStripLayoutTest
H A Dtab.cc790 int ideal_x = (GetMiniWidth() - tab_icon_size()) / 2; local
794 (ideal_x - favicon_bounds_.x()));
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.cc254 int ideal_x = (GetMiniWidth() - kFaviconSize) / 2; local
258 (ideal_x - favicon_bounds_.x()));
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc685 int ideal_x = (GetMiniWidth() - kFaviconSize) / 2; local
689 (ideal_x - favicon_bounds_.x()));
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc791 int ideal_x = (GetMiniWidth() - gfx::kFaviconSize) / 2; local
795 (ideal_x - favicon_bounds_.x()));

Completed in 642 milliseconds