Home
last modified time | relevance | path

Searched defs:isPercentage (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DLineClampValue.h48 bool isPercentage() const { return m_type == LineClampPercentage; } in isPercentage() function
DGridLength.h63 bool isPercentage() const { return m_type == LengthType && m_length.isPercent(); } in isPercentage() function
DGridTrackSize.h99 …bool isPercentage() const { return m_type == LengthTrackSizing && length().isLength() && length().… in isPercentage() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDimension.h62 bool isPercentage() const { return m_type == Percentage; } in isPercentage() function
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTCue.cpp957 bool isPercentage = input.scan('%'); in parseSettings() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGParserUtilities.cpp224 bool isPercentage = (*ptr == '%'); in genericParseNumberOrPercentage() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h197 bool isPercentage() const { return primitiveType() == CSS_PERCENTAGE; } in isPercentage() function