Home
last modified time | relevance | path

Searched refs:quota_bytes_total (Results 1 – 5 of 5) 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() argument
59 quota_bytes_total_ = quota_bytes_total; in set_quota_bytes_total()
Ddrive_api_parser_unittest.cc27 EXPECT_EQ(5368709120LL, resource->quota_bytes_total()); in TEST()
Ddrive_api_requests_unittest.cc423 EXPECT_EQ(expected->quota_bytes_total(), about_resource->quota_bytes_total()); in TEST_F()
564 EXPECT_EQ(expected->quota_bytes_total(), about_resource->quota_bytes_total()); in TEST_F()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Ddrive_internals_ui.cc324 parsed_about_resource->quota_bytes_total()); in OnGetAboutResource()
/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system.cc685 about_resource->quota_bytes_total(), in OnGetAboutResource()