Searched refs:STACK_ABOVE (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ui/wm/core/ |
D | transient_window_stacking_client.cc | 69 const size_t index = direction == Window::STACK_ABOVE ? in SkipNullDelegates() 108 if (*direction == Window::STACK_ABOVE && in AdjustStacking() 123 if (*direction == Window::STACK_ABOVE && in AdjustStacking()
|
/external/chromium_org/ui/v2/src/ |
D | view.cc | 17 STACK_ABOVE, enumerator 39 direction == STACK_ABOVE ? in StackChildRelativeTo() 263 StackChildRelativeTo(this, &children_, child, other, STACK_ABOVE); in StackChildAbove()
|
/external/chromium_org/ui/aura/ |
D | window.cc | 507 StackChildRelativeTo(child, target, STACK_ABOVE); in StackChildAbove() 1124 if ((direction == STACK_ABOVE && child_i == target_i + 1) || in StackChildRelativeTo() 1129 direction == STACK_ABOVE ? in StackChildRelativeTo() 1150 if (direction == STACK_ABOVE) in StackChildLayerRelativeTo() 1163 if (direction == STACK_ABOVE) { in StackChildLayerRelativeTo() 1172 if (direction == STACK_ABOVE) { in StackChildLayerRelativeTo() 1184 if (direction == STACK_ABOVE) { in StackChildLayerRelativeTo()
|
D | window.h | 69 STACK_ABOVE, enumerator
|
D | window_unittest.cc | 3256 STACK_ABOVE, enumerator 3337 STACK_ABOVE, in TEST_F() 3347 STACK_ABOVE, in TEST_F() 3366 case STACK_ABOVE: in TEST_F()
|