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

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSTokenizer.h 118 static inline bool parseURIInternal(SrcCharacterType*&, DestCharacterType*&, UChar quote);
CSSTokenizer-in.cpp 646 inline bool CSSTokenizer::parseURIInternal(SrcCharacterType*& src, DestCharacterType*& dest, UChar quote)
677 if (LIKELY(parseURIInternal(currentCharacter<CharacterType>(), dest, quote))) {
687 bool result = parseURIInternal(currentCharacter<CharacterType>(), result16, quote);
    [all...]

Completed in 121 milliseconds