Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc426 possible_drag_(false), in AutocompleteEditViewWin()
1473 possible_drag_ = false; in OnLButtonDblClk()
1542 possible_drag_ = false; in OnLButtonUp()
1567 possible_drag_ = false; in OnMButtonUp()
1604 if (possible_drag_) { in OnMouseMove()
1764 possible_drag_ = false; in OnRButtonDown()
2500 possible_drag_ = false; in StartDragIfNecessary()
2519 possible_drag_ = (client_rect.PtInRect(cursor_location) && in StartDragIfNecessary()
2530 if (possible_drag_) in OnPossibleDrag()
2544 possible_drag_ = (point.x >= min_sel_location.x) && in OnPossibleDrag()
[all …]
Dautocomplete_edit_view_win.h517 bool possible_drag_; variable