CriticalNotificationBubbleView 53 chrome/browser/ui/views/critical_notification_bubble_view.cc CriticalNotificationBubbleView::CriticalNotificationBubbleView( CriticalNotificationBubbleView 63 chrome/browser/ui/views/critical_notification_bubble_view.cc CriticalNotificationBubbleView::~CriticalNotificationBubbleView() { CriticalNotificationBubbleView 66 chrome/browser/ui/views/critical_notification_bubble_view.cc int CriticalNotificationBubbleView::GetRemainingTime() { CriticalNotificationBubbleView 71 chrome/browser/ui/views/critical_notification_bubble_view.cc void CriticalNotificationBubbleView::UpdateBubbleHeadline(int seconds) { CriticalNotificationBubbleView 84 chrome/browser/ui/views/critical_notification_bubble_view.cc void CriticalNotificationBubbleView::OnCountdown() { CriticalNotificationBubbleView 111 chrome/browser/ui/views/critical_notification_bubble_view.cc void CriticalNotificationBubbleView::ButtonPressed( CriticalNotificationBubbleView 134 chrome/browser/ui/views/critical_notification_bubble_view.cc void CriticalNotificationBubbleView::WindowClosing() { CriticalNotificationBubbleView 138 chrome/browser/ui/views/critical_notification_bubble_view.cc void CriticalNotificationBubbleView::GetAccessibleState( CriticalNotificationBubbleView 143 chrome/browser/ui/views/critical_notification_bubble_view.cc void CriticalNotificationBubbleView::ViewHierarchyChanged( CriticalNotificationBubbleView 149 chrome/browser/ui/views/critical_notification_bubble_view.cc bool CriticalNotificationBubbleView::AcceleratorPressed( CriticalNotificationBubbleView 156 chrome/browser/ui/views/critical_notification_bubble_view.cc void CriticalNotificationBubbleView::Init() { CriticalNotificationBubbleView 223 chrome/browser/ui/views/critical_notification_bubble_view.cc this, &CriticalNotificationBubbleView::OnCountdown); CriticalNotificationBubbleView 21 chrome/browser/ui/views/critical_notification_bubble_view.h class CriticalNotificationBubbleView : public views::BubbleDelegateView, CriticalNotificationBubbleView 24 chrome/browser/ui/views/critical_notification_bubble_view.h explicit CriticalNotificationBubbleView(views::View* anchor_view); CriticalNotificationBubbleView 25 chrome/browser/ui/views/critical_notification_bubble_view.h virtual ~CriticalNotificationBubbleView(); CriticalNotificationBubbleView 62 chrome/browser/ui/views/critical_notification_bubble_view.h base::RepeatingTimer<CriticalNotificationBubbleView> refresh_timer_; CriticalNotificationBubbleView 67 chrome/browser/ui/views/critical_notification_bubble_view.h DISALLOW_COPY_AND_ASSIGN(CriticalNotificationBubbleView); CriticalNotificationBubbleView 819 chrome/browser/ui/views/toolbar/toolbar_view.cc CriticalNotificationBubbleView* bubble_delegate = CriticalNotificationBubbleView 820 chrome/browser/ui/views/toolbar/toolbar_view.cc new CriticalNotificationBubbleView(app_menu_);