Home
last modified time | relevance | path

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

/external/chromium_org/ui/wm/core/
Dcapture_controller.h39 typedef std::set<aura::Window*> RootWindows; typedef
48 RootWindows root_windows_;
Dcapture_controller.cc43 RootWindows root_windows(root_windows_); in SetCapture()
58 for (RootWindows::const_iterator i = root_windows.begin(); in SetCapture()