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.cpp187 void WebSettingsImpl::setSupportDeprecatedTargetDensityDPI(bool supportDeprecatedTargetDensityDPI) in setSupportDeprecatedTargetDensityDPI() argument
189 m_supportDeprecatedTargetDensityDPI = supportDeprecatedTargetDensityDPI; in setSupportDeprecatedTargetDensityDPI()
DWebSettingsImpl.h199 bool supportDeprecatedTargetDensityDPI() const { return m_supportDeprecatedTargetDensityDPI; } in supportDeprecatedTargetDensityDPI() function
DWebViewImpl.cpp3027 …layoutFallbackWidth(), deviceScaleFactor(), settingsImpl()->supportDeprecatedTargetDensityDPI(), p… in updatePageDefinedViewportConstraints()