Home
last modified time | relevance | path

Searched refs:BloomUiControllerImpl (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/bloom/
H A Dbloom_ui_controller_impl.cc11 BloomUiControllerImpl::BloomUiControllerImpl() in BloomUiControllerImpl() function in ash::BloomUiControllerImpl
14 BloomUiControllerImpl::~BloomUiControllerImpl() = default;
16 chromeos::bloom::BloomUiDelegate& BloomUiControllerImpl::GetUiDelegate() { in GetUiDelegate()
H A Dbloom_ui_controller_impl.h14 class BloomUiControllerImpl : public chromeos::bloom::BloomUiController {
16 BloomUiControllerImpl();
17 ~BloomUiControllerImpl() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h99 class BloomUiControllerImpl; variable
682 std::unique_ptr<BloomUiControllerImpl> bloom_ui_controller_;
H A Dshell.cc1139 bloom_ui_controller_ = std::make_unique<BloomUiControllerImpl>(); in Init()