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 67 notification->set_is_read(true);
92 new_notification->set_is_read(false);
254 (*iter)->set_is_read(false);
268 (*iter)->set_is_read(true);
360 notification->set_is_read(false);
notification.h 136 void set_is_read(bool read) { is_read_ = read; } function in class:message_center::Notification

Completed in 226 milliseconds