Home | History | Annotate | Download | only in drive_backend

Lines Matching refs:file_resource

68     const google_apis::FileResource& file_resource,
72 file_resource.parents().begin();
73 itr != file_resource.parents().end();
77 details->set_title(file_resource.title());
79 google_apis::DriveEntryKind kind = drive::util::GetKind(file_resource);
87 details->set_md5(file_resource.md5_checksum());
88 details->set_etag(file_resource.etag());
89 details->set_creation_time(file_resource.created_date().ToInternalValue());
91 file_resource.modified_date().ToInternalValue());
92 details->set_missing(file_resource.labels().is_trashed());