/external/chromium_org/ui/views/widget/ |
D | native_widget_private.h | 176 virtual void StackBelow(gfx::NativeView native_view) = 0;
|
D | native_widget_aura.h | 93 virtual void StackBelow(gfx::NativeView native_view) OVERRIDE;
|
D | native_widget_win.h | 108 virtual void StackBelow(gfx::NativeView native_view) OVERRIDE;
|
D | widget.h | 418 void StackBelow(gfx::NativeView native_view);
|
D | widget.cc | 555 void Widget::StackBelow(gfx::NativeView native_view) { in StackBelow() function in views::Widget 556 native_widget_->StackBelow(native_view); in StackBelow()
|
D | native_widget_win.cc | 283 void NativeWidgetWin::StackBelow(gfx::NativeView native_view) { in StackBelow() function in views::NativeWidgetWin
|
D | native_widget_aura.cc | 429 void NativeWidgetAura::StackBelow(gfx::NativeView native_view) { in StackBelow() function in views::NativeWidgetAura
|
/external/chromium_org/ash/wm/workspace/ |
D | phantom_window_controller.cc | 198 phantom_widget->StackBelow(phantom_below_window_); in CreatePhantomWidget()
|
/external/chromium_org/ui/compositor/ |
D | layer_unittest.cc | 730 root->StackBelow(l2.get(), l3.get()); in TEST_F() 733 root->StackBelow(l1.get(), l3.get()); in TEST_F() 736 root->StackBelow(l3.get(), l2.get()); in TEST_F() 739 root->StackBelow(l3.get(), l2.get()); in TEST_F() 742 root->StackBelow(l3.get(), l1.get()); in TEST_F()
|
D | layer.h | 103 void StackBelow(Layer* child, Layer* other);
|
D | layer.cc | 170 StackBelow(child, children_.front()); in StackAtBottom() 173 void Layer::StackBelow(Layer* child, Layer* other) { in StackBelow() function in ui::Layer
|
/external/chromium_org/content/browser/web_contents/aura/ |
D | window_slider.cc | 105 parent->StackBelow(slider_.get(), owner_->layer()); in SetupSliderLayer()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_native_widget_aura.h | 128 virtual void StackBelow(gfx::NativeView native_view) OVERRIDE;
|
D | desktop_native_widget_aura.cc | 665 void DesktopNativeWidgetAura::StackBelow(gfx::NativeView native_view) { in StackBelow() function in views::DesktopNativeWidgetAura
|
/external/chromium_org/ui/aura/ |
D | window.cc | 337 old_layer->parent()->StackBelow(layer_, old_layer); in RecreateLayer() 1278 ancestor_layer->StackBelow(child->layer_, target->layer_); in StackChildLayerRelativeTo() 1316 ancestor_layer->StackBelow(*i, target_layer); in StackChildLayerRelativeTo()
|
/external/chromium_org/ash/wm/ |
D | window_animations.cc | 414 old_layer->parent()->StackBelow(new_layer, old_layer); in CrossFadeToBounds()
|