Home
last modified time | relevance | path

Searched defs:EntryInfo (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dheap-snapshot-generator.h241 struct EntryInfo { struct
242 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size) in EntryInfo() argument
244 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) in EntryInfo() function
260 List<EntryInfo> entries_; argument
/external/chromium_org/chrome/browser/drive/
Dfake_drive_service.cc142 struct FakeDriveService::EntryInfo { struct in drive::FakeDriveService
143 google_apis::ChangeResource change_resource;
144 GURL share_url;
145 std::string content_data;
/external/chromium_org/third_party/zlib/google/
Dzip_reader.cc29 ZipReader::EntryInfo::EntryInfo(const std::string& file_name_in_zip, in EntryInfo() function in zip::ZipReader::EntryInfo