AutoHideEventFilter  110 ash/shelf/shelf_layout_manager.cc class ShelfLayoutManager::AutoHideEventFilter : public ui::EventHandler {
AutoHideEventFilter  112 ash/shelf/shelf_layout_manager.cc   explicit AutoHideEventFilter(ShelfLayoutManager* shelf);
AutoHideEventFilter  113 ash/shelf/shelf_layout_manager.cc   virtual ~AutoHideEventFilter();
AutoHideEventFilter  126 ash/shelf/shelf_layout_manager.cc   DISALLOW_COPY_AND_ASSIGN(AutoHideEventFilter);
AutoHideEventFilter  129 ash/shelf/shelf_layout_manager.cc ShelfLayoutManager::AutoHideEventFilter::AutoHideEventFilter(
AutoHideEventFilter  136 ash/shelf/shelf_layout_manager.cc ShelfLayoutManager::AutoHideEventFilter::~AutoHideEventFilter() {
AutoHideEventFilter  140 ash/shelf/shelf_layout_manager.cc void ShelfLayoutManager::AutoHideEventFilter::OnMouseEvent(
AutoHideEventFilter  153 ash/shelf/shelf_layout_manager.cc void ShelfLayoutManager::AutoHideEventFilter::OnGestureEvent(
AutoHideEventFilter  631 ash/shelf/shelf_layout_manager.cc       auto_hide_event_filter_.reset(new AutoHideEventFilter(this));
AutoHideEventFilter  227 ash/shelf/shelf_layout_manager.h   class AutoHideEventFilter;
AutoHideEventFilter  375 ash/shelf/shelf_layout_manager.h   scoped_ptr<AutoHideEventFilter> auto_hide_event_filter_;