ParentReference   346 chrome/browser/drive/drive_api_util.cc   std::vector<google_apis::ParentReference>* parents = file->mutable_parents();
ParentReference   352 chrome/browser/drive/drive_api_util.cc         google_apis::ParentReference parent;
ParentReference   206 chrome/browser/drive/drive_api_util_unittest.cc     google_apis::ParentReference parent;
ParentReference    58 chrome/browser/drive/fake_drive_service.cc using google_apis::ParentReference;
ParentReference   757 chrome/browser/drive/fake_drive_service.cc     ParentReference parent;
ParentReference   761 chrome/browser/drive/fake_drive_service.cc     std::vector<ParentReference> parents;
ParentReference   816 chrome/browser/drive/fake_drive_service.cc       ParentReference parent;
ParentReference   821 chrome/browser/drive/fake_drive_service.cc       std::vector<ParentReference> parents;
ParentReference   882 chrome/browser/drive/fake_drive_service.cc     ParentReference parent;
ParentReference   916 chrome/browser/drive/fake_drive_service.cc     std::vector<ParentReference>* parents = file->mutable_parents();
ParentReference  1383 chrome/browser/drive/fake_drive_service.cc   ParentReference parent;
ParentReference  1390 chrome/browser/drive/fake_drive_service.cc   std::vector<ParentReference> parents;
ParentReference    71 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   for (std::vector<google_apis::ParentReference>::const_iterator itr =
ParentReference   380 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc       google_apis::ParentReference parent;
ParentReference    43 google_apis/drive/drive_api_parser.cc                          std::vector<ParentReference>* result) {
ParentReference    51 google_apis/drive/drive_api_parser.cc   base::JSONValueConverter<ParentReference> converter;
ParentReference   412 google_apis/drive/drive_api_parser.cc ParentReference::ParentReference() : is_root_(false) {}
ParentReference   414 google_apis/drive/drive_api_parser.cc ParentReference::~ParentReference() {}
ParentReference   417 google_apis/drive/drive_api_parser.cc void ParentReference::RegisterJSONConverter(
ParentReference   418 google_apis/drive/drive_api_parser.cc     base::JSONValueConverter<ParentReference>* converter) {
ParentReference   419 google_apis/drive/drive_api_parser.cc   converter->RegisterStringField(kId, &ParentReference::file_id_);
ParentReference   421 google_apis/drive/drive_api_parser.cc                                        &ParentReference::parent_link_,
ParentReference   423 google_apis/drive/drive_api_parser.cc   converter->RegisterBoolField(kIsRoot, &ParentReference::is_root_);
ParentReference   427 google_apis/drive/drive_api_parser.cc scoped_ptr<ParentReference>
ParentReference   428 google_apis/drive/drive_api_parser.cc ParentReference::CreateFrom(const base::Value& value) {
ParentReference   429 google_apis/drive/drive_api_parser.cc   scoped_ptr<ParentReference> reference(new ParentReference());
ParentReference   433 google_apis/drive/drive_api_parser.cc     return scoped_ptr<ParentReference>();
ParentReference   438 google_apis/drive/drive_api_parser.cc bool ParentReference::Parse(const base::Value& value) {
ParentReference   439 google_apis/drive/drive_api_parser.cc   base::JSONValueConverter<ParentReference> converter;
ParentReference   494 google_apis/drive/drive_api_parser.cc   converter->RegisterCustomValueField<std::vector<ParentReference> >(
ParentReference   339 google_apis/drive/drive_api_parser.h class ParentReference {
ParentReference   341 google_apis/drive/drive_api_parser.h   ParentReference();
ParentReference   342 google_apis/drive/drive_api_parser.h   ~ParentReference();
ParentReference   347 google_apis/drive/drive_api_parser.h       base::JSONValueConverter<ParentReference>* converter);
ParentReference   350 google_apis/drive/drive_api_parser.h   static scoped_ptr<ParentReference> CreateFrom(const base::Value& value);
ParentReference   544 google_apis/drive/drive_api_parser.h   const std::vector<ParentReference>& parents() const { return parents_; }
ParentReference   599 google_apis/drive/drive_api_parser.h   std::vector<ParentReference>* mutable_parents() { return &parents_; }
ParentReference   629 google_apis/drive/drive_api_parser.h   std::vector<ParentReference> parents_;