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

  /external/chromium_org/storage/browser/fileapi/
file_system_operation_context.h 47 void set_allowed_bytes_growth(const int64& allowed_bytes_growth) { function in class:storage::FileSystemOperationContext
file_system_operation_impl.cc 350 operation_context_->set_allowed_bytes_growth(kint64max);
376 operation_context_->set_allowed_bytes_growth(quota - usage);
obfuscated_file_util.cc 82 context->set_allowed_bytes_growth(new_quota);
    [all...]
  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc 189 context->set_allowed_bytes_growth(allowed_bytes_growth);
206 context->set_allowed_bytes_growth(1024 * 1024);
577 context->set_allowed_bytes_growth(path_cost + src_file_length - 1);
584 context->set_allowed_bytes_growth(path_cost + src_file_length);
835 context->set_allowed_bytes_growth(
842 context->set_allowed_bytes_growth(
860 context->set_allowed_bytes_growth(0);
    [all...]
recursive_operation_delegate_unittest.cc 148 context->set_allowed_bytes_growth(1000000);
file_system_dir_url_request_job_unittest.cc 197 context->set_allowed_bytes_growth(1024);
file_system_operation_impl_unittest.cc 116 context->set_allowed_bytes_growth(1000000);
    [all...]

Completed in 129 milliseconds