Home
last modified time | relevance | path

Searched defs:allowed_bytes_growth (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dfile_system_operation_context.h47 void set_allowed_bytes_growth(const int64& allowed_bytes_growth) { in set_allowed_bytes_growth()
52 int64 allowed_bytes_growth() const { return allowed_bytes_growth_; } in allowed_bytes_growth() function
/external/chromium_org/content/browser/fileapi/
Dobfuscated_file_util_unittest.cc186 int64 allowed_bytes_growth) { in LimitedContext()
1512 int64 allowed_bytes_growth = -1000; // Over quota, this should still work. in TEST_F() local