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

  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 58 swipe_x_(-1),
125 swipe_x_ = start_point.x();
141 swipe_x_ = start_point.x();
147 swipe_x_ += x_offset;
152 if (swipe_x_ < first_tab_center)
153 swipe_x_ = first_tab_center;
154 if (swipe_x_ > last_tab_tab_center)
155 swipe_x_ = last_tab_tab_center;
158 gfx::Point tab_point(swipe_x_, swipe_y_);
196 gfx::Point hover_point(swipe_x_, swipe_y_)
    [all...]
tab_scrubber.h 80 float swipe_x_; member in class:TabScrubber

Completed in 815 milliseconds