OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCycling
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/
window_cycle_controller.h
46
bool
IsCycling
() const { return window_cycle_list_.get() != NULL; }
window_cycle_controller.cc
73
if (!
IsCycling
())
window_cycle_controller_unittest.cc
139
EXPECT_TRUE(controller->
IsCycling
());
143
EXPECT_TRUE(controller->
IsCycling
());
147
EXPECT_TRUE(controller->
IsCycling
());
151
EXPECT_FALSE(controller->
IsCycling
());
Completed in 327 milliseconds