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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityParser.h 34 class DecodedHTMLEntity {
40 DecodedHTMLEntity() : length(0) { }
64 bool consumeHTMLEntity(SegmentedString&, DecodedHTMLEntity& decodedEntity, bool& notEnoughCharacters, UChar additionalAllowedCharacter = '\0');
HTMLEntityParser.cpp 58 static void appendLegalEntityFor(UChar32 c, DecodedHTMLEntity& decodedEntity)
104 static bool consumeNamedEntity(SegmentedString& source, DecodedHTMLEntity& decodedEntity, bool& notEnoughCharacters, UChar additionalAllowedCharacter, UChar& cc)
156 bool consumeHTMLEntity(SegmentedString& source, DecodedHTMLEntity& decodedEntity, bool& notEnoughCharacters, UChar additionalAllowedCharacter)
HTMLTokenizer.cpp 157 DecodedHTMLEntity decodedEntity;
    [all...]

Completed in 57 milliseconds