Home
last modified time | relevance | path

Searched refs:EntityMaskInHTMLPCDATA (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h55 EntityMaskInHTMLPCDATA = EntityMaskInPCDATA | EntityNbsp, enumerator
DMarkupAccumulator.cpp266 return text->document()->isHTMLDocument() ? EntityMaskInHTMLPCDATA : EntityMaskInPCDATA; in entityMaskForText()