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

  /external/chromium_org/third_party/WebKit/Source/wtf/
ASCIICType.h 119 template<typename CharType> inline CharType toASCIILowerUnchecked(CharType character)
163 return LIKELY(toASCIILowerUnchecked(cssCharacter) == character);
180 using WTF::toASCIILowerUnchecked;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTokenizer-in.cpp 238 // contains '-'. Otherwise toASCIILowerUnchecked('\r') would be equal to '-'.
241 if (toASCIILowerUnchecked(*cssString++) != (*constantString++))
    [all...]

Completed in 45 milliseconds