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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation_unittest.cc 88 fake_service()->SetQuotaValue(100, 100 + kFileSize - 1);
100 fake_service()->SetQuotaValue(100, 100 + kFileSize);
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.h 56 void SetQuotaValue(int64 used, int64 total);
fake_drive_service.cc 256 void FakeDriveService::SetQuotaValue(int64 used, int64 total) {
    [all...]

Completed in 89 milliseconds