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

  /external/chromium_org/ui/message_center/
notification.cc 70 is_read_(false),
85 is_read_(other.is_read_),
100 is_read_ = other.is_read_;
110 return is_read_ || optional_fields_.priority == MIN_PRIORITY;
115 is_read_ = base->is_read_;
notification.h 152 void set_is_read(bool read) { is_read_ = read; }
223 bool is_read_; // True if this has been seen in the message center. member in class:message_center::Notification
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.cc 103 bool is_read_; member in class:pnacl::PnaclTranslationCacheEntry
143 is_read_(is_read) {}
227 if (is_read_) {
256 if (is_read_) {
269 if (is_read_) {
302 is_read_
311 if (is_read_)

Completed in 583 milliseconds