Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/pdf/
H A Dpdf_extension_test.cc1073 if (ShouldHonorJsContentSettings()) { in GetEnabledFeatures()
1084 if (!ShouldHonorJsContentSettings()) { in GetDisabledFeatures()
1095 bool ShouldHonorJsContentSettings() const { return GetParam().second; } in ShouldHonorJsContentSettings() function in PDFExtensionContentSettingJSTest
1112 return ShouldHonorJsContentSettings() ? "nobeep_test.js" : "beep_test.js"; in GetDisabledJsTestFile()