Searched refs:in_mouse_drag_ (Results 1 – 1 of 1) sorted by relevance
117 bool in_mouse_drag() const { return in_mouse_drag_; } in in_mouse_drag()125 bool in_mouse_drag_; member in ash::internal::ShelfLayoutManager::AutoHideEventFilter133 in_mouse_drag_(false) { in AutoHideEventFilter()145 in_mouse_drag_ = (event->type() == ui::ET_MOUSE_DRAGGED || in OnMouseEvent()146 (in_mouse_drag_ && event->type() != ui::ET_MOUSE_RELEASED && in OnMouseEvent()