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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.h 38 bool isNotHTMLSpace(UChar);
94 inline bool isNotHTMLSpace(CharType character)
HTMLParserIdioms.cpp 43 if (isNotHTMLSpace<CharType>(characters[numLeadingSpaces]))
51 if (isNotHTMLSpace<CharType>(characters[length - numTrailingSpaces - 1]))
HTMLSrcsetParser.cpp 60 skipWhile<CharType, isNotHTMLSpace<CharType> >(position, descriptorsEnd);
XSSAuditor.cpp 628 && (position = decodedSnippet.find(isNotHTMLSpace<UChar>, position + 1)) != kNotFound
HTMLTreeBuilder.cpp 198 skipLeading<isNotHTMLSpace<UChar> >();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SpaceSplitString.cpp 65 while (end < length && isNotHTMLSpace<CharacterType>(characters[end]))
DOMTokenList.cpp 217 while (position < inputLength && isNotHTMLSpace<UChar>(input[position]))
Element.cpp     [all...]

Completed in 41 milliseconds