Searched refs:InfoBubble (Results 1 – 8 of 8) sorted by relevance
54 InfoBubble::InfoBubble(views::View* anchor, in InfoBubble() function in autofill::InfoBubble77 InfoBubble::~InfoBubble() {} in ~InfoBubble()79 void InfoBubble::Show() { in Show()100 void InfoBubble::Hide() { in Hide()106 void InfoBubble::UpdatePosition() { in UpdatePosition()120 views::NonClientFrameView* InfoBubble::CreateNonClientFrameView( in CreateNonClientFrameView()129 gfx::Size InfoBubble::GetPreferredSize() { in GetPreferredSize()136 void InfoBubble::OnWidgetDestroyed(views::Widget* widget) { in OnWidgetDestroyed()141 void InfoBubble::OnWidgetBoundsChanged(views::Widget* widget, in OnWidgetBoundsChanged()
19 class InfoBubble : public views::BubbleDelegateView {21 InfoBubble(views::View* anchor, const base::string16& message);22 virtual ~InfoBubble();70 DISALLOW_COPY_AND_ASSIGN(InfoBubble);
20 class InfoBubble; variable65 InfoBubble* bubble_;
32 class TooltipBubble : public InfoBubble {35 : InfoBubble(anchor, message) {} in TooltipBubble()
59 class InfoBubble; variable673 InfoBubble* error_bubble_; // Weak; owns itself.
2148 error_bubble_ = new InfoBubble(view, error_message->second); in ShowErrorBubbleForViewIfNecessary()
119 class NetworkStateListDetailedView::InfoBubble class in ash::internal::tray::NetworkStateListDetailedView122 InfoBubble(views::View* anchor, in InfoBubble() function in ash::internal::tray::NetworkStateListDetailedView::InfoBubble135 virtual ~InfoBubble() { in ~InfoBubble()145 DISALLOW_COPY_AND_ASSIGN(InfoBubble);807 info_bubble_ = new InfoBubble( in ToggleInfoBubble()
80 class InfoBubble;