Home
last modified time | relevance | path

Searched refs:quota_bytes_total_ (Results 1 – 2 of 2) 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()
59 quota_bytes_total_ = quota_bytes_total; in set_quota_bytes_total()
77 int64 quota_bytes_total_; variable
Ddrive_api_parser.cc209 quota_bytes_total_(0), in AboutResource()
231 &AboutResource::quota_bytes_total_, in RegisterJSONConverter()