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

  /external/chromium_org/ash/shelf/
shelf_button.cc 111 // ShelfButton::BarView
113 class ShelfButton::BarView : public views::ImageView,
116 BarView(ShelfButton* host)
185 ShelfButton* host_;
193 // ShelfButton::IconView
195 ShelfButton::IconView::IconView() : icon_size_(kIconSize) {
201 ShelfButton::IconView::~IconView() {
205 // ShelfButton
207 ShelfButton* ShelfButton::Create(views::ButtonListener* listener
    [all...]
shelf_unittest.cc 28 using ash::ShelfButton;
102 ShelfButton* button = test_api()->GetButton(index);
103 EXPECT_EQ(ShelfButton::STATE_RUNNING, button->state());
128 ShelfButton* button = test_api()->GetButton(index);
129 button->AddState(ShelfButton::STATE_HOVERED);
131 EXPECT_FALSE(button->state() & ShelfButton::STATE_HOVERED);
shelf_button.h 18 class ASH_EXPORT ShelfButton : public views::CustomButton {
38 virtual ~ShelfButton();
40 // Called to create an instance of a ShelfButton.
41 static ShelfButton* Create(views::ButtonListener* listener,
70 ShelfButton(views::ButtonListener* listener,
149 DISALLOW_COPY_AND_ASSIGN(ShelfButton);
shelf_view_unittest.cc 393 ShelfButton* GetButtonByID(ShelfID id) {
431 ShelfButton* SimulateButtonPressed(ShelfButtonHost::Pointer pointer,
434 ShelfButton* button = test_api_->GetButton(button_index);
445 ShelfButton* button =
459 ShelfButton* button =
490 ShelfButton* button = test_api_->GetButton(i);
545 ShelfButton* drag_button = test_api_for_overflow.GetButton(drag_item_index);
684 ShelfButton* button = GetButtonByID(id);
    [all...]
shelf_view.cc 287 void ReflectItemStatus(const ShelfItem& item, ShelfButton* button) {
290 button->ClearState(ShelfButton::STATE_ACTIVE);
291 button->ClearState(ShelfButton::STATE_RUNNING);
292 button->ClearState(ShelfButton::STATE_ATTENTION);
295 button->ClearState(ShelfButton::STATE_ACTIVE);
296 button->AddState(ShelfButton::STATE_RUNNING);
297 button->ClearState(ShelfButton::STATE_ATTENTION);
300 button->AddState(ShelfButton::STATE_ACTIVE);
301 button->ClearState(ShelfButton::STATE_RUNNING);
302 button->ClearState(ShelfButton::STATE_ATTENTION)
    [all...]
shelf_view.h 41 class ShelfButton;
  /external/chromium_org/ash/test/
shelf_view_test_api.h 26 class ShelfButton;
42 ShelfButton* GetButton(int index);
shelf_view_test_api.cc 50 ShelfButton* ShelfViewTestAPI::GetButton(int index) {
51 // App list button is not a ShelfButton.
55 return static_cast<ShelfButton*>(shelf_view_->view_model_->view_at(index));
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 275 ash::ShelfButton* button = test->GetButton(index);
    [all...]

Completed in 171 milliseconds