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

  /external/chromium_org/ash/shelf/
shelf_bezel_event_filter.h 17 class ShelfBezelEventFilter : public ui::EventHandler {
19 explicit ShelfBezelEventFilter(ShelfLayoutManager* shelf);
20 virtual ~ShelfBezelEventFilter();
32 DISALLOW_COPY_AND_ASSIGN(ShelfBezelEventFilter);
shelf_bezel_event_filter.cc 14 ShelfBezelEventFilter::ShelfBezelEventFilter(
21 ShelfBezelEventFilter::~ShelfBezelEventFilter() {
25 void ShelfBezelEventFilter::OnGestureEvent(
52 bool ShelfBezelEventFilter::IsShelfOnBezel(
shelf_layout_manager.h 44 class ShelfBezelEventFilter;
363 scoped_ptr<ShelfBezelEventFilter> bezel_event_filter_;
shelf_layout_manager.cc 199 bezel_event_filter_(new ShelfBezelEventFilter(this)),
    [all...]

Completed in 54 milliseconds