Home | History | Annotate | Download | only in bubble

Lines Matching defs:bubble

11 #include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
27 virtual void BubbleClosing(BubbleGtk* bubble,
45 // Tests that we can adjust a bubble arrow so we can show a bubble without being
47 // 1. Shows a bubble to the top-left corner and see its frame style always
49 // 2. Shows a bubble to the top-right corner and see its frame style always
51 // 3. Shows a bubble to the bottom-left corner and see its frame style always
53 // 4. Shows a bubble to the top-left corner and see its frame style always
83 BubbleGtk* bubble = BubbleGtk::Show(anchor,
92 EXPECT_EQ(points[i].expected, bubble->actual_frame_style_);
93 bubble->Close();
124 BubbleGtk* bubble = BubbleGtk::Show(anchor,
133 EXPECT_EQ(points[i].expected, bubble->actual_frame_style_);
134 bubble->Close();