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

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSTokenizer.h 109 static inline bool parseStringInternal(SrcCharacterType*&, DestCharacterType*&, UChar);
CSSTokenizer-in.cpp 534 inline bool CSSTokenizer::parseStringInternal(SrcCharacterType*& src, DestCharacterType*& result, UChar quote)
571 if (UNLIKELY(!parseStringInternal(currentCharacter<CharacterType>(), result, quote))) {
582 parseStringInternal(currentCharacter<CharacterType>(), result16, quote);
650 return parseStringInternal(src, dest, quote);
    [all...]

Completed in 44 milliseconds