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

  /external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.h 56 CHROMEGTK_CALLBACK_0(HoverControllerGtk, void, OnDestroy);
hover_controller_gtk.cc 124 void HoverControllerGtk::OnDestroy(GtkWidget* widget) {
info_bubble_gtk.h 154 CHROMEGTK_CALLBACK_0(InfoBubbleGtk, gboolean, OnDestroy);
task_manager_gtk.h 82 CHROMEGTK_CALLBACK_0(TaskManagerGtk, void, OnDestroy);
info_bubble_gtk.cc 368 // |this| has been deleted, see OnDestroy.
507 gboolean InfoBubbleGtk::OnDestroy(GtkWidget* widget) {
certificate_viewer.cc 130 void OnDestroy(GtkDialog* dialog, CertificateViewer* cert_viewer) {
177 g_signal_connect(dialog_, "destroy", G_CALLBACK(OnDestroy), this);
task_manager_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h 63 CHROMEGTK_CALLBACK_0(BookmarkBubbleGtk, void, OnDestroy);
bookmark_bubble_gtk.cc 212 void BookmarkBubbleGtk::OnDestroy(GtkWidget* widget) {
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 94 CHROMEGTK_CALLBACK_0(BalloonViewImpl, gboolean, OnDestroy);
balloon_view_gtk.cc 476 gboolean BalloonViewImpl::OnDestroy(GtkWidget* widget) {
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 47 virtual void OnDestroy() OVERRIDE;
native_tab_contents_view_win.cc 140 void NativeTabContentsViewWin::OnDestroy() {
146 WidgetWin::OnDestroy();
  /external/chromium/net/proxy/
proxy_config_service_linux.h 112 // ProxyConfigServiceLinux, Delegate::OnDestroy() is posted to the
150 // Posts a call to OnDestroy() to the UI thread. Called from
154 void OnDestroy();
proxy_config_service_linux.cc 201 // 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()
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 140 OnDestroy);
222 // For full-screen windows we have a OnDestroy handler that we need to remove,
render_widget_host_view_win.h 83 MSG_WM_DESTROY(OnDestroy)
183 void OnDestroy();
render_widget_host_view_gtk.cc 868 void RenderWidgetHostViewGtk::OnDestroy(GtkWidget* widget) {
    [all...]
render_widget_host_view_win.cc 155 // Windows callback for OnDestroy to detach the plugin windows.
808 void RenderWidgetHostViewWin::OnDestroy() {
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.h 222 virtual void OnDestroy();
external_tab_container_win.cc 805 void ExternalTabContainer::OnDestroy() {
808 WidgetWin::OnDestroy();
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 214 virtual void OnDestroy(GtkWidget* object) {
215 VLOG(1) << "OnDestroy: LockWindow destroyed";
216 views::WidgetGtk::OnDestroy(object);
    [all...]

Completed in 251 milliseconds