Home
last modified time | relevance | path

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

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