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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
DeferredLegacyStyleInterpolation.cpp 65 return primitiveValue.isFontRelativeLength() || primitiveValue.isViewportPercentageLength();
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 132 if (primitiveValue->isFontRelativeLength())
StyleBuilderConverter.cpp 188 return FontDescription::Size(0, computeFontSize(state, primitiveValue, parentSize), parentIsAbsoluteSize || !primitiveValue->isFontRelativeLength());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 182 bool isFontRelativeLength() const
CSSPrimitiveValue.cpp 678 if (computingFontSize || isFontRelativeLength())
    [all...]
CSSGradientValue.cpp 463 if (stop.m_position->isFontRelativeLength())
    [all...]

Completed in 177 milliseconds