Searched refs:ControllerList (Results 1 – 3 of 3) sorted by relevance
25 typedef std::list<WindowController*> ControllerList; typedef49 const ControllerList& windows() const { return windows_; } in windows()57 ControllerList windows_;
37 ControllerList::iterator iter = std::find( in RemoveExtensionWindow()56 for (ControllerList::const_iterator iter = windows().begin(); in FindWindowById()77 for (ControllerList::const_iterator iter = windows().begin(); in CurrentWindowForFunction()
301 const WindowControllerList::ControllerList& windows = in RunImpl()303 for (WindowControllerList::ControllerList::const_iterator iter = in RunImpl()