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

  /external/chromium_org/ui/message_center/
notification_list.h 129 size_t unread_count() const { return unread_count_; } function in class:message_center::NotificationList
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 141 size_t unread_count = std::min<size_t>(position_, length); local
142 fseek(file_, position_ - unread_count, SEEK_SET);
143 position_ -= unread_count;
145 fseek(file_, position_ - unread_count, SEEK_SET);
146 position_ -= unread_count;
memory_input_stream.cc 133 size_t unread_count = std::min<size_t>(position_, length); local
134 position_ -= unread_count;
136 position_ -= unread_count;

Completed in 45 milliseconds