HomeSort by relevance Sort by last modified time
    Searched defs:unread_count (Results 1 - 6 of 6) 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/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;
  /external/chromium_org/ui/message_center/
message_center_impl.h 205 size_t unread_count; member in struct:message_center::MessageCenterImpl::NotificationCache
notification_list.cc 305 size_t unread_count = 0; local
309 ++unread_count;
311 return unread_count;

Completed in 225 milliseconds