Searched refs:last_click_location_ (Results 1 – 2 of 2) sorted by relevance
317 gfx::Point last_click_location() const { return last_click_location_; } in last_click_location()457 gfx::Point last_click_location_; variable
637 !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()