Searched refs:RootWindows (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dcapture_controller.h21 // Adds |root| to the list of RootWindows notified when capture changes.
24 // Removes |root| from the list of RootWindows notified when capture changes.
39 typedef std::set<aura::Window*> RootWindows; typedef in class:wm::CaptureController
47 // Set of RootWindows notified when capture changes.
48 RootWindows root_windows_;
H A Dcapture_controller.cc43 RootWindows root_windows(root_windows_);
58 for (RootWindows::const_iterator i = root_windows.begin();

Completed in 96 milliseconds