HomeSort by relevance Sort by last modified time
    Searched refs:quota_bytes_total (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/google_apis/drive/
drive_api_parser.h 49 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) {
59 quota_bytes_total_ = quota_bytes_total;
gdata_wapi_parser.h 816 int64 quota_bytes_total() const { function in class:google_apis::AccountMetadata
832 void set_quota_bytes_total(int64 quota_bytes_total) {
833 quota_bytes_total_ = quota_bytes_total;
gdata_wapi_requests_unittest.cc 559 EXPECT_EQ(expected->quota_bytes_total(),
560 result_data->quota_bytes_total());
599 EXPECT_EQ(expected->quota_bytes_total(),
600 result_data->quota_bytes_total());
    [all...]