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

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

Completed in 56 milliseconds