Searched refs:STACK_ABOVE (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dtransient_window_stacking_client.cc69 const size_t index = direction == Window::STACK_ABOVE ?
108 if (*direction == Window::STACK_ABOVE &&
123 if (*direction == Window::STACK_ABOVE &&
/external/chromium_org/ui/v2/src/
H A Dview.cc17 STACK_ABOVE, enumerator in enum:v2::StackDirection
39 direction == STACK_ABOVE ?
263 StackChildRelativeTo(this, &children_, child, other, STACK_ABOVE);
/external/chromium_org/ui/aura/
H A Dwindow.cc507 StackChildRelativeTo(child, target, STACK_ABOVE);
1124 if ((direction == STACK_ABOVE && child_i == target_i + 1) ||
1129 direction == STACK_ABOVE ?
1150 if (direction == STACK_ABOVE)
1163 if (direction == STACK_ABOVE) {
1172 if (direction == STACK_ABOVE) {
1184 if (direction == STACK_ABOVE) {
H A Dwindow.h69 STACK_ABOVE, enumerator in enum:aura::Window::StackDirection
H A Dwindow_unittest.cc3256 STACK_ABOVE, enumerator in enum:aura::test::StackType
3337 STACK_ABOVE,
3347 STACK_ABOVE,
3366 case STACK_ABOVE:

Completed in 3167 milliseconds