Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.cpp61 for (unsigned entityIndex = 0; entityIndex < entityMapsCount; ++entityIndex) { in appendCharactersReplacingEntitiesInternal() local
62 … if (text[i] == entityMaps[entityIndex].entity && entityMaps[entityIndex].mask & entityMask) { in appendCharactersReplacingEntitiesInternal()
64 const CString& replacement = entityMaps[entityIndex].reference; in appendCharactersReplacingEntitiesInternal()