HomeSort by relevance Sort by last modified time
    Searched defs:allowed_bytes_growth (Results 1 - 2 of 2) 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
  /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 237 milliseconds