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 152 struct FakeDriveService::EntryInfo {
153 EntryInfo() : user_permission(google_apis::drive::PERMISSION_ROLE_OWNER) {}
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...]
fake_drive_service.h 302 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/
zip_file_creator_browsertest.cc 102 const zip::ZipReader::EntryInfo* entry = reader.current_entry_info();
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 238 struct EntryInfo {
239 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size)
241 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed)
257 List<EntryInfo> entries_;
heap-snapshot-generator.cc 380 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& entry_info = entries_.at(i)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 121 zip::ZipReader::EntryInfo* entry_info = zip_reader_.current_entry_info();

Completed in 1233 milliseconds