Searched defs:WindowCycleList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_cycle_list.cc110 WindowCycleList::WindowCycleList(const WindowList& windows) function in class:ash::WindowCycleList
121 WindowCycleList::~WindowCycleList() {
131 void WindowCycleList::Step(WindowCycleController::Direction direction) {
158 void WindowCycleList::OnWindowDestroyed(aura::Window* window) {
H A Dwindow_cycle_list.h23 class ASH_EXPORT WindowCycleList : public aura::WindowObserver { class in namespace:ash
27 explicit WindowCycleList(const WindowList& windows);
28 virtual ~WindowCycleList();
56 DISALLOW_COPY_AND_ASSIGN(WindowCycleList);

Completed in 64 milliseconds