Home | History | Annotate | Download | only in web_notification

Lines Matching refs:button_

298       button_(NULL),
302 button_ = new WebNotificationButton(this);
303 button_->set_triggerable_event_flags(
305 tray_container()->AddChildView(button_);
379 button_->SetBubbleVisible(true);
397 button_->SetBubbleVisible(false);
561 DCHECK_EQ(button_, sender);
582 button_->SetUnreadCount(message_center->UnreadNotificationCount());
584 button_->SetState(views::CustomButton::STATE_PRESSED);
586 button_->SetState(views::CustomButton::STATE_NORMAL);