HomeSort by relevance Sort by last modified time
    Searched refs:EntryInfo (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/zlib/google/
zip_reader.h 56 class EntryInfo {
58 EntryInfo(const std::string& filename_in_zip,
95 DISALLOW_COPY_AND_ASSIGN(EntryInfo);
191 // Note: the value returned by EntryInfo::original_size() cannot be
202 EntryInfo* current_entry_info() const {
228 scoped_ptr<EntryInfo> current_entry_info_;
zip_reader.cc 29 ZipReader::EntryInfo::EntryInfo(const std::string& file_name_in_zip,
170 new EntryInfo(raw_file_name_in_zip, raw_file_info));
zip_reader_unittest.cc 344 ZipReader::EntryInfo* current_entry_info = reader.current_entry_info();
370 ZipReader::EntryInfo* current_entry_info = reader.current_entry_info();
386 ZipReader::EntryInfo* current_entry_info = reader.current_entry_info();
398 ZipReader::EntryInfo* current_entry_info = reader.current_entry_info();
411 ZipReader::EntryInfo* current_entry_info = reader.current_entry_info();
zip_unittest.cc 300 const zip::ZipReader::EntryInfo* entry_info = reader.current_entry_info();
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.cc 142 struct FakeDriveService::EntryInfo {
501 EntryInfo* entry = FindEntryByResourceId(resource_id);
533 EntryInfo* entry = FindEntryByResourceId(resource_id);
606 EntryInfo* entry = FindEntryByResourceId(resource_id);
647 EntryInfo* entry = FindEntryByResourceId(resource_id);
687 EntryInfo* entry = FindEntryByResourceId(resource_id);
761 EntryInfo* entry = FindEntryByResourceId(resource_id);
764 scoped_ptr<EntryInfo> copied_entry(new EntryInfo);
825 EntryInfo* entry = FindEntryByResourceId(resource_id)
    [all...]
fake_drive_service.h 286 struct EntryInfo;
291 EntryInfo* FindEntryByResourceId(const std::string& resource_id);
306 const EntryInfo* AddNewEntry(
331 typedef std::map<std::string, EntryInfo*> EntryInfoMap;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
zip_file_creator_browsertest.cc 102 const zip::ZipReader::EntryInfo* entry = reader.current_entry_info();
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 241 struct EntryInfo {
242 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size)
244 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed)
260 List<EntryInfo> entries_;
heap-snapshot-generator.cc 373 entries_.Add(EntryInfo(0, NULL, 0));
397 // Without this operation we will have two EntryInfo's with the same
435 EntryInfo& entry_info = entries_.at(entry_index);
450 EntryInfo& entry_info = entries_.at(entry_index);
464 entries_.Add(EntryInfo(id, addr, size, accessed));
566 EntryInfo& entry_info = entries_.at(entry_index);
619 EntryInfo* entry_info = &entries_.first();
620 EntryInfo* end_entry_info = &entries_.last() + 1;
627 EntryInfo* start_entry_info = entry_info;
665 EntryInfo& entry_info = entries_.at(i)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 116 zip::ZipReader::EntryInfo* entry_info = zip_reader_.current_entry_info();

Completed in 353 milliseconds