Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h56 EntityMaskInAttributeValue = EntityAmp | EntityLt | EntityGt | EntityQuot, enumerator
57 EntityMaskInHTMLAttributeValue = EntityMaskInAttributeValue | EntityNbsp,
DMarkupAccumulator.cpp158 documentIsHTML ? EntityMaskInHTMLAttributeValue : EntityMaskInAttributeValue); in appendAttributeValue()