Home | History | Annotate | Download | only in views

Lines Matching defs:MessageCenterView

166   explicit MessageListView(MessageCenterView* message_center_view,
214 MessageCenterView* message_center_view() const {
218 MessageCenterView* message_center_view_; // Weak reference.
235 MessageListView::MessageListView(MessageCenterView* message_center_view,
585 // MessageCenterView ///////////////////////////////////////////////////////////
587 MessageCenterView::MessageCenterView(MessageCenter* message_center,
644 MessageCenterView::~MessageCenterView() {
649 void MessageCenterView::SetNotifications(
667 void MessageCenterView::SetSettingsVisible(bool visible) {
716 void MessageCenterView::ClearAllNotifications() {
725 void MessageCenterView::OnAllNotificationsCleared() {
732 size_t MessageCenterView::NumMessageViewsForTest() const {
736 void MessageCenterView::OnSettingsChanged() {
742 void MessageCenterView::SetIsClosing(bool is_closing) {
750 void MessageCenterView::Layout() {
803 gfx::Size MessageCenterView::GetPreferredSize() {
822 int MessageCenterView::GetHeightForWidth(int width) {
842 bool MessageCenterView::OnMouseWheel(const ui::MouseWheelEvent& event) {
852 void MessageCenterView::OnMouseExited(const ui::MouseEvent& event) {
860 void MessageCenterView::OnNotificationAdded(const std::string& id) {
877 void MessageCenterView::OnNotificationRemoved(const std::string& id,
908 void MessageCenterView::OnNotificationUpdated(const std::string& id) {
934 void MessageCenterView::AnimationEnded(const ui::Animation* animation) {
948 void MessageCenterView::AnimationProgressed(const ui::Animation* animation) {
964 void MessageCenterView::AnimationCanceled(const ui::Animation* animation) {
969 void MessageCenterView::AddNotificationAt(const Notification& notification,
986 void MessageCenterView::NotificationsChanged() {
998 void MessageCenterView::SetNotificationViewForTest(views::View* view) {