Home
last modified time | relevance | path

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

/external/chromium_org/ash/display/
Ddisplay_controller.cc268 root_windows_.rbegin(); it != root_windows_.rend(); ++it) { in Shutdown()
319 DCHECK(!root_windows_.empty()); in GetPrimaryRootWindow()
320 return root_windows_[primary_display_id]; in GetPrimaryRootWindow()
324 return root_windows_[id]; in GetRootWindowForDisplayId()
329 root_windows_.begin(); it != root_windows_.end(); ++it) { in CloseChildWindows()
347 root_windows_.begin(); it != root_windows_.end(); ++it) { in GetAllRootWindows()
368 root_windows_.begin(); it != root_windows_.end(); ++it) { in GetAllRootWindowControllers()
446 root_windows_.size() < 2) { in SetPrimaryDisplay()
450 aura::Window* non_primary_root = root_windows_[new_primary_display.id()]; in SetPrimaryDisplay()
460 aura::Window* primary_root = root_windows_[primary_display_id]; in SetPrimaryDisplay()
[all …]
Ddisplay_controller.h209 std::map<int64, aura::Window*> root_windows_; variable
/external/chromium_org/ui/views/corewm/
Dcapture_controller.cc17 DCHECK_EQ(0u, root_windows_.count(root)); in Attach()
18 root_windows_.insert(root); in Attach()
23 root_windows_.erase(root); in Detach()
43 RootWindows root_windows(root_windows_); in SetCapture()
Dcapture_controller.h30 bool is_active() const { return !root_windows_.empty(); } in is_active()
49 RootWindows root_windows_; variable