Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DParallelJobs.h58 class ParallelJobs {
59 WTF_MAKE_NONCOPYABLE(ParallelJobs);
64 ParallelJobs(WorkerFunction func, size_t requestedJobNumber) in ParallelJobs() function
DFEGaussianBlur.h54 friend class ParallelJobs; variable
DFETurbulence.h104 friend class ParallelJobs; variable
DFELighting.h79 friend class ParallelJobs; variable
DFEConvolveMatrix.h109 friend class ParallelJobs; variable
DFEMorphology.cpp175ParallelJobs<PlatformApplyParameters> parallelJobs(&WebCore::FEMorphology::platformApplyWorker, op… in platformApply()
DFEGaussianBlur.cpp170ParallelJobs<PlatformApplyParameters> parallelJobs(&platformApplyWorker, optimalThreadNumber); in platformApply()
DFEConvolveMatrix.cpp455ParallelJobs<InteriorPixelParameters> parallelJobs(&WebCore::FEConvolveMatrix::setInteriorPixelsWo… in applySoftware()
DFETurbulence.cpp373ParallelJobs<FillRegionParameters> parallelJobs(&WebCore::FETurbulence::fillRegionWorker, optimalT… in applySoftware()
DFELighting.cpp258ParallelJobs<PlatformApplyGenericParameters> parallelJobs(&platformApplyGenericWorker, optimalThre… in platformApplyGeneric()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
DFELightingNEON.h172ParallelJobs<FELightingPaintingDataForNeon> parallelJobs(&WebCore::FELighting::platformApplyNeonWo… in platformApplyNeon()
/external/chromium_org/components/policy/core/common/cloud/
Dexternal_policy_data_fetcher_unittest.cc342 TEST_F(ExternalPolicyDataFetcherTest, ParallelJobs) { in TEST_F() argument
Dexternal_policy_data_updater_unittest.cc572 TEST_F(ExternalPolicyDataUpdaterTest, ParallelJobs) { in TEST_F() argument
/external/chromium_org/tools/gn/secondary/third_party/WebKit/Source/wtf/
DBUILD.gn130 "ParallelJobs.h",
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi493 'graphics/filters/ParallelJobs.h',