HomeSort by relevance Sort by last modified time
    Searched refs:resolveViewportLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportArguments.h 128 static float resolveViewportLength(const Length&, const FloatSize& initialViewportSize, Direction);
ViewportArguments.cpp 73 float ViewportArguments::resolveViewportLength(const Length& length, const FloatSize& initialViewportSize, Direction direction)
112 float resultMaxWidth = resolveViewportLength(maxWidth, initialViewportSize, Horizontal);
113 float resultMinWidth = resolveViewportLength(minWidth, initialViewportSize, Horizontal);
114 float resultMaxHeight = resolveViewportLength(maxHeight, initialViewportSize, Vertical);
115 float resultMinHeight = resolveViewportLength(minHeight, initialViewportSize, Vertical);

Completed in 32 milliseconds