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

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_win.cc70 void DesktopDragDropClientWin::OnNativeWidgetDestroying(HWND window) { function in class:views::DesktopDragDropClientWin
H A Ddesktop_drag_drop_client_win.h41 void OnNativeWidgetDestroying(HWND window);
H A Ddesktop_window_tree_host_win.cc759 drag_drop_client_->OnNativeWidgetDestroying(GetHWND());
760 native_widget_delegate_->OnNativeWidgetDestroying();
H A Ddesktop_window_tree_host_x11.cc320 native_widget_delegate_->OnNativeWidgetDestroying();
/external/chromium_org/ui/views/widget/
H A Dnative_widget_delegate.h77 virtual void OnNativeWidgetDestroying() = 0;
H A Dwidget.h756 virtual void OnNativeWidgetDestroying() OVERRIDE;
H A Dnative_widget_aura.cc811 delegate_->OnNativeWidgetDestroying();
H A Dwidget.cc1086 void Widget::OnNativeWidgetDestroying() { function in class:views::Widget

Completed in 441 milliseconds