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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 594 gfx::Point last_point_in_screen_; member in class:TabDragController
tab_drag_controller.cc 271 last_point_in_screen_ = start_point_in_screen_;
614 int move_delta = point_in_screen.x() - last_point_in_screen_.x();
620 last_point_in_screen_ = point_in_screen;
    [all...]

Completed in 590 milliseconds