HomeSort by relevance Sort by last modified time
    Searched defs:InfoBubbleGtk (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.h 7 // 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 {
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, gboolean, OnExpose, GdkEventExpose*)
    [all...]
info_bubble_gtk.cc 49 InfoBubbleGtk* InfoBubbleGtk::Show(GtkWidget* anchor_widget,
57 InfoBubbleGtk* bubble = new InfoBubbleGtk(provider, match_system_theme);
63 InfoBubbleGtk::InfoBubbleGtk(GtkThemeService* provider,
79 InfoBubbleGtk::~InfoBubbleGtk() {
90 void InfoBubbleGtk::Init(GtkWidget* anchor_widget,
195 std::vector<GdkPoint> InfoBubbleGtk::MakeFramePolygonPoints
    [all...]

Completed in 50 milliseconds