Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.h47 EntityGt = 0x0004, enumerator
54 EntityMaskInPCDATA = EntityAmp | EntityLt | EntityGt,
56 EntityMaskInAttributeValue = EntityAmp | EntityLt | EntityGt | EntityQuot,
DMarkupAccumulator.cpp60 { '>', gtReference, EntityGt }, in appendCharactersReplacingEntities()