HomeSort by relevance Sort by last modified time
    Searched refs:OnNativeWidgetMove (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 89 virtual void OnNativeWidgetMove() = 0;
widget.h 724 virtual void OnNativeWidgetMove() OVERRIDE;
    [all...]
native_widget_aura.cc 709 delegate_->OnNativeWidgetMove();
    [all...]
native_widget_win.cc 721 delegate_->OnNativeWidgetMove();
    [all...]
widget_unittest.cc 842 child1->OnNativeWidgetMove();
845 child2->OnNativeWidgetMove();
    [all...]
widget.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc     [all...]
desktop_root_window_host_win.cc 794 native_widget_delegate_->OnNativeWidgetMove();
    [all...]
desktop_root_window_host_x11.cc 785 native_widget_delegate_->AsWidget()->OnNativeWidgetMove();
    [all...]

Completed in 112 milliseconds