Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DViewportStyleResolver.cpp139 if (primitiveValue->isFontRelativeLength()) in viewportArgumentValue()
DFontBuilder.cpp326 …rentIsAbsoluteSize || !(primitiveValue->isPercentage() || primitiveValue->isFontRelativeLength())); in setFontSizeValue()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h163 bool isFontRelativeLength() const in isFontRelativeLength() function
DCSSPrimitiveValue.cpp616 if (computingFontSize || isFontRelativeLength()) in computeLengthDouble()
DCSSGradientValue.cpp447 if (stop.m_position->isFontRelativeLength()) in isCacheable()