Home
last modified time | relevance | path

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

/external/chromium_org/google_apis/drive/
Ddrive_api_parser.h49 int64 quota_bytes_total() const { return quota_bytes_total_; } in quota_bytes_total() function
58 void set_quota_bytes_total(int64 quota_bytes_total) { in set_quota_bytes_total()