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

  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc 87 mouse_location_at_start_ = mouse_location;
105 mouse_location.x() - mouse_location_at_start_.x(), 0));
109 mouse_location.y() - mouse_location_at_start_.y(), 0));
113 mouse_location_at_start_.x() - mouse_location.x(), 0));
117 mouse_location_at_start_.y() - mouse_location.y(), 0);
166 mouse_location_at_start_ = gfx::Point();
panel_resize_controller.h 51 gfx::Point mouse_location_at_start_; member in class:PanelResizeController

Completed in 537 milliseconds