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

  /external/chromium_org/ui/message_center/
notification_list.cc 82 notification->set_is_read(true);
105 new_notification->set_is_read(false);
236 (*iter)->set_is_read(false);
248 (*iter)->set_is_read(true);
342 notification->set_is_read(false);
notification.h 155 void set_is_read(bool read) { is_read_ = read; } function in class:message_center::Notification

Completed in 51 milliseconds