HomeSort by relevance Sort by last modified time
    Searched defs:ParentReference (Results 1 - 2 of 2) 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_;

Completed in 1418 milliseconds