Searched defs:current_entry_index (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.cc137 const int current_entry_index = position.num_of_file; local
140 if (current_entry_index + 1 == num_entries_) {
143 DCHECK_LT(current_entry_index + 1, num_entries_);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.cc714 int current_entry_index = local
719 current_entry_index);
722 current_entry_index,
724 current_entry_index));

Completed in 286 milliseconds