Home
last modified time | relevance | path

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

/external/chromium_org/ash/autoclick/
Dautoclick_controller.cc73 gfx::Point anchor_location_; member in ash::AutoclickControllerImpl
83 anchor_location_(-kMovementThreshold, -kMovementThreshold) { in AutoclickControllerImpl()
141 gfx::Vector2d delta = mouse_location - anchor_location_; in OnMouseEvent()
143 anchor_location_ = event->root_location(); in OnMouseEvent()
187 anchor_location_ = click_location; in DoAutoclick()