OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WindowCycleList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
window_cycle_list.h
23
class ASH_EXPORT
WindowCycleList
: public aura::WindowObserver {
27
explicit
WindowCycleList
(const WindowList& windows);
28
virtual ~
WindowCycleList
();
56
DISALLOW_COPY_AND_ASSIGN(
WindowCycleList
);
window_cycle_list.cc
110
WindowCycleList
::
WindowCycleList
(const WindowList& windows)
121
WindowCycleList
::~
WindowCycleList
() {
131
void
WindowCycleList
::Step(WindowCycleController::Direction direction) {
158
void
WindowCycleList
::OnWindowDestroyed(aura::Window* window) {
Completed in 890 milliseconds