Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h47 EntityGt = 0x0004, enumerator
54 EntityMaskInPCDATA = EntityAmp | EntityLt | EntityGt,
56 EntityMaskInAttributeValue = EntityAmp | EntityLt | EntityGt | EntityQuot,
DMarkupAccumulator.cpp57 { '>', gtReference, EntityGt }, in appendCharactersReplacingEntities()