Searched refs:AllocateQuota (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/webkit/browser/fileapi/ |
D | obfuscated_file_util.cc | 75 bool AllocateQuota(FileSystemOperationContext* context, int64 growth) { in AllocateQuota() function 316 if (!AllocateQuota(context, growth)) in EnsureFileExists() 376 if (!AllocateQuota(context, growth)) in CreateDirectory() 478 if (!AllocateQuota(context, growth)) in Truncate() 558 if (!AllocateQuota(context, growth)) in CopyOrMoveFile() 677 if (!AllocateQuota(context, growth)) in CopyInForeignFile() 732 AllocateQuota(context, growth); in DeleteFile() 772 AllocateQuota(context, growth); in DeleteDirectory() 1364 if (!AllocateQuota(context, growth)) in CreateOrOpenInternal() 1393 AllocateQuota(context, delta); in CreateOrOpenInternal()
|