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

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 240 gfx::Point window_create_point_; member in class:DraggedTabControllerGtk
dragged_tab_controller_gtk.cc 195 window_create_point_.SetPoint(mouse_offset_.x(), mouse_offset_.y());
200 return gfx::Point(cursor_point.x() - window_create_point_.x(),
201 cursor_point.y() - window_create_point_.y());
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 330 gfx::Point window_create_point_; member in class:DraggedTabController
333 // This is used to calculate window_create_point_.
dragged_tab_controller.cc 557 // window_create_point_ is only used in CompleteDrag() (through
562 // the window_create_point_ is not in the correct coordinate system. Please
566 window_create_point_ = first_source_tab_point_;
567 window_create_point_.Offset(mouse_offset_.x(), mouse_offset_.y());
591 return gfx::Point(cursor_point.x() - window_create_point_.x(),
592 cursor_point.y() - window_create_point_.y());
    [all...]

Completed in 58 milliseconds