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

  /external/chromium_org/ui/message_center/
notification_list.cc 80 notification->set_is_read(true);
103 new_notification->set_is_read(false);
238 (*iter)->set_is_read(false);
250 (*iter)->set_is_read(true);
343 notification->set_is_read(false);
notification.h 152 void set_is_read(bool read) { is_read_ = read; } function in class:message_center::Notification

Completed in 24 milliseconds