Home | History | Annotate | Download | only in extensions

Lines Matching defs:bubble

40 // The Bubble uses a BubbleBorder which adds about 6 pixels of whitespace
147 void set_bubble(Bubble* bubble) { bubble_ = bubble; }
219 // title text and bubble arrow.
223 // The Bubble showing us.
224 Bubble* bubble_;
263 // to wait on showing the Bubble until not only the EXTENSION_LOADED gets
316 // install bubble to the chevron instead. If this is an incognito window,
356 Bubble* bubble = Bubble::Show(browser_view->GetWidget(), bounds,
358 bubble_content_->set_bubble(bubble);
362 void ExtensionInstalledBubble::BubbleClosing(Bubble* bubble,