Home | History | Annotate | Download | only in google_apis

Lines Matching defs:Content

235 // Content details of a resource: mime-type, url, and so on.
236 class Content {
238 Content();
243 base::JSONValueConverter<Content>* converter);
245 // The URL to download the file content.
440 // The URL to download a file content.
459 // File content MD5 (exists only for kinds FILE and PDF).
542 void set_content(const Content& content) {
543 content_ = content;
579 Content content_;
675 // Parses and initializes data members from content of |value|.
854 // Parses and initializes data members from content of |value|.