Searched defs:entry_proto (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc60 // Copies properties from |entry_proto| to |properties|. |shared_with_me| is
62 void FillEntryPropertiesValueForDrive(const drive::ResourceEntry& entry_proto, argument
66 properties->shared.reset(new bool(entry_proto.shared()));
68 const drive::PlatformFileInfoProto& file_info = entry_proto.file_info();
73 if (!entry_proto.has_file_specific_info())
77 entry_proto.file_specific_info();
79 if (!entry_proto.resource_id().empty()) {
82 entry_proto.resource_id() + "?width=500&height=500"));

Completed in 113 milliseconds