Author 224 google_apis/drive/gdata_wapi_parser.cc Author::Author() { Author 228 google_apis/drive/gdata_wapi_parser.cc void Author::RegisterJSONConverter( Author 229 google_apis/drive/gdata_wapi_parser.cc base::JSONValueConverter<Author>* converter) { Author 230 google_apis/drive/gdata_wapi_parser.cc converter->RegisterStringField(kNameField, &Author::name_); Author 231 google_apis/drive/gdata_wapi_parser.cc converter->RegisterStringField(kEmailField, &Author::email_); Author 437 google_apis/drive/gdata_wapi_parser.cc converter->template RegisterRepeatedMessage<Author>( Author 157 google_apis/drive/gdata_wapi_parser.h class Author { Author 159 google_apis/drive/gdata_wapi_parser.h Author(); Author 164 google_apis/drive/gdata_wapi_parser.h base::JSONValueConverter<Author>* converter); Author 179 google_apis/drive/gdata_wapi_parser.h DISALLOW_COPY_AND_ASSIGN(Author); Author 326 google_apis/drive/gdata_wapi_parser.h const ScopedVector<Author>& authors() const { return authors_; } Author 336 google_apis/drive/gdata_wapi_parser.h void set_authors(ScopedVector<Author> authors) { Author 357 google_apis/drive/gdata_wapi_parser.h ScopedVector<Author> authors_;