Searched refs:OnExpose (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium/chrome/browser/ui/gtk/
H A Dtheme_install_bubble_view_gtk.h44 OnExpose, GdkEventExpose*);
H A Dreload_button_gtk.h46 CHROMEGTK_CALLBACK_1(ReloadButtonGtk, gboolean, OnExpose, GdkEventExpose*);
H A Dinfo_bubble_gtk.h151 CHROMEGTK_CALLBACK_1(InfoBubbleGtk, gboolean, OnExpose, GdkEventExpose*);
H A Dreload_button_gtk.cc195 gboolean ReloadButtonGtk::OnExpose(GtkWidget* widget, function in class:ReloadButtonGtk
199 return ((visible_mode_ == MODE_RELOAD) ? reload_ : stop_).OnExpose(
H A Dcustom_button.h51 gboolean OnExpose(GtkWidget* widget, GdkEventExpose* e, gdouble hover_state);
H A Dfind_bar_gtk.h133 static gboolean OnExpose(GtkWidget* widget, GdkEventExpose* event,
H A Dtheme_install_bubble_view_gtk.cc155 gboolean ThemeInstallBubbleViewGtk::OnExpose(GtkWidget* widget, function in class:ThemeInstallBubbleViewGtk
H A Dcustom_button.cc70 gboolean CustomDrawButtonBase::OnExpose(GtkWidget* widget, function in class:CustomDrawButtonBase
312 return button_base_.OnExpose(sender, e, hover_state);
H A Dlocation_bar_view_gtk.h174 CHROMEGTK_CALLBACK_1(ContentSettingImageViewGtk, gboolean, OnExpose,
/external/chromium_org/chrome/browser/ui/gtk/
H A Dthrobber_gtk.h46 CHROMEGTK_CALLBACK_1(ThrobberGtk, gboolean, OnExpose, GdkEventExpose*);
H A Dreload_button_gtk.h61 CHROMEGTK_CALLBACK_1(ReloadButtonGtk, gboolean, OnExpose, GdkEventExpose*);
H A Dthrobber_gtk.cc59 gboolean ThrobberGtk::OnExpose(GtkWidget* widget, GdkEventExpose* expose) { function in class:ThrobberGtk
H A Dcustom_button.h54 gboolean OnExpose(GtkWidget* widget, GdkEventExpose* e, gdouble hover_state);
H A Dcustom_button.cc80 gboolean CustomDrawButtonBase::OnExpose(GtkWidget* widget, function in class:CustomDrawButtonBase
83 TRACE_EVENT0("ui::gtk", "CustomDrawButtonBase::OnExpose");
353 return button_base_.OnExpose(sender, e, hover_state);
H A Dreload_button_gtk.cc270 gboolean ReloadButtonGtk::OnExpose(GtkWidget* widget, function in class:ReloadButtonGtk
272 TRACE_EVENT0("ui::gtk", "ReloadButtonGtk::OnExpose");
275 return ((visible_mode_ == MODE_RELOAD) ? reload_ : stop_).OnExpose(
H A Dfind_bar_gtk.h139 static gboolean OnExpose(GtkWidget* widget, GdkEventExpose* event,
/external/chromium_org/chrome/browser/ui/gtk/infobars/
H A Dextension_infobar_gtk.h55 CHROMEGTK_CALLBACK_1(ExtensionInfoBarGtk, gboolean, OnExpose,
H A Dextension_infobar_gtk.cc234 gboolean ExtensionInfoBarGtk::OnExpose(GtkWidget* sender, function in class:ExtensionInfoBarGtk
236 TRACE_EVENT0("ui::gtk", "ExtensionInfoBarGtk::OnExpose");
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h91 CHROMEGTK_CALLBACK_1(BalloonViewImpl, gboolean, OnExpose, GdkEventExpose*);
/external/chromium_org/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h90 CHROMEGTK_CALLBACK_1(BalloonViewImpl, gboolean, OnExpose, GdkEventExpose*);
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddragged_view_gtk.h133 CHROMEGTK_CALLBACK_1(DraggedViewGtk, gboolean, OnExpose, GdkEventExpose*);
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.h117 CHROMEGTK_CALLBACK_1(DownloadItemGtk, gboolean, OnExpose, GdkEventExpose*);
/external/chromium_org/chrome/browser/ui/gtk/bubble/
H A Dbubble_gtk.h184 CHROMEGTK_CALLBACK_1(BubbleGtk, gboolean, OnExpose, GdkEventExpose*);
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.h115 CHROMEGTK_CALLBACK_1(DownloadItemGtk, gboolean, OnExpose, GdkEventExpose*);
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h230 CHROMEGTK_CALLBACK_1(TabStripGtk, gboolean, OnExpose, GdkEventExpose*);

Completed in 191 milliseconds

12