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 | 500 StackChildRelativeTo(child, target, STACK_ABOVE); in StackChildAbove() 1113 if ((direction == STACK_ABOVE && child_i == target_i + 1) || in StackChildRelativeTo() 1118 direction == STACK_ABOVE ? in StackChildRelativeTo() 1139 if (direction == STACK_ABOVE) in StackChildLayerRelativeTo() 1152 if (direction == STACK_ABOVE) { in StackChildLayerRelativeTo() 1161 if (direction == STACK_ABOVE) { in StackChildLayerRelativeTo() 1173 if (direction == STACK_ABOVE) { in StackChildLayerRelativeTo()
|
D | window.h | 69 STACK_ABOVE, enumerator
|
D | window_unittest.cc | 3215 STACK_ABOVE, in TEST_F() enumerator 3296 STACK_ABOVE, in TEST_F() 3306 STACK_ABOVE, in TEST_F() 3325 case STACK_ABOVE: in TEST_F()
|