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

  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc 22 mouse_offset_(-1),
77 mouse_offset_ = scroll_bar_->IsHorizontal() ? event.x() : event.y();
101 int thumb_x = event.x() - mouse_offset_;
106 int thumb_y = event.y() - mouse_offset_;
base_scroll_bar_thumb.h 73 int mouse_offset_; member in class:views::BaseScrollBarThumb
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 267 mouse_offset_ = mouse_offset;
365 mouse_offset_.x(), 0);
459 window_create_point_.Offset(mouse_offset_.x(), mouse_offset_.y());
    [all...]
tab_drag_controller.h 485 gfx::Point mouse_offset_; member in class:TabDragController

Completed in 511 milliseconds