Searched refs:OnDestroy (Results 1 - 22 of 22) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dhover_controller_gtk.h56 CHROMEGTK_CALLBACK_0(HoverControllerGtk, void, OnDestroy);
H A Dhover_controller_gtk.cc124 void HoverControllerGtk::OnDestroy(GtkWidget* widget) { function in class:HoverControllerGtk
H A Dinfo_bubble_gtk.h154 CHROMEGTK_CALLBACK_0(InfoBubbleGtk, gboolean, OnDestroy);
H A Dtask_manager_gtk.h82 CHROMEGTK_CALLBACK_0(TaskManagerGtk, void, OnDestroy);
H A Dinfo_bubble_gtk.cc368 // |this| has been deleted, see OnDestroy.
507 gboolean InfoBubbleGtk::OnDestroy(GtkWidget* widget) { function in class:InfoBubbleGtk
H A Dcertificate_viewer.cc130 void OnDestroy(GtkDialog* dialog, CertificateViewer* cert_viewer) { function in namespace:__anon2442
177 g_signal_connect(dialog_, "destroy", G_CALLBACK(OnDestroy), this);
H A Dtask_manager_gtk.cc856 void TaskManagerGtk::OnDestroy(GtkWidget* dialog) { function in class:TaskManagerGtk
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bubble_gtk.h63 CHROMEGTK_CALLBACK_0(BookmarkBubbleGtk, void, OnDestroy);
H A Dbookmark_bubble_gtk.cc212 void BookmarkBubbleGtk::OnDestroy(GtkWidget* widget) { function in class:BookmarkBubbleGtk
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h94 CHROMEGTK_CALLBACK_0(BalloonViewImpl, gboolean, OnDestroy);
H A Dballoon_view_gtk.cc476 gboolean BalloonViewImpl::OnDestroy(GtkWidget* widget) { function in class:BalloonViewImpl
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_view_win.h47 virtual void OnDestroy() OVERRIDE;
H A Dnative_tab_contents_view_win.cc140 void NativeTabContentsViewWin::OnDestroy() { function in class:NativeTabContentsViewWin
146 WidgetWin::OnDestroy();
/external/chromium/net/proxy/
H A Dproxy_config_service_linux.h112 // ProxyConfigServiceLinux, Delegate::OnDestroy() is posted to the
150 // Posts a call to OnDestroy() to the UI thread. Called from
154 void OnDestroy();
H A Dproxy_config_service_linux.cc201 // Delegate::OnDestroy(), while running on the UI thread. However
203 // Delegate::OnDestroy() task is left pending on the glib loop
496 // Delegate::OnDestroy(), while running on the file thread. However
497 // on exiting the process, it may happen that Delegate::OnDestroy()
1231 OnDestroy();
1239 &ProxyConfigServiceLinux::Delegate::OnDestroy));
1242 void ProxyConfigServiceLinux::Delegate::OnDestroy() { function in class:ProxyConfigServiceLinux::Delegate
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h140 OnDestroy);
222 // For full-screen windows we have a OnDestroy handler that we need to remove,
H A Drender_widget_host_view_win.h83 MSG_WM_DESTROY(OnDestroy)
183 void OnDestroy();
H A Drender_widget_host_view_gtk.cc868 void RenderWidgetHostViewGtk::OnDestroy(GtkWidget* widget) { function in class:RenderWidgetHostViewGtk
H A Drender_widget_host_view_win.cc155 // Windows callback for OnDestroy to detach the plugin windows.
808 void RenderWidgetHostViewWin::OnDestroy() { function in class:RenderWidgetHostViewWin
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.h222 virtual void OnDestroy();
H A Dexternal_tab_container_win.cc805 void ExternalTabContainer::OnDestroy() { function in class:ExternalTabContainer
808 WidgetWin::OnDestroy();
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker.cc214 virtual void OnDestroy(GtkWidget* object) { function in class:__anon1838::LockWindow
215 VLOG(1) << "OnDestroy: LockWindow destroyed";
216 views::WidgetGtk::OnDestroy(object);

Completed in 1572 milliseconds