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

  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 89 virtual void OnNativeWidgetMove() = 0;
widget.h 760 virtual void OnNativeWidgetMove() OVERRIDE;
    [all...]
native_widget_aura.cc 744 delegate_->OnNativeWidgetMove();
    [all...]
widget.cc     [all...]
widget_unittest.cc 859 child1->OnNativeWidgetMove();
862 child2->OnNativeWidgetMove();
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc     [all...]
desktop_window_tree_host_win.cc 795 native_widget_delegate_->OnNativeWidgetMove();
    [all...]
desktop_window_tree_host_x11.cc 928 native_widget_delegate_->AsWidget()->OnNativeWidgetMove();
    [all...]

Completed in 169 milliseconds