Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.cpp62 size_t positionAfterLastEntity = 0; in appendCharactersReplacingEntities() local
66 out.append(content + positionAfterLastEntity, i - positionAfterLastEntity); in appendCharactersReplacingEntities()
68 positionAfterLastEntity = i + 1; in appendCharactersReplacingEntities()
73 out.append(content + positionAfterLastEntity, length - positionAfterLastEntity); in appendCharactersReplacingEntities()