Searched defs:InfoBubbleGtk (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dinfo_bubble_gtk.h7 // InfoBubbleGtk::Show, which will create and display a bubble. The object is
29 class InfoBubbleGtk;
38 virtual void InfoBubbleClosing(InfoBubbleGtk* info_bubble,
48 class InfoBubbleGtk : public NotificationObserver { class in inherits:NotificationObserver
65 static InfoBubbleGtk* Show(GtkWidget* anchor_widget,
75 // so you shouldn't hold a InfoBubbleGtk pointer after calling Close().
99 explicit InfoBubbleGtk(GtkThemeService* provider, bool match_system_theme);
100 virtual ~InfoBubbleGtk();
148 CHROMEG_CALLBACK_3(InfoBubbleGtk, gboolean, OnGtkAccelerator, GtkAccelGroup*,
151 CHROMEGTK_CALLBACK_1(InfoBubbleGtk, gboolea
[all...]
H A Dinfo_bubble_gtk.cc49 InfoBubbleGtk* InfoBubbleGtk::Show(GtkWidget* anchor_widget,
57 InfoBubbleGtk* bubble = new InfoBubbleGtk(provider, match_system_theme);
63 InfoBubbleGtk::InfoBubbleGtk(GtkThemeService* provider, function in class:InfoBubbleGtk
79 InfoBubbleGtk::~InfoBubbleGtk() {
90 void InfoBubbleGtk::Init(GtkWidget* anchor_widget,
195 std::vector<GdkPoint> InfoBubbleGtk
[all...]

Completed in 79 milliseconds