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

  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h 190 int ideal_x(int index) const { return view_model_->ideal_bounds(index).x(); } function in class:StackedTabStripLayout
stacked_tab_strip_layout_unittest.cc 124 EXPECT_LE(ideal_x(j) - ideal_x(j - 1), max_width - 100);
127 int ideal_x(int index) const { function in class:StackedTabStripLayoutTest
tab.cc 934 const int ideal_x = (GetMiniWidth() - bounds->width()) \/ 2; local
    [all...]

Completed in 73 milliseconds