Home | Sort by relevance Sort by last modified time |
/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...] |