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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.h 41 void OnNativeWidgetDestroying(HWND window);
desktop_drag_drop_client_win.cc 70 void DesktopDragDropClientWin::OnNativeWidgetDestroying(HWND window) {
desktop_window_tree_host_win.cc 759 drag_drop_client_->OnNativeWidgetDestroying(GetHWND());
760 native_widget_delegate_->OnNativeWidgetDestroying();
    [all...]
desktop_window_tree_host_x11.cc 320 native_widget_delegate_->OnNativeWidgetDestroying();
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 77 virtual void OnNativeWidgetDestroying() = 0;
widget.h 756 virtual void OnNativeWidgetDestroying() OVERRIDE;
    [all...]
native_widget_aura.cc 811 delegate_->OnNativeWidgetDestroying();
    [all...]
widget.cc     [all...]

Completed in 81 milliseconds