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

  /external/chromium_org/google_apis/drive/
drive_api_parser.cc 38 std::vector<ParentReference>* result) {
46 base::JSONValueConverter<ParentReference> converter;
132 const char kParentReferenceKind[] = "drive#parentReference";
388 // ParentReference implementation
390 ParentReference::ParentReference() {}
392 ParentReference::~ParentReference() {}
395 void ParentReference::RegisterJSONConverter(
396 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);
505 const std::vector<ParentReference>& parents() const { return parents_; }
554 std::vector<ParentReference>* mutable_parents() { return &parents_; }
582 std::vector<ParentReference> parents_;
  /external/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 91 google_apis::ParentReference parent;
fake_drive_service.cc 60 using google_apis::ParentReference;
818 ParentReference parent;
821 std::vector<ParentReference> parents;
888 ParentReference parent;
892 std::vector<ParentReference> parents;
942 ParentReference parent;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion_unittest.cc 138 google_apis::ParentReference parent;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_unittest.cc 382 google_apis::ParentReference parent;
    [all...]
metadata_database.cc 90 for (std::vector<google_apis::ParentReference>::const_iterator itr =
    [all...]

Completed in 1725 milliseconds