Home
last modified time | relevance | path

Searched refs:shelf_config (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_control_button.cc36 auto* shelf_config = ShelfConfig::Get(); in GetRoundRect() local
42 gfx::SizeF(shelf_config->control_size(), shelf_config->control_size())); in GetRoundRect()
43 if (Shell::Get()->IsInTabletMode() && shelf_config->is_in_app()) { in GetRoundRect()
45 shelf_config->in_app_control_button_height_inset()); in GetRoundRect()
47 return gfx::RRectF(visual_bounds, shelf_config->control_border_radius()); in GetRoundRect()
H A Dhotseat_widget.cc1015 ShelfConfig* shelf_config = ShelfConfig::Get(); in GetHotseatFullDragAmount() local
1016 return shelf_config->shelf_size() + shelf_config->hotseat_bottom_padding() + in GetHotseatFullDragAmount()
H A Dshelf_config.cc144 return Shell::Get()->shelf_config(); in Get()
H A Dshelf_layout_manager.cc1720 Shell::Get()->shelf_config()->hotseat_bottom_padding(); in UpdateTargetBoundsForGesture()
2709 ShelfConfig* shelf_config = ShelfConfig::Get(); in MaybeEndDragFromOverviewToHome() local
2711 -(shelf_config->shelf_size() + shelf_config->hotseat_bottom_padding() + in MaybeEndDragFromOverviewToHome()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/overview/
H A Doverview_button_tray.cc56 Shell::Get()->shelf_config()->AddObserver(this); in OverviewButtonTray()
64 Shell::Get()->shelf_config()->RemoveObserver(this); in ~OverviewButtonTray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h492 ShelfConfig* shelf_config() { return shelf_config_.get(); } in shelf_config() function
H A DBUILD.gn63 "public/cpp/shelf_config.h",
808 "shelf/shelf_config.cc",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ash/
H A DBUILD.gn55 "public/cpp/shelf_config.h",
666 "shelf/shelf_config.cc",
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/
H A Dapp_list_presenter_delegate_unittest.cc3568 if (!Shell::Get()->shelf_config()->shelf_controls_shown()) { in GoHome()