Searched refs:info_bubble_ (Results 1 – 2 of 2) sorted by relevance
166 info_bubble_(NULL) { in NetworkStateListDetailedView()170 if (info_bubble_) in ~NetworkStateListDetailedView()171 info_bubble_->GetWidget()->CloseNow(); in ~NetworkStateListDetailedView()761 info_bubble_ = new InfoBubble( in ToggleInfoBubble()763 views::BubbleDelegateView::CreateBubble(info_bubble_)->Show(); in ToggleInfoBubble()767 if (!info_bubble_) in ResetInfoBubble()769 info_bubble_->GetWidget()->Close(); in ResetInfoBubble()770 info_bubble_ = NULL; in ResetInfoBubble()775 info_bubble_ = NULL; in OnInfoBubbleDestroyed()
146 views::BubbleDelegateView* info_bubble_; variable