Searched refs:OnNativeWidgetMove (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dnative_widget_delegate.h89 virtual void OnNativeWidgetMove() = 0;
H A Dwidget.h760 virtual void OnNativeWidgetMove() OVERRIDE;
H A Dnative_widget_aura.cc744 delegate_->OnNativeWidgetMove();
H A Dwidget.cc1112 void Widget::OnNativeWidgetMove() { function in class:views::Widget
H A Dwidget_unittest.cc859 child1->OnNativeWidgetMove();
862 child2->OnNativeWidgetMove();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc1182 native_widget_delegate_->OnNativeWidgetMove();
H A Ddesktop_window_tree_host_win.cc795 native_widget_delegate_->OnNativeWidgetMove();
H A Ddesktop_window_tree_host_x11.cc928 native_widget_delegate_->AsWidget()->OnNativeWidgetMove();

Completed in 116 milliseconds