Lines Matching refs:Bubble
36 const SkColor Bubble::kBackgroundColor =
40 const SkColor Bubble::kBackgroundColor = SK_ColorWHITE;
52 Bubble* Bubble::Show(views::Widget* parent, in Show()
57 Bubble* bubble = new Bubble; in Show()
65 Bubble* Bubble::ShowFocusless( in ShowFocusless()
72 Bubble* bubble = new Bubble(views::WidgetGtk::TYPE_POPUP, in ShowFocusless()
80 void Bubble::Close() { in Close()
92 void Bubble::AnimationEnded(const ui::Animation* animation) { in AnimationEnded()
105 void Bubble::AnimationProgressed(const ui::Animation* animation) { in AnimationProgressed()
122 Bubble::Bubble() in Bubble() function in Bubble
141 Bubble::Bubble(views::WidgetGtk::Type type, bool show_while_screen_is_locked) in Bubble() function in Bubble
153 Bubble::~Bubble() { in ~Bubble()
156 void Bubble::InitBubble(views::Widget* parent, in InitBubble()
265 Source<Bubble>(this), in InitBubble()
279 BorderContents* Bubble::CreateBorderContents() { in CreateBorderContents()
283 void Bubble::SizeToContents() { in SizeToContents()
306 void Bubble::OnActivate(UINT action, BOOL minimized, HWND window) { in OnActivate()
316 void Bubble::IsActiveChanged() { in IsActiveChanged()
322 void Bubble::DoClose(bool closed_by_escape) { in DoClose()
339 void Bubble::FadeIn() { in FadeIn()
343 void Bubble::FadeOut() { in FadeOut()
357 void Bubble::Fade(bool fade_in) { in Fade()
369 bool Bubble::AcceleratorPressed(const views::Accelerator& accelerator) { in AcceleratorPressed()