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

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 115 void appendCharactersReplacingEntities(Vector<UChar>& out, const UChar* content, size_t length, EntityMask entityMask);
MarkupAccumulator.cpp 46 void appendCharactersReplacingEntities(Vector<UChar>& out, const UChar* content, size_t length, EntityMask entityMask)
157 appendCharactersReplacingEntities(result, attribute.characters(), attribute.length(),
202 appendCharactersReplacingEntities(out, characters, length, entityMask);
markup.cpp 201 appendCharactersReplacingEntities(buffer, content.characters(), content.length(), EntityMaskInPCDATA);
    [all...]

Completed in 59 milliseconds