HomeSort by relevance Sort by last modified time
    Searched full:resultminwidth (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.cpp 100 float resultMinWidth = resolveViewportLength(copyMinWidth, initialViewportSize, Horizontal);
129 if (resultMinWidth == ViewportDescription::ValueExtendToZoom)
130 resultMinWidth = resultMaxWidth;
144 if (resultMinWidth == ViewportDescription::ValueExtendToZoom)
145 resultMinWidth = compareIgnoringAuto(extendWidth, resultMaxWidth, std::max);
152 if (resultMinWidth != ViewportDescription::ValueAuto || resultMaxWidth != ViewportDescription::ValueAuto)
153 resultWidth = compareIgnoringAuto(resultMinWidth, compareIgnoringAuto(resultMaxWidth, initialViewportSize.width(), std::min), std::max);

Completed in 1169 milliseconds