Searched defs:DecodedHTMLEntity (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntityParser.h34 class DecodedHTMLEntity { class in namespace:WebCore
40 DecodedHTMLEntity() : length(0) { } function in class:WebCore::DecodedHTMLEntity
64 bool consumeHTMLEntity(SegmentedString&, DecodedHTMLEntity& decodedEntity, bool& notEnoughCharacters, UChar additionalAllowedCharacter = '\0');

Completed in 110 milliseconds