HomeSort by relevance Sort by last modified time
    Searched refs:CriticalNotificationBubbleView (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
critical_notification_bubble_view.h 21 class CriticalNotificationBubbleView : public views::BubbleDelegateView,
24 explicit CriticalNotificationBubbleView(views::View* anchor_view);
25 virtual ~CriticalNotificationBubbleView();
62 base::RepeatingTimer<CriticalNotificationBubbleView> refresh_timer_;
67 DISALLOW_COPY_AND_ASSIGN(CriticalNotificationBubbleView);
critical_notification_bubble_view.cc 51 // CriticalNotificationBubbleView
53 CriticalNotificationBubbleView::CriticalNotificationBubbleView(
62 CriticalNotificationBubbleView::~CriticalNotificationBubbleView() {
65 int CriticalNotificationBubbleView::GetRemainingTime() {
70 void CriticalNotificationBubbleView::UpdateBubbleHeadline(int seconds) {
83 void CriticalNotificationBubbleView::OnCountdown() {
110 void CriticalNotificationBubbleView::ButtonPressed(
133 void CriticalNotificationBubbleView::WindowClosing()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 771 CriticalNotificationBubbleView* bubble_delegate =
772 new CriticalNotificationBubbleView(app_menu_);

Completed in 1264 milliseconds