Home
last modified time | relevance | path

Searched refs:clampLengthValue (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMetaElement-in.cpp132 static inline float clampLengthValue(float value) in clampLengthValue() function
192 return Length(clampLengthValue(value), Fixed); in parseViewportValueAsLength()