Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.h56 EntityMaskInAttributeValue = EntityAmp | EntityQuot | EntityLt | EntityGt, enumerator
DMarkupAccumulator.cpp202 documentIsHTML ? EntityMaskInHTMLAttributeValue : EntityMaskInAttributeValue); in appendAttributeValue()