Searched refs:ParentReference (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/google_apis/
H A Ddrive_api_parser.cc510 // ParentReference implementation
512 ParentReference::ParentReference() : is_root_(false) {} function in class:google_apis::ParentReference
514 ParentReference::~ParentReference() {}
517 void ParentReference::RegisterJSONConverter(
518 base::JSONValueConverter<ParentReference>* converter) {
519 converter->RegisterStringField(kId, &ParentReference::file_id_);
521 &ParentReference::parent_link_,
523 converter->RegisterBoolField(kIsRoot, &ParentReference
[all...]
H A Ddrive_api_parser.h360 // ParentReference represents a directory.
362 class ParentReference { class in namespace:google_apis
364 ParentReference();
365 ~ParentReference();
370 base::JSONValueConverter<ParentReference>* converter);
373 static scoped_ptr<ParentReference> CreateFrom(const base::Value& value);
391 friend class base::internal::RepeatedMessageConverter<ParentReference>;
401 DISALLOW_COPY_AND_ASSIGN(ParentReference);
541 const ScopedVector<ParentReference>& parents() const { return parents_; }
603 void set_parents(ScopedVector<ParentReference>* parent
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_unittest.cc317 ScopedVector<google_apis::ParentReference> parents;
319 scoped_ptr<google_apis::ParentReference> parent(
320 new google_apis::ParentReference);
H A Dmetadata_database.cc95 for (ScopedVector<google_apis::ParentReference>::const_iterator itr =

Completed in 131 milliseconds