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

  /external/chromium_org/third_party/WebKit/Source/platform/
LengthFunctions.cpp 34 float floatValueForLength(const Length& length, float maximumValue)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSLengthFunctions.cpp 112 float floatValueForLength(const Length& length, float maximumValue, RenderView* renderView)
115 return floatValueForLength(length, maximumValue);

Completed in 289 milliseconds