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

  /external/chromium_org/ash/test/
shelf_view_test_api.cc 40 : shelf_view_(shelf_view) {
47 return shelf_view_->view_model_->view_size();
52 if (shelf_view_->model_->items()[index].type == ash::TYPE_APP_LIST)
56 shelf_view_->view_model_->view_at(index));
60 return shelf_view_->first_visible_index_;
64 return shelf_view_->last_visible_index_;
68 return shelf_view_->overflow_button_->visible();
72 if (!shelf_view_->IsShowingOverflowBubble())
73 shelf_view_->ToggleOverflowBubble();
77 return shelf_view_->view_model_->view_at(index)->bounds()
    [all...]
launcher_test_api.cc 20 return launcher_->shelf_view_;
shelf_view_test_api.h 63 internal::ShelfView* shelf_view() { return shelf_view_; }
68 // Returns the preferred size of |shelf_view_|.
93 internal::ShelfView* shelf_view_; member in class:ash::test::ShelfViewTestAPI
  /external/chromium_org/ash/launcher/
launcher.cc 48 : shelf_view_(NULL),
52 shelf_view_ = new internal::ShelfView(
54 shelf_view_->Init();
55 shelf_widget_->GetContentsView()->AddChildView(shelf_view_);
80 shelf_view_->OnShelfAlignmentChanged();
86 gfx::Rect bounds(shelf_view_->GetIdealBoundsOfItemIcon(id));
88 views::View::ConvertPointToScreen(shelf_view_, &screen_origin);
96 shelf_view_->UpdatePanelIconPosition(
111 const LauncherItem& item = shelf_view_->model()->items()[index];
120 *(shelf_view_->model()), direction)
    [all...]
launcher_unittest.cc 37 shelf_view_(NULL),
51 shelf_view_ = test.shelf_view();
52 shelf_model_ = shelf_view_->model();
56 test_.reset(new ash::test::ShelfViewTestAPI(shelf_view_));
68 return shelf_view_;
85 ShelfView* shelf_view_; member in class:ash::LauncherTest
launcher.h 119 internal::ShelfView* shelf_view_; member in class:ash::Launcher
  /external/chromium_org/ash/shelf/
overflow_bubble.cc 26 shelf_view_(NULL) {
38 shelf_view_ = shelf_view;
58 shelf_view_ = NULL;
77 if (!shelf_view_->IsShowingMenu() &&
98 shelf_view_ = NULL;
overflow_bubble.h 46 ShelfView* shelf_view() { return shelf_view_; }
61 ShelfView* shelf_view_; // Owned by |bubble_|. member in class:ash::internal::OverflowBubble
shelf_view_unittest.cc 263 ShelfViewTest() : model_(NULL), shelf_view_(NULL), browser_index_(1) {}
271 shelf_view_ = test::LauncherTestAPI(launcher).shelf_view();
274 shelf_view_->SetBounds(0, 0, 500,
277 test_api_.reset(new ShelfViewTestAPI(shelf_view_));
388 gfx::Rect shelf_view_bounds = shelf_view_->GetLocalBounds();
401 internal::ShelfButtonHost* button_host = shelf_view_;
412 internal::ShelfButtonHost* button_host = shelf_view_;
423 internal::ShelfButtonHost* button_host = shelf_view_;
456 return shelf_view_->tooltip_manager()->anchor_;
469 shelf_view_->tooltip_manager()->ShowInternal()
565 internal::ShelfView* shelf_view_; member in class:ash::test::ShelfViewTest
    [all...]
overflow_bubble_view.h 60 ShelfView* shelf_view_; // Owned by views hierarchy. member in class:ash::internal::OverflowBubbleView
overflow_bubble_view.cc 37 : shelf_view_(NULL) {
62 shelf_view_ = shelf_view;
63 AddChildView(shelf_view_);
79 return static_cast<views::View*>(shelf_view_)->GetPreferredSize();
137 shelf_view_->SetBoundsRect(gfx::Rect(
146 // Ensures |shelf_view_| is still visible.
shelf_tooltip_manager.h 111 ShelfView* shelf_view_; member in class:ash::internal::ShelfTooltipManager
shelf_tooltip_manager.cc 146 shelf_view_(shelf_view),
256 DCHECK(shelf_view_);
272 target, shelf_view_->GetWidget()->GetNativeWindow(),
275 if (shelf_view_->ShouldHideTooltip(location_in_shelf_view)) {
shelf_view.cc 306 : shelf_view_(host),
316 shelf_view_->OnFadeOutAnimationEnded();
322 ShelfView* shelf_view_; member in class:ash::internal::ShelfView::FadeOutAnimationDelegate
336 : shelf_view_(host),
342 shelf_view_->FadeIn(view_);
349 ShelfView* shelf_view_; member in class:ash::internal::ShelfView::StartFadeAnimationDelegate
    [all...]

Completed in 115 milliseconds