HomeSort by relevance Sort by last modified time
    Searched full:entitymaps (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp 54 static const EntityDescription entityMaps[] = {
64 for (size_t m = 0; m < WTF_ARRAY_LENGTH(entityMaps); ++m) {
65 if (content[i] == entityMaps[m].entity && entityMaps[m].mask & entityMask) {
67 append(out, entityMaps[m].reference);

Completed in 94 milliseconds