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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.h 85 inline bool isComma(CharType character)
93 return isComma(character) || isHTMLSpace(character);
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 347 static inline bool isComma(CSSParserValue* value)
354 if (!isComma(valueList->current()))
    [all...]

Completed in 579 milliseconds