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

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dzip_reader.h46 class EntryInfo { class in class:zip::ZipReader
48 EntryInfo(const std::string& filename_in_zip,
75 DISALLOW_COPY_AND_ASSIGN(EntryInfo);
151 EntryInfo* current_entry_info() const {
169 scoped_ptr<EntryInfo> current_entry_info_;
H A Dzip_reader.cc28 ZipReader::EntryInfo::EntryInfo(const std::string& file_name_in_zip, function in class:zip::ZipReader::EntryInfo
169 new EntryInfo(raw_file_name_in_zip, raw_file_info));
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.h47 class EntryInfo { class in class:zip::ZipReader
49 EntryInfo(const std::string& filename_in_zip,
76 DISALLOW_COPY_AND_ASSIGN(EntryInfo);
152 EntryInfo* current_entry_info() const {
170 scoped_ptr<EntryInfo> current_entry_info_;
H A Dzip_reader.cc28 ZipReader::EntryInfo::EntryInfo(const std::string& file_name_in_zip, function in class:zip::ZipReader::EntryInfo
169 new EntryInfo(raw_file_name_in_zip, raw_file_info));
H A Dzip_reader_unittest.cc308 ZipReader::EntryInfo* current_entry_info = reader.current_entry_info();
334 ZipReader::EntryInfo* current_entry_info = reader.current_entry_info();
350 ZipReader::EntryInfo* current_entry_info = reader.current_entry_info();
362 ZipReader::EntryInfo* current_entry_info = reader.current_entry_info();
375 ZipReader::EntryInfo* current_entry_info = reader.current_entry_info();
H A Dzip_unittest.cc218 const zip::ZipReader::EntryInfo* entry_info = reader.current_entry_info();
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dzip_file_creator_browsertest.cc108 const zip::ZipReader::EntryInfo* entry = reader.current_entry_info();
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h258 struct EntryInfo { struct in class:v8::internal::HeapObjectsMap
259 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size) function in struct:v8::internal::HeapObjectsMap::EntryInfo
261 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) function in struct:v8::internal::HeapObjectsMap::EntryInfo
277 List<EntryInfo> entries_;
H A Dheap-snapshot-generator.cc387 entries_.Add(EntryInfo(0, NULL, 0));
411 // Without this operation we will have two EntryInfo's with the same
448 EntryInfo& entry_info = entries_.at(entry_index);
463 EntryInfo& entry_info = entries_.at(entry_index);
477 entries_.Add(EntryInfo(id, addr, size, accessed));
579 EntryInfo& entry_info = entries_.at(entry_index);
632 EntryInfo* entry_info = &entries_.first();
633 EntryInfo* end_entry_info = &entries_.last() + 1;
640 EntryInfo* start_entry_info = entry_info;
678 EntryInfo
[all...]
/external/v8/src/
H A Dprofile-generator.h717 struct EntryInfo { struct in class:v8::internal::HeapObjectsMap
718 explicit EntryInfo(SnapshotObjectId id) : id(id), accessed(true) { } function in struct:v8::internal::HeapObjectsMap::EntryInfo
719 EntryInfo(SnapshotObjectId id, bool accessed) function in struct:v8::internal::HeapObjectsMap::EntryInfo
743 List<EntryInfo>* entries_;
823 struct EntryInfo { struct in class:v8::internal::HeapEntriesMap
824 EntryInfo(HeapEntry* entry, HeapEntriesAllocator* allocator) function in struct:v8::internal::HeapEntriesMap::EntryInfo
H A Dprofile-generator.cc1310 entries_(new List<EntryInfo>()) { }
1356 entries_->Add(EntryInfo(id));
1365 EntryInfo& entry_info = entries_->at(entry_index);
1375 List<EntryInfo>* new_entries = new List<EntryInfo>();
1382 EntryInfo& entry_info = entries_->at(entry_index);
1385 new_entries->Add(EntryInfo(entry_info.id, false));
1506 delete reinterpret_cast<EntryInfo*>(p->value);
1515 EntryInfo* entry_info = reinterpret_cast<EntryInfo*>(
[all...]

Completed in 822 milliseconds