Searched refs:hasEscape (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSTokenizer-in.cpp471 inline bool CSSTokenizer::parseIdentifierInternal(SrcCharacterType*& src, DestCharacterType*& result, bool& hasEscape) argument
473 hasEscape = false;
478 hasEscape = true;
493 inline void CSSTokenizer::parseIdentifier(CharacterType*& result, CSSParserString& resultString, bool& hasEscape) argument
500 if (UNLIKELY(!parseIdentifierInternal(currentCharacter<CharacterType>(), result, hasEscape))) {
511 parseIdentifierInternal(currentCharacter<CharacterType>(), result16, hasEscape); local
952 inline void CSSTokenizer::detectAtToken(int length, bool hasEscape) argument
962 // -webkit-keyframes, keyframes, and -webkit-mediaquery are not affected by hasEscape.
965 if (LIKELY(!hasEscape))
969 if (LIKELY(!hasEscape))
1123 bool hasEscape; local
[all...]

Completed in 88 milliseconds