Searched refs:ShelfBezelEventFilter (Results 1 – 4 of 4) sorted by relevance
14 ShelfBezelEventFilter::ShelfBezelEventFilter( in ShelfBezelEventFilter() function in ash::ShelfBezelEventFilter21 ShelfBezelEventFilter::~ShelfBezelEventFilter() { in ~ShelfBezelEventFilter()25 void ShelfBezelEventFilter::OnGestureEvent( in OnGestureEvent()52 bool ShelfBezelEventFilter::IsShelfOnBezel( in IsShelfOnBezel()
17 class ShelfBezelEventFilter : public ui::EventHandler {19 explicit ShelfBezelEventFilter(ShelfLayoutManager* shelf);20 virtual ~ShelfBezelEventFilter();32 DISALLOW_COPY_AND_ASSIGN(ShelfBezelEventFilter);
44 class ShelfBezelEventFilter; variable367 scoped_ptr<ShelfBezelEventFilter> bezel_event_filter_;
198 bezel_event_filter_(new ShelfBezelEventFilter(this)), in ShelfLayoutManager()