Home | History | Annotate | Download | only in google_apis

Lines Matching defs:Content

46 const char kContentNode[] = "content";
72 const char kContentField[] = "content";
414 // Content implementation
416 Content::Content() {
420 void Content::RegisterJSONConverter(
421 base::JSONValueConverter<Content>* converter) {
422 converter->RegisterCustomField(kSrcField, &Content::url_, &GetGURLFromString);
423 converter->RegisterStringField(kTypeField, &Content::mime_type_);