Home | Sort by relevance Sort by last modified time |
/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_) |
/external/chromium_org/ui/message_center/ | |
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 |