Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h45 EntityAmp = 0x0001, enumerator
54 EntityMaskInPCDATA = EntityAmp | EntityLt | EntityGt,
56 EntityMaskInAttributeValue = EntityAmp | EntityLt | EntityGt | EntityQuot,
DMarkupAccumulator.cpp55 { '&', ampReference, EntityAmp }, in appendCharactersReplacingEntities()