Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/
H A Dpdf_features.h19 extern const base::Feature kPdfPartialLoading;
H A Dpdf_features.cc25 const base::Feature kPdfPartialLoading = {"PdfPartialLoading", variable
H A Ddocument_loader_impl.cc73 base::FeatureList::IsEnabled(features::kPdfPartialLoading)) {} in DocumentLoaderImpl()
H A Ddocument_loader_impl_unittest.cc268 scoped_feature_list_.InitAndEnableFeature(features::kPdfPartialLoading); in DocumentLoaderImplTest()
292 scoped_feature_list_.InitAndDisableFeature(features::kPdfPartialLoading); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dchrome_find_request_manager_browsertest.cc101 chrome_pdf::features::kPdfPartialLoading}, in ChromeFindRequestManagerTestWithPdfPartialLoading()