Home
last modified time | relevance | path

Searched refs:root_window_controllers_ (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/shell/browser/
H A Dshell_desktop_controller_aura.cc185 root_window_controllers_[display.id()] = in AddAppWindow()
192 for (auto& pair : root_window_controllers_) in CloseAppWindows()
199 root_window_controllers_.cbegin(), root_window_controllers_.cend(), in CloseRootWindowController()
205 root_window_controllers_.erase(it); in CloseRootWindowController()
226 if (it != root_window_controllers_.end()) in OnDisplayModeChanged()
262 if (root_window_controllers_.empty()) in GetPrimaryHost()
276 for (auto& pair : root_window_controllers_) in GetAllRootWindows()
289 root_window_controllers_[display.id()] = in SetWindowBoundsInScreen()
342 for (auto& pair : root_window_controllers_) in TearDownWindowManager()
344 root_window_controllers_.clear(); in TearDownWindowManager()
[all …]
H A Droot_window_controller_unittest.cc39 root_window_controllers_.emplace_back( in CreateRootWindowController()
42 return root_window_controllers_.back().get(); in CreateRootWindowController()
48 auto it = std::find_if(root_window_controllers_.begin(), in CloseRootWindowController()
49 root_window_controllers_.end(), in CloseRootWindowController()
53 DCHECK(it != root_window_controllers_.end()); in CloseRootWindowController()
54 root_window_controllers_.erase(it); in CloseRootWindowController()
58 return root_window_controllers_.size(); in root_window_controller_count()
63 std::list<std::unique_ptr<RootWindowController>> root_window_controllers_; member in extensions::__anonaaa62fea0111::FakeDesktopDelegate
H A Dshell_desktop_controller_aura.h159 root_window_controllers_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/shell/browser/
H A Dshell_desktop_controller_aura.cc187 root_window_controllers_[display.id()] = in AddAppWindow()
194 for (auto& pair : root_window_controllers_) in CloseAppWindows()
201 root_window_controllers_.cbegin(), root_window_controllers_.cend(), in CloseRootWindowController()
205 DCHECK(it != root_window_controllers_.end()); in CloseRootWindowController()
207 root_window_controllers_.erase(it); in CloseRootWindowController()
228 if (it != root_window_controllers_.end()) in OnDisplayModeChanged()
264 if (root_window_controllers_.empty()) in GetPrimaryHost()
278 for (auto& pair : root_window_controllers_) in GetAllRootWindows()
291 root_window_controllers_[display.id()] = in SetWindowBoundsInScreen()
346 for (auto& pair : root_window_controllers_) in TearDownWindowManager()
[all …]
H A Droot_window_controller_unittest.cc39 root_window_controllers_.emplace_back( in CreateRootWindowController()
42 return root_window_controllers_.back().get(); in CreateRootWindowController()
48 auto it = std::find_if(root_window_controllers_.begin(), in CloseRootWindowController()
49 root_window_controllers_.end(), in CloseRootWindowController()
53 DCHECK(it != root_window_controllers_.end()); in CloseRootWindowController()
54 root_window_controllers_.erase(it); in CloseRootWindowController()
58 return root_window_controllers_.size(); in root_window_controller_count()
63 std::list<std::unique_ptr<RootWindowController>> root_window_controllers_; member in extensions::__anon670546ef0111::FakeDesktopDelegate
H A Dshell_desktop_controller_aura.h160 root_window_controllers_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Droot_window_controller.h92 return root_window_controllers_ ? *root_window_controllers_ in root_window_controllers()
314 static std::vector<RootWindowController*>* root_window_controllers_; variable
H A Droot_window_controller.cc478 RootWindowController::root_window_controllers_ = nullptr; member in ash::RootWindowController
488 root_window_controllers_->erase(std::find(root_window_controllers_->begin(), in ~RootWindowController()
489 root_window_controllers_->end(), in ~RootWindowController()
836 if (!root_window_controllers_) in RootWindowController()
837 root_window_controllers_ = new std::vector<RootWindowController*>; in RootWindowController()
838 root_window_controllers_->push_back(this); in RootWindowController()