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

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSTokenizer.h 100 static inline bool parseIdentifierInternal(SrcCharacterType*&, DestCharacterType*&, bool&);
CSSTokenizer-in.cpp 471 inline bool CSSTokenizer::parseIdentifierInternal(SrcCharacterType*& src, DestCharacterType*& result, bool& hasEscape)
500 if (UNLIKELY(!parseIdentifierInternal(currentCharacter<CharacterType>(), result, hasEscape))) {
511 parseIdentifierInternal(currentCharacter<CharacterType>(), result16, hasEscape);
    [all...]

Completed in 93 milliseconds