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

  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc 27 first_tab_x_(0) {
34 first_tab_x_ = x;
44 first_tab_x_ = ideal_x(0);
117 if (ideal_x(0) != first_tab_x_) {
120 int delta = ideal_x(0) - first_tab_x_;
216 first_tab_x_ = mini_tab_count > 0 ? ideal_x(0) : start_x;
270 first_tab_x_ = mini_tab_count > 0 ? ideal_x(0) : x;
stacked_tab_strip_layout.h 239 int first_tab_x_; member in class:StackedTabStripLayout

Completed in 1106 milliseconds