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

  /external/chromium_org/ash/launcher/
app_list_button.h 16 class AppListButton : public views::ImageButton {
18 AppListButton(views::ButtonListener* listener,
20 virtual ~AppListButton();
39 DISALLOW_COPY_AND_ASSIGN(AppListButton);
app_list_button.cc 31 AppListButton::AppListButton(views::ButtonListener* listener,
52 AppListButton::~AppListButton() {
55 void AppListButton::StartLoadingAnimation() {
81 void AppListButton::StopLoadingAnimation() {
91 bool AppListButton::OnMousePressed(const ui::MouseEvent& event) {
97 void AppListButton::OnMouseReleased(const ui::MouseEvent& event) {
102 void AppListButton::OnMouseCaptureLost() {
107 bool AppListButton::OnMouseDragged(const ui::MouseEvent& event)
    [all...]

Completed in 29 milliseconds