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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserMode.h 71 inline bool isUnitLessLengthParsingEnabledForMode(CSSParserMode mode)
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 245 return (unitflags & (FLength | FAngle | FTime)) && (!value->fValue || isUnitLessLengthParsingEnabledForMode(cssParserMode));
    [all...]

Completed in 146 milliseconds