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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 926 int new_tab_x; local
934 new_tab_x = width() - newtab_button_bounds_.width();
936 new_tab_x = Round(tab_x - kTabHOffset) + kNewTabButtonHOffset;
938 newtab_button_bounds_.set_origin(gfx::Point(new_tab_x, new_tab_y));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 2448 int new_tab_x = tabs_.ideal_bounds(tabs_.view_size() - 1).right() + local
2478 int new_tab_x; local
    [all...]

Completed in 483 milliseconds