HomeSort by relevance Sort by last modified time
    Searched refs:EntityAmp (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 45 EntityAmp = 0x0001,
54 EntityMaskInPCDATA = EntityAmp | EntityLt | EntityGt,
56 EntityMaskInAttributeValue = EntityAmp | EntityLt | EntityGt | EntityQuot,
MarkupAccumulator.cpp 55 { '&', ampReference, EntityAmp },

Completed in 194 milliseconds