Home
last modified time | relevance | path

Searched refs:ShelfView (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_view.cc190 ShelfView* shelf_view_;
266 ShelfView* shelf_view_ = nullptr;
293 ShelfView* shelf_view_;
317 ShelfView* shelf_view_;
326 ShelfView::ShelfView(ShelfModel* model, in ShelfView() function in ash::ShelfView
353 ShelfView::~ShelfView() { in ~ShelfView()
373 void ShelfView::Init() { in Init()
885 void ShelfView::UpdateDragIconProxy( in UpdateDragIconProxy()
1107 bool ShelfView::ShouldStartDrag( in ShouldStartDrag()
1525 void ShelfView::CreateDragIconProxy( in CreateDragIconProxy()
[all …]
H A Dshelf_view_test_api.h27 class ShelfView; variable
32 explicit ShelfViewTestAPI(ShelfView* shelf_view);
86 ShelfView* shelf_view() { return shelf_view_; } in shelf_view()
123 ShelfView* shelf_view_;
H A Dshelf_widget.h36 class ShelfView; variable
188 ShelfView* shelf_view_for_testing() const { in shelf_view_for_testing()
217 ShelfView* GetShelfView();
218 const ShelfView* GetShelfView() const;
H A Dshelf_container_view.h16 explicit ShelfContainerView(ShelfView* shelf_view);
38 ShelfView* shelf_view_ = nullptr;
H A Dshelf_app_button.h24 class ShelfView; variable
61 ShelfAppButton(ShelfView* shelf_view,
176 ShelfView* shelf_view_;
H A Dshelf_view_unittest.cc443 SimulateButtonPressed(ShelfView::MOUSE, button_index); in SimulateClick()
454 SimulateButtonPressed(ShelfView::MOUSE, button_index); in SimulateDoubleClick()
466 ShelfView::Pointer pointer, in DoDrag()
481 ShelfView::Pointer pointer, in ContinueDrag()
505 views::View* SimulateDrag(ShelfView::Pointer pointer, in SimulateDrag()
528 ShelfView* shelf_view, in DragAndVerify()
531 SimulateDrag(ShelfView::MOUSE, from, to, true); in DragAndVerify()
573 ShelfView* shelf_view_ = nullptr;
695 SimulateDrag(ShelfView::MOUSE, 2, 4, false); in TEST_F()
700 SimulateDrag(ShelfView::TOUCH, 5, 3, false); in TEST_F()
[all …]
H A Dhotseat_widget.h27 class ShelfView; variable
135 ShelfView* GetShelfView();
136 const ShelfView* GetShelfView() const;
H A Dshelf_container_view.cc11 ShelfContainerView::ShelfContainerView(ShelfView* shelf_view) in ShelfContainerView()
27 const int button_strip_size = ShelfView::GetSizeOfAppButtons( in CalculateIdealSize()
H A Dshelf_navigation_widget.h30 class ShelfView; variable
54 ShelfNavigationWidget(Shelf* shelf, ShelfView* shelf_view);
H A Dshelf_view.h76 class ASH_EXPORT ShelfView : public views::AccessiblePaneView,
86 ShelfView(ShelfModel* model,
90 ~ShelfView() override;
708 base::WeakPtrFactory<ShelfView> weak_factory_{this};
710 DISALLOW_COPY_AND_ASSIGN(ShelfView);
H A Dshelf_unittest.cc41 ShelfView* shelf_view() { return shelf_view_; } in shelf_view()
54 ShelfView* shelf_view_ = nullptr;
H A Dshelf_app_button.cc346 ShelfAppButton::ShelfAppButton(ShelfView* shelf_view, in ShelfAppButton()
662 shelf_view_->PointerPressedOnButton(this, ShelfView::MOUSE, event); in OnMousePressed()
679 shelf_view_->PointerReleasedOnButton(this, ShelfView::MOUSE, false); in OnMouseReleased()
685 shelf_view_->PointerReleasedOnButton(this, ShelfView::MOUSE, true); in OnMouseCaptureLost()
691 shelf_view_->PointerDraggedOnButton(this, ShelfView::MOUSE, event); in OnMouseDragged()
819 shelf_view_->PointerPressedOnButton(this, ShelfView::TOUCH, *event); in OnGestureEvent()
830 shelf_view_->PointerDraggedOnButton(this, ShelfView::TOUCH, *event); in OnGestureEvent()
838 shelf_view_->PointerReleasedOnButton(this, ShelfView::TOUCH, false); in OnGestureEvent()
H A Dshelf_view_test_api.cc41 ShelfViewTestAPI::ShelfViewTestAPI(ShelfView* shelf_view) in ShelfViewTestAPI()
130 return ShelfView::kMinimumDragDistance; in GetMinimumDragDistance()
H A Dshelf.h43 class ShelfView; variable
201 ShelfView* GetShelfViewForTesting();
H A Dshelf_test_api.cc82 const ShelfView* const shelf_view = scrollable_shelf_view->shelf_view_; in GetScrollableShelfInfoForState()
H A Dscrollable_shelf_view.h124 ShelfView* shelf_view() { return shelf_view_; } in shelf_view()
501 ShelfView* shelf_view_ = nullptr;
H A Dshelf_navigation_widget.cc246 Delegate(Shelf* shelf, ShelfView* shelf_view);
292 ShelfNavigationWidget::Delegate::Delegate(Shelf* shelf, ShelfView* shelf_view) in Delegate()
423 ShelfView* shelf_view) in ShelfNavigationWidget()
H A Dhotseat_widget.cc1005 ShelfView* HotseatWidget::GetShelfView() { in GetShelfView()
1050 const ShelfView* HotseatWidget::GetShelfView() const { in GetShelfView()
1051 return const_cast<const ShelfView*>( in GetShelfView()
H A Dshelf_tooltip_manager_unittest.cc51 ShelfView* shelf_view_;
H A Dshelf.cc657 ShelfView* Shelf::GetShelfViewForTesting() { in GetShelfViewForTesting()
H A Dhome_button_unittest.cc188 const ShelfView* shelf_view = shelf->GetShelfViewForTesting(); in TEST_P()
H A Dscrollable_shelf_view.cc455 ShelfView* shelf_view = scrollable_shelf_view_->shelf_view(); in FindNextFocusableView()
496 : shelf_view_(new ShelfView(model, in ScrollableShelfView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_chromeos_uitest.cc32 ash::ShelfView* shelf_view = in GetChromeIconBoundsInScreen()
43 ash::ShelfView* shelf_view = in EnsureShelfInitialization()
65 ash::ShelfView* shelf_view = in OpenBrowserUsingContextMenuOnRootWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/
H A Dapp_list_unittest.cc30 ShelfView* shelf_view = shelf->GetShelfViewForTesting(); in TEST_F()
69 ShelfView* shelf_view = shelf->GetShelfViewForTesting(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc194 ash::ShelfView* shelf_view = controller->shelf()->GetShelfViewForTesting(); in ExtendHotseat()
2539 ash::ShelfView* shelf_view = controller->shelf()->GetShelfViewForTesting(); in IN_PROC_BROWSER_TEST_F()
2591 ash::ShelfView* shelf_view = controller->shelf()->GetShelfViewForTesting(); in IN_PROC_BROWSER_TEST_F()
2735 ash::ShelfView* shelf_view() const { return shelf_view_; } in shelf_view()
2795 ash::ShelfView* shelf_view_ = nullptr;

12