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/webkit/browser/fileapi/
file_system_operation_context.h 47 void set_allowed_bytes_growth(const int64& allowed_bytes_growth) { function in class:fileapi::FileSystemOperationContext
file_system_operation_impl.cc 350 operation_context_->set_allowed_bytes_growth(kint64max);
375 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);
579 context->set_allowed_bytes_growth(path_cost + src_file_length - 1);
586 context->set_allowed_bytes_growth(path_cost + src_file_length);
838 context->set_allowed_bytes_growth(
845 context->set_allowed_bytes_growth(
863 context->set_allowed_bytes_growth(0);
    [all...]
recursive_operation_delegate_unittest.cc 149 context->set_allowed_bytes_growth(1000000);
file_system_dir_url_request_job_unittest.cc 196 context->set_allowed_bytes_growth(1024);
file_system_operation_impl_unittest.cc 126 context->set_allowed_bytes_growth(1000000);
    [all...]

Completed in 125 milliseconds