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

  /external/chromium_org/ash/shelf/
shelf_button_host.h 33 virtual void PointerPressedOnButton(views::View* view,
alternate_app_list_button.cc 52 host_->PointerPressedOnButton(this, ShelfButtonHost::MOUSE, event);
90 host_->PointerPressedOnButton(this, ShelfButtonHost::TOUCH, *event);
app_list_button.cc 51 host_->PointerPressedOnButton(this, ShelfButtonHost::MOUSE, event);
89 host_->PointerPressedOnButton(this, ShelfButtonHost::TOUCH, *event);
shelf_button.cc 331 host_->PointerPressedOnButton(this, ShelfButtonHost::MOUSE, event);
456 host_->PointerPressedOnButton(this, ShelfButtonHost::TOUCH, *event);
shelf_view.h 265 virtual void PointerPressedOnButton(views::View* view,
shelf_view.cc 624 PointerPressedOnButton(drag_and_drop_view,
    [all...]
shelf_view_unittest.cc 429 button_host->PointerPressedOnButton(button, pointer, click_event);
    [all...]

Completed in 94 milliseconds