OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppListButton
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/shelf/
app_list_button.h
16
class
AppListButton
: public views::ImageButton {
18
AppListButton
(views::ButtonListener* listener, ShelfButtonHost* host);
19
virtual ~
AppListButton
();
38
DISALLOW_COPY_AND_ASSIGN(
AppListButton
);
app_list_button.cc
29
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
...]
shelf_view.cc
429
static_cast<
AppListButton
*>(view_model_->view_at(i))->SetImageAlignment(
[
all
...]
Completed in 337 milliseconds