Home | History | Annotate | Download | only in views

Lines Matching defs:bubble

11 #include "chrome/browser/ui/views/bubble/bubble.h"
40 // The duration of the animation that resizes the bubble once the async
85 Bubble* PageInfoBubbleView::bubble_ = NULL;
213 void PageInfoBubbleView::BubbleClosing(Bubble* bubble, bool closed_by_escape) {
231 // We want to make sure the info bubble closes once the link is activated. So
356 // Find where to point the bubble at.
371 // Show the bubble. If the bubble already exist - it will be closed first.
374 Bubble* bubble =
375 Bubble::Show(browser_view->GetWidget(), bounds,
378 page_info_bubble->set_bubble(bubble);