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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 50 template<typename T> inline T roundForImpreciseConversion(double value)
56 template<> inline float roundForImpreciseConversion(double value)
CSSPrimitiveValue.cpp 522 return roundForImpreciseConversion<int>(computeLengthDouble(conversionData));
527 return roundForImpreciseConversion<unsigned>(computeLengthDouble(conversionData));
537 return roundForImpreciseConversion<short>(computeLengthDouble(conversionData));
542 return roundForImpreciseConversion<unsigned short>(computeLengthDouble(conversionData));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 31 milliseconds