Searched refs:adjustedDescription (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp3218 ViewportDescription adjustedDescription = description; local
3219 if (settingsImpl()->viewportMetaLayoutSizeQuirk() && adjustedDescription.type == ViewportDescription::ViewportMeta) {
3221 if (adjustedDescription.maxWidth.isFixed() && adjustedDescription.maxWidth.value() <= legacyWidthSnappingMagicNumber)
3222 adjustedDescription.maxWidth = Length(DeviceWidth);
3223 if (adjustedDescription.maxHeight.isFixed() && adjustedDescription.maxHeight.value() <= m_size.height)
3224 adjustedDescription.maxHeight = Length(DeviceHeight);
3225 adjustedDescription.minWidth = adjustedDescription
[all...]

Completed in 204 milliseconds