Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/
Dresource_util.cc223 const auto& supported_scale_factors = ui::GetSupportedResourceScaleFactors(); in IsScaleFactorSupported() local
224 return std::find(supported_scale_factors.begin(), in IsScaleFactorSupported()
225 supported_scale_factors.end(), in IsScaleFactorSupported()
226 scale_factor) != supported_scale_factors.end(); in IsScaleFactorSupported()
/third_party/chromium/patch/
D0003-ohos-1115.patch24132 - const auto& supported_scale_factors = ui::GetSupportedResourceScaleFactors();
24133 - return std::find(supported_scale_factors.begin(),
24134 - supported_scale_factors.end(),
24135 - scale_factor) != supported_scale_factors.end();
24139 + const auto& supported_scale_factors =
24141 + return std::find(supported_scale_factors.begin(),
24142 + supported_scale_factors.end(),
24143 + scale_factor) != supported_scale_factors.end();