HomeSort by relevance Sort by last modified time
    Searched full:in_mouse_drag_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 117 bool in_mouse_drag() const { return in_mouse_drag_; }
125 bool in_mouse_drag_; member in class:ash::internal::ShelfLayoutManager::AutoHideEventFilter
133 in_mouse_drag_(false) {
145 in_mouse_drag_ = (event->type() == ui::ET_MOUSE_DRAGGED ||
146 (in_mouse_drag_ && event->type() != ui::ET_MOUSE_RELEASED &&
    [all...]

Completed in 36 milliseconds