Home
last modified time | relevance | path

Searched refs:is_read_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification.cc70 is_read_(false), in Notification()
84 is_read_(other.is_read_), in Notification()
98 is_read_ = other.is_read_; in operator =()
107 return is_read_ || optional_fields_.priority == MIN_PRIORITY; in IsRead()
112 is_read_ = base->is_read_; in CopyState()
Dnotification.h155 void set_is_read(bool read) { is_read_ = read; } in set_is_read()
224 bool is_read_; // True if this has been seen in the message center. variable
/external/chromium_org/components/nacl/browser/
Dpnacl_translation_cache.cc103 bool is_read_; member in pnacl::PnaclTranslationCacheEntry
143 is_read_(is_read) {} in PnaclTranslationCacheEntry()
227 if (is_read_) { in Finish()
256 if (is_read_) { in DispatchNext()
269 if (is_read_) { in DispatchNext()
302 is_read_ in DispatchNext()
311 if (is_read_) in DispatchNext()