Home
last modified time | relevance | path

Searched refs:compute_contents_hash (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/download/
H A Dmhtml_generation_browsertest.cc214 bool compute_contents_hash = params->output_handle->is_producer_handle(); in SerializeAsMHTML() local
218 if (compute_contents_hash) { in SerializeAsMHTML()
232 if (!compute_contents_hash) { in SerializeAsMHTML()
323 std::tie(params.compute_contents_hash, use_result_callback) = GetParam(); in GenerateMHTMLForCurrentPage()
348 params.compute_contents_hash) { in GenerateMHTMLForCurrentPage()
901 params.compute_contents_hash = true; in TwoStepSyncTestFor()
H A Dmhtml_generation_manager.cc405 if (params_.compute_contents_hash) { in SendToNextRenderFrame()
455 if (params_.compute_contents_hash && !secure_hash_) { in BeginWatchingHandle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/common/
H A Dmhtml_generation_params.h36 bool compute_contents_hash = false; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/download/
H A Dmhtml_generation_browsertest.cc214 bool compute_contents_hash = params->output_handle->is_producer_handle(); in SerializeAsMHTML() local
218 if (compute_contents_hash) { in SerializeAsMHTML()
232 if (!compute_contents_hash) { in SerializeAsMHTML()