Home
last modified time | relevance | path

Searched refs:OnNativeWidgetDestroying (Results 1 – 19 of 19) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_win.h50 void OnNativeWidgetDestroying(HWND window);
H A Ddesktop_drag_drop_client_win.cc98 void DesktopDragDropClientWin::OnNativeWidgetDestroying(HWND window) { in OnNativeWidgetDestroying() function in views::DesktopDragDropClientWin
H A Ddesktop_window_tree_host_win.cc834 drag_drop_client_->OnNativeWidgetDestroying(GetHWND()); in HandleDestroying()
835 native_widget_delegate_->OnNativeWidgetDestroying(); in HandleDestroying()
H A Ddesktop_window_tree_host_platform.cc231 native_widget_delegate_->OnNativeWidgetDestroying(); in CloseNow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_win.h53 void OnNativeWidgetDestroying(HWND window);
H A Ddesktop_drag_drop_client_win.cc134 void DesktopDragDropClientWin::OnNativeWidgetDestroying(HWND window) { in OnNativeWidgetDestroying() function in views::DesktopDragDropClientWin
H A Ddesktop_window_tree_host_win.cc840 drag_drop_client_->OnNativeWidgetDestroying(GetHWND()); in HandleDestroying()
841 native_widget_delegate_->OnNativeWidgetDestroying(); in HandleDestroying()
H A Ddesktop_window_tree_host_platform.cc257 native_widget_delegate_->OnNativeWidgetDestroying(); in CloseNow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Dnative_widget_delegate.h77 virtual void OnNativeWidgetDestroying() = 0;
H A Dwidget.h918 void OnNativeWidgetDestroying() override;
H A Dnative_widget_aura.cc897 delegate_->OnNativeWidgetDestroying(); in OnWindowDestroying()
H A Dwidget.cc1137 void Widget::OnNativeWidgetDestroying() { in OnNativeWidgetDestroying() function in views::Widget
H A Dnative_widget_mac.mm130 delegate_->OnNativeWidgetDestroying();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Dnative_widget_delegate.h77 virtual void OnNativeWidgetDestroying() = 0;
H A Dwidget.h957 void OnNativeWidgetDestroying() override;
H A Dnative_widget_aura.cc914 delegate_->OnNativeWidgetDestroying(); in OnWindowDestroying()
H A Dwidget.cc1156 void Widget::OnNativeWidgetDestroying() { in OnNativeWidgetDestroying() function in views::Widget
H A Dnative_widget_mac.mm130 delegate_->OnNativeWidgetDestroying();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc94 void OnNativeWidgetDestroying() override { in OnNativeWidgetDestroying() function in OmniboxPopupContentsView::AutocompletePopupWidget
99 ThemeCopyingWidget::OnNativeWidgetDestroying(); in OnNativeWidgetDestroying()