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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h 77 static void appendCharactersReplacingEntities(StringBuilder&, const String&, unsigned, unsigned, EntityMask);
MarkupAccumulator.cpp 49 void MarkupAccumulator::appendCharactersReplacingEntities(StringBuilder& result, const String& source, unsigned offset, unsigned length, EntityMask entityMask)
200 appendCharactersReplacingEntities(result, attribute, 0, attribute.length(),
249 appendCharactersReplacingEntities(result, str, start, length, entityMask);
markup.cpp 237 appendCharactersReplacingEntities(buffer, content, 0, content.length(), EntityMaskInPCDATA);
    [all...]

Completed in 3452 milliseconds