Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.h46 EntityLt = 0x0002, enumerator
54 EntityMaskInPCDATA = EntityAmp | EntityLt | EntityGt,
56 EntityMaskInAttributeValue = EntityAmp | EntityQuot | EntityLt | EntityGt,
DMarkupAccumulator.cpp84 { '<', ltReference, EntityLt }, in appendCharactersReplacingEntities()