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

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 143 size_t unread_count = std::min<size_t>(position_, length); local
144 fseek(file_, position_ - unread_count, SEEK_SET);
145 position_ -= unread_count;
147 fseek(file_, position_ - unread_count, SEEK_SET);
148 position_ -= unread_count;
memory_input_stream.cc 135 size_t unread_count = std::min<size_t>(position_, length); local
136 position_ -= unread_count;
138 position_ -= unread_count;
  /external/chromium_org/ui/message_center/
message_center_impl.h 218 size_t unread_count; member in struct:message_center::MessageCenterImpl::NotificationCache
notification_list.cc 306 size_t unread_count = 0; local
310 ++unread_count;
312 return unread_count;

Completed in 88 milliseconds