Searched refs:anchor_location_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc74 gfx::Point anchor_location_; member in class:ash::AutoclickControllerImpl
84 anchor_location_(-kMovementThreshold, -kMovementThreshold) {
141 gfx::Vector2d delta = mouse_location - anchor_location_;
143 anchor_location_ = event->root_location();
187 anchor_location_ = click_location;

Completed in 55 milliseconds