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

  /external/chromium_org/google_apis/drive/
drive_api_parser.h 51 int64 quota_bytes_used() const { return quota_bytes_used_; } function in class:google_apis::AboutResource
61 void set_quota_bytes_used(int64 quota_bytes_used) {
62 quota_bytes_used_ = quota_bytes_used;
gdata_wapi_parser.h 820 int64 quota_bytes_used() const { function in class:google_apis::AccountMetadata
835 void set_quota_bytes_used(int64 quota_bytes_used) {
836 quota_bytes_used_ = quota_bytes_used;
gdata_wapi_requests_unittest.cc 561 EXPECT_EQ(expected->quota_bytes_used(),
562 result_data->quota_bytes_used());
601 EXPECT_EQ(expected->quota_bytes_used(),
602 result_data->quota_bytes_used());
    [all...]
drive_api_parser_unittest.cc 29 EXPECT_EQ(1073741824LL, resource->quota_bytes_used());
drive_api_requests_unittest.cc 416 EXPECT_EQ(expected->quota_bytes_used(), about_resource->quota_bytes_used());
544 EXPECT_EQ(expected->quota_bytes_used(), about_resource->quota_bytes_used());
    [all...]
gdata_wapi_parser_unittest.cc 253 EXPECT_EQ(GG_LONGLONG(6789012345), metadata->quota_bytes_used());
  /external/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 96 EXPECT_EQ(1000, about_resource->quota_bytes_used());
drive_api_util.cc 280 resource->set_quota_bytes_used(account_metadata.quota_bytes_used());
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.cc 409 about_resource->quota_bytes_total() - about_resource->quota_bytes_used();
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system.cc 790 about_resource->quota_bytes_used());
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 321 parsed_about_resource->quota_bytes_used());
    [all...]

Completed in 792 milliseconds