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.cc
15
WindowCycleList
::
WindowCycleList
(const WindowList& windows)
32
WindowCycleList
::~
WindowCycleList
() {
40
void
WindowCycleList
::Step(Direction direction) {
66
int
WindowCycleList
::GetWindowIndex(aura::Window* window) {
74
void
WindowCycleList
::OnWindowDestroyed(aura::Window* window) {
window_cycle_list.h
19
class ASH_EXPORT
WindowCycleList
: public aura::WindowObserver {
28
explicit
WindowCycleList
(const WindowList& windows);
29
virtual ~
WindowCycleList
();
54
DISALLOW_COPY_AND_ASSIGN(
WindowCycleList
);
Completed in 26 milliseconds