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

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_context.h 27 // Note that the remaining quota bytes (allowed_bytes_growth) may be
47 void set_allowed_bytes_growth(const int64& allowed_bytes_growth) {
48 allowed_bytes_growth_ = allowed_bytes_growth;
52 int64 allowed_bytes_growth() const { return allowed_bytes_growth_; } function in class:fileapi::FileSystemOperationContext
obfuscated_file_util.cc 76 if (context->allowed_bytes_growth() == quota::QuotaManager::kNoLimit)
79 int64 new_quota = context->allowed_bytes_growth() - growth;
    [all...]
  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc 186 int64 allowed_bytes_growth) {
189 context->set_allowed_bytes_growth(allowed_bytes_growth);
205 // Setting allowed_bytes_growth big enough for all tests.
868 context->allowed_bytes_growth());
1512 int64 allowed_bytes_growth = -1000; \/\/ Over quota, this should still work. local
    [all...]

Completed in 399 milliseconds