HomeSort by relevance Sort by last modified time
    Searched refs:AppListButton (Results 1 - 3 of 3) 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...]
launcher_view.cc 452 static_cast<AppListButton*>(view_model_->view_at(i))->SetImageAlignment(
    [all...]

Completed in 118 milliseconds