Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/textfield/
Dtextfield.h317 gfx::Point last_click_location() const { return last_click_location_; } in last_click_location()
457 gfx::Point last_click_location_; variable
Dtextfield.cc637 !ExceededDragThreshold(last_drag_location_ - last_click_location_)) { in OnMouseDragged()
1747 !ExceededDragThreshold(event.location() - last_click_location_)) { in TrackMouseClicks()
1756 last_click_location_ = event.location(); in TrackMouseClicks()