Searched refs:ignore_mouse_drag_ (Results 1 – 4 of 4) sorted by relevance
215 ignore_mouse_drag_(false), in AutocompletePopupContentsView()364 ignore_mouse_drag_ = true; in OnDragCanceled()425 ignore_mouse_drag_ = false; // See comment on |ignore_mouse_drag_| in header. in OnMousePressed()440 if (!ignore_mouse_drag_ && HasMatchAt(index) && event.IsLeftMouseButton()) in OnMouseDragged()448 if (ignore_mouse_drag_) { in OnMouseReleased()461 ignore_mouse_drag_ = false; in OnMouseCaptureLost()
176 bool ignore_mouse_drag_; variable
282 ignore_mouse_drag_(false), in AutocompletePopupViewGtk()389 ignore_mouse_drag_ = true; in OnDragCanceled()533 if (!ignore_mouse_drag_ && (event->state & GDK_BUTTON1_MASK)) in HandleMotion()540 ignore_mouse_drag_ = false; in HandleButtonPress()551 if (ignore_mouse_drag_) { in HandleButtonRelease()553 ignore_mouse_drag_ = false; in HandleButtonRelease()
149 bool ignore_mouse_drag_; variable