HomeSort by relevance Sort by last modified time
    Searched refs:auto_hide_event_filter_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 239 auto_hide_event_filter_.reset();
588 if (!auto_hide_event_filter_)
589 auto_hide_event_filter_.reset(new AutoHideEventFilter(this));
591 auto_hide_event_filter_.reset(NULL);
    [all...]
shelf_layout_manager.h 349 scoped_ptr<AutoHideEventFilter> auto_hide_event_filter_; member in class:ash::internal::ShelfLayoutManager

Completed in 1378 milliseconds