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

/external/chromium_org/athena/screen/
H A Dscreen_manager_unittest.cc22 const int kTestZOrderPriority = 10; member in namespace:athena::__anon2149
61 aura::Window* container = Create("test", kTestZOrderPriority);
95 "non_activatable", kTestZOrderPriority);
101 "activatable", kTestZOrderPriority + 1);
116 "normal", kTestZOrderPriority);
136 "grabbing", kTestZOrderPriority + 1);
169 ScreenManager::ContainerParams grab_params("grabbing", kTestZOrderPriority);
183 "virtual keyboard", kTestZOrderPriority + 1);
201 "normal", kTestZOrderPriority);
216 "grabbing", kTestZOrderPriority
[all...]

Completed in 121 milliseconds