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 86 mouse_location_at_start_ = mouse_location;
104 mouse_location.x() - mouse_location_at_start_.x(), 0));
108 mouse_location.y() - mouse_location_at_start_.y(), 0));
112 mouse_location_at_start_.x() - mouse_location.x(), 0));
116 mouse_location_at_start_.y() - mouse_location.y(), 0);
165 mouse_location_at_start_ = gfx::Point();
panel_resize_controller.h 51 gfx::Point mouse_location_at_start_; member in class:PanelResizeController

Completed in 38 milliseconds