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 77 float resultMinWidth = resolveViewportLength(minWidth, initialViewportSize, Horizontal);
105 if (resultMinWidth == ViewportDescription::ValueExtendToZoom)
106 resultMinWidth = resultMaxWidth;
120 if (resultMinWidth == ViewportDescription::ValueExtendToZoom)
121 resultMinWidth = compareIgnoringAuto(extendWidth, resultMaxWidth, max);
128 if (resultMinWidth != ViewportDescription::ValueAuto || resultMaxWidth != ViewportDescription::ValueAuto)
129 resultWidth = compareIgnoringAuto(resultMinWidth, compareIgnoringAuto(resultMaxWidth, initialViewportSize.width(), min), max);

Completed in 129 milliseconds