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

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 346 bool shouldAcceptUnitLessValues(CSSParserValue*, Units, CSSParserMode);
CSSPropertyParser.cpp 249 inline bool CSSPropertyParser::shouldAcceptUnitLessValues(CSSParserValue* value, Units unitflags, CSSParserMode cssParserMode)
264 if (!b && shouldAcceptUnitLessValues(value, unitflags, cssParserMode)) {
    [all...]

Completed in 969 milliseconds