Searched defs:quota_bytes_total (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.h49 int64 quota_bytes_total() const { return quota_bytes_total_; } function in class:google_apis::AboutResource
58 void set_quota_bytes_total(int64 quota_bytes_total) { argument
59 quota_bytes_total_ = quota_bytes_total;
H A Dgdata_wapi_parser.h816 int64 quota_bytes_total() const { function in class:google_apis::AccountMetadata
832 void set_quota_bytes_total(int64 quota_bytes_total) { argument
833 quota_bytes_total_ = quota_bytes_total;

Completed in 102 milliseconds