Home
last modified time | relevance | path

Searched refs:set_allowed_bytes_growth (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/fileapi/
Dobfuscated_file_util_unittest.cc177 context->set_allowed_bytes_growth(allowed_bytes_growth); in LimitedContext()
194 context->set_allowed_bytes_growth(1024 * 1024); in NewContext()
572 context->set_allowed_bytes_growth(path_cost + src_file_length - 1); in TestCopyInForeignFileHelper()
579 context->set_allowed_bytes_growth(path_cost + src_file_length); in TestCopyInForeignFileHelper()
719 context->set_allowed_bytes_growth( in TEST_F()
726 context->set_allowed_bytes_growth( in TEST_F()
746 context->set_allowed_bytes_growth(0); in TEST_F()
874 helper->context()->set_allowed_bytes_growth( in TEST_F()
910 context->set_allowed_bytes_growth( in TEST_F()
918 context->set_allowed_bytes_growth( in TEST_F()
[all …]
Drecursive_operation_delegate_unittest.cc144 context->set_allowed_bytes_growth(1000000); in NewContext()
Dfile_system_dir_url_request_job_unittest.cc120 context->set_allowed_bytes_growth(1024); in NewOperationContext()
Dfile_system_operation_impl_unittest.cc118 context->set_allowed_bytes_growth(1000000); in NewContext()
/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() function
Dfile_system_operation_impl.cc352 operation_context_->set_allowed_bytes_growth(kint64max); in GetUsageAndQuotaThenRunTask()
377 operation_context_->set_allowed_bytes_growth(quota - usage); in DidGetUsageAndQuotaAndRunTask()
Dobfuscated_file_util.cc82 context->set_allowed_bytes_growth(new_quota); in AllocateQuota()