Searched refs:EntryInfo (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.h56 class EntryInfo { class in class:zip::ZipReader
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_;
H A Dzip_reader.cc29 ZipReader::EntryInfo::EntryInfo(const std::string& file_name_in_zip, function in class:zip::ZipReader::EntryInfo
170 new EntryInfo(raw_file_name_in_zip, raw_file_info));
H A Dzip_reader_unittest.cc344 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();
H A Dzip_unittest.cc300 const zip::ZipReader::EntryInfo* entry_info = reader.current_entry_info();
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service.cc152 struct FakeDriveService::EntryInfo { struct in class:drive::FakeDriveService
153 EntryInfo() : user_permission(google_apis::drive::PERMISSION_ROLE_OWNER) {} function in struct:drive::FakeDriveService::EntryInfo
514 EntryInfo* entry = FindEntryByResourceId(resource_id);
546 EntryInfo* entry = FindEntryByResourceId(resource_id);
619 EntryInfo* entry = FindEntryByResourceId(resource_id);
670 EntryInfo* entry = FindEntryByResourceId(resource_id);
720 EntryInfo* entry = FindEntryByResourceId(resource_id);
795 EntryInfo* entry = FindEntryByResourceId(resource_id);
805 scoped_ptr<EntryInfo> copied_entry(new EntryInfo);
[all...]
H A Dfake_drive_service.h302 struct EntryInfo;
307 EntryInfo* FindEntryByResourceId(const std::string& resource_id);
322 const EntryInfo* AddNewEntry(
349 typedef std::map<std::string, EntryInfo*> EntryInfoMap;
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dzip_file_creator_browsertest.cc102 const zip::ZipReader::EntryInfo* entry = reader.current_entry_info();
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h238 struct EntryInfo { struct in class:v8::internal::HeapObjectsMap
239 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size) function in struct:v8::internal::HeapObjectsMap::EntryInfo
241 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) function in struct:v8::internal::HeapObjectsMap::EntryInfo
257 List<EntryInfo> entries_;
H A Dheap-snapshot-generator.cc380 entries_.Add(EntryInfo(0, NULL, 0));
404 // Without this operation we will have two EntryInfo's with the same
442 EntryInfo& entry_info = entries_.at(entry_index);
457 EntryInfo& entry_info = entries_.at(entry_index);
471 entries_.Add(EntryInfo(id, addr, size, accessed));
573 EntryInfo& entry_info = entries_.at(entry_index);
626 EntryInfo* entry_info = &entries_.first();
627 EntryInfo* end_entry_info = &entries_.last() + 1;
634 EntryInfo* start_entry_info = entry_info;
672 EntryInfo
[all...]
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc121 zip::ZipReader::EntryInfo* entry_info = zip_reader_.current_entry_info();

Completed in 633 milliseconds