Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebSettingsImpl.cpp209 void WebSettingsImpl::setSupportDeprecatedTargetDensityDPI(bool supportDeprecatedTargetDensityDPI) in setSupportDeprecatedTargetDensityDPI() argument
211 m_supportDeprecatedTargetDensityDPI = supportDeprecatedTargetDensityDPI; in setSupportDeprecatedTargetDensityDPI()
DWebSettingsImpl.h187 bool supportDeprecatedTargetDensityDPI() const { return m_supportDeprecatedTargetDensityDPI; } in supportDeprecatedTargetDensityDPI() function
DWebViewImpl.cpp3240 …ltMinWidth.intValue(), deviceScaleFactor(), settingsImpl()->supportDeprecatedTargetDensityDPI(), p… in updatePageDefinedViewportConstraints()