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

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 65 mouse_offset_ = mouse_offset;
195 window_create_point_.SetPoint(mouse_offset_.x(), mouse_offset_.y());
507 int x = screen_point.x() - mouse_offset_.x();
508 int y = screen_point.y() - mouse_offset_.y();
692 mouse_offset_, rect.size(), mini_));
dragged_tab_controller_gtk.h 234 gfx::Point mouse_offset_; member in class:DraggedTabControllerGtk
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 361 mouse_offset_ = mouse_offset;
567 window_create_point_.Offset(mouse_offset_.x(), mouse_offset_.y());
    [all...]
dragged_tab_controller.h 317 gfx::Point mouse_offset_; member in class:DraggedTabController

Completed in 42 milliseconds