Searched refs:shelf_view_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ash/test/
H A Dshelf_view_test_api.cc41 : shelf_view_(shelf_view) {}
47 return shelf_view_->view_model_->view_size();
52 if (shelf_view_->model_->items()[index].type == ash::TYPE_APP_LIST)
55 return static_cast<ShelfButton*>(shelf_view_->view_model_->view_at(index));
59 return shelf_view_->first_visible_index_;
63 return shelf_view_->last_visible_index_;
67 return shelf_view_->overflow_button_->visible();
71 if (!shelf_view_->IsShowingOverflowBubble())
72 shelf_view_->ToggleOverflowBubble();
76 return shelf_view_
[all...]
H A Dshelf_test_api.cc19 ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; }
H A Dshelf_view_test_api.h67 ShelfView* shelf_view() { return shelf_view_; }
72 // Returns the preferred size of |shelf_view_|.
100 ShelfView* shelf_view_; member in class:ash::test::ShelfViewTestAPI
/external/chromium_org/ash/shelf/
H A Dshelf.cc46 : shelf_view_(NULL),
50 shelf_view_ = new ShelfView(
52 shelf_view_->Init();
53 shelf_widget_->GetContentsView()->AddChildView(shelf_view_);
77 shelf_view_->OnShelfAlignmentChanged();
84 gfx::Rect bounds(shelf_view_->GetIdealBoundsOfItemIcon(id));
86 views::View::ConvertPointToScreen(shelf_view_, &screen_origin);
94 shelf_view_->UpdatePanelIconPosition(
108 const ShelfItem& item = shelf_view_->model()->items()[index];
117 *(shelf_view_
[all...]
H A Doverflow_bubble.cc25 shelf_view_(NULL) {
37 shelf_view_ = shelf_view;
57 shelf_view_ = NULL;
76 if (!shelf_view_->IsShowingMenu() &&
97 shelf_view_ = NULL;
H A Dshelf_unittest.cc36 shelf_view_(NULL),
49 shelf_view_ = test.shelf_view();
50 shelf_model_ = shelf_view_->model();
54 test_.reset(new ash::test::ShelfViewTestAPI(shelf_view_));
66 return shelf_view_;
83 ShelfView* shelf_view_; member in class:ash::ShelfTest
H A Doverflow_bubble.h43 ShelfView* shelf_view() { return shelf_view_; }
58 ShelfView* shelf_view_; // Owned by |bubble_|. member in class:ash::OverflowBubble
H A Dshelf_view_unittest.cc293 shelf_view_(NULL),
305 shelf_view_ = ShelfTestAPI(shelf).shelf_view();
308 shelf_view_->SetBounds(0, 0, 500, kShelfSize);
310 test_api_.reset(new ShelfViewTestAPI(shelf_view_));
421 gfx::Rect shelf_view_bounds = shelf_view_->GetLocalBounds();
433 ShelfButtonHost* button_host = shelf_view_;
444 ShelfButtonHost* button_host = shelf_view_;
458 ShelfButtonHost* button_host = shelf_view_;
473 ShelfButtonHost* button_host = shelf_view_;
507 return shelf_view_
626 ShelfView* shelf_view_; member in class:ash::test::ShelfViewTest
[all...]
H A Doverflow_bubble_view.cc36 : shelf_view_(NULL) {
60 shelf_view_ = shelf_view;
61 AddChildView(shelf_view_);
76 return static_cast<views::View*>(shelf_view_)->GetPreferredSize();
134 shelf_view_->SetBoundsRect(gfx::Rect(
143 // Ensures |shelf_view_| is still visible.
H A Doverflow_bubble_view.h57 ShelfView* shelf_view_; // Owned by views hierarchy. member in class:ash::OverflowBubbleView
H A Dshelf.h115 ShelfView* shelf_view_; member in class:ash::Shelf
H A Dshelf_tooltip_manager.cc143 shelf_view_(shelf_view),
253 DCHECK(shelf_view_);
269 target, shelf_view_->GetWidget()->GetNativeWindow(),
272 if (shelf_view_->ShouldHideTooltip(location_in_shelf_view)) {
H A Dshelf_tooltip_manager.h110 ShelfView* shelf_view_; member in class:ash::ShelfTooltipManager
H A Dshelf_view.cc319 : shelf_view_(host),
329 shelf_view_->OnFadeOutAnimationEnded();
335 ShelfView* shelf_view_; member in class:ash::ShelfView::FadeOutAnimationDelegate
348 : shelf_view_(host),
354 shelf_view_->FadeIn(view_);
361 ShelfView* shelf_view_; member in class:ash::ShelfView::StartFadeAnimationDelegate

Completed in 4380 milliseconds