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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h 45 EntityAmp = 0x0001,
54 EntityMaskInPCDATA = EntityAmp | EntityLt | EntityGt,
56 EntityMaskInAttributeValue = EntityAmp | EntityLt | EntityGt | EntityQuot,
MarkupAccumulator.cpp 58 { '&', ampReference, EntityAmp },

Completed in 40 milliseconds