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.h238 struct EntryInfo { struct
239 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size) in EntryInfo() argument
241 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) in EntryInfo() function
257 List<EntryInfo> entries_; argument
/external/chromium_org/chrome/browser/drive/
Dfake_drive_service.cc152 struct FakeDriveService::EntryInfo { struct in drive::FakeDriveService
153 EntryInfo() : user_permission(google_apis::drive::PERMISSION_ROLE_OWNER) {} in EntryInfo() function
155 google_apis::ChangeResource change_resource;
156 GURL share_url;
157 std::string content_data;
161 google_apis::drive::PermissionRole user_permission;
/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