Home
last modified time | relevance | path

Searched refs:shelf_controller_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.cc668 shelf_controller_->Shutdown(); in ~Shell()
807 shelf_controller_.reset(); in ~Shell()
1045 shelf_controller_ = std::make_unique<ShelfController>(); in Init()
H A Dshell.h493 ShelfController* shelf_controller() { return shelf_controller_.get(); } in shelf_controller()
723 std::unique_ptr<ShelfController> shelf_controller_; variable