HomeSort by relevance Sort by last modified time
    Searched defs:quota_bytes_used (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.h 67 int64 quota_bytes_used() const { return quota_bytes_used_; } function in class:google_apis::AboutResource
77 void set_quota_bytes_used(int64 quota_bytes_used) {
78 quota_bytes_used_ = quota_bytes_used;
gdata_wapi_parser.h 823 int64 quota_bytes_used() const { function in class:google_apis::AccountMetadata
838 void set_quota_bytes_used(int64 quota_bytes_used) {
839 quota_bytes_used_ = quota_bytes_used;

Completed in 63 milliseconds