HomeSort by relevance Sort by last modified time
    Searched refs:ParentReference (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/google_apis/drive/
drive_api_parser.cc 43 std::vector<ParentReference>* result) {
51 base::JSONValueConverter<ParentReference> converter;
137 const char kParentReferenceKind[] = "drive#parentReference";
393 // ParentReference implementation
395 ParentReference::ParentReference() {}
397 ParentReference::~ParentReference() {}
400 void ParentReference::RegisterJSONConverter(
401 base::JSONValueConverter<ParentReference>* converter)
    [all...]
drive_api_parser.h 319 // ParentReference represents a directory.
321 class ParentReference {
323 ParentReference();
324 ~ParentReference();
329 base::JSONValueConverter<ParentReference>* converter);
332 static scoped_ptr<ParentReference> CreateFrom(const base::Value& value);
499 const std::vector<ParentReference>& parents() const { return parents_; }
548 std::vector<ParentReference>* mutable_parents() { return &parents_; }
576 std::vector<ParentReference> parents_;
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.cc 59 using google_apis::ParentReference;
777 ParentReference parent;
780 std::vector<ParentReference> parents;
835 ParentReference parent;
839 std::vector<ParentReference> parents;
899 ParentReference parent;
932 std::vector<ParentReference>* parents = file->mutable_parents();
    [all...]
drive_api_util.cc 215 std::vector<google_apis::ParentReference>* parents = file->mutable_parents();
221 google_apis::ParentReference parent;
drive_api_util_unittest.cc 91 google_apis::ParentReference parent;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_util.cc 71 for (std::vector<google_apis::ParentReference>::const_iterator itr =
metadata_database_unittest.cc 382 google_apis::ParentReference parent;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion_unittest.cc 137 google_apis::ParentReference parent;

Completed in 125 milliseconds