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

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 91 void appendProcessingInstruction(Vector<UChar>& out, const String& target, const String& data);
MarkupAccumulator.cpp 311 void MarkupAccumulator::appendProcessingInstruction(Vector<UChar>& out, const String& target, const String& data)
408 appendProcessingInstruction(result, static_cast<const ProcessingInstruction*>(node)->target(), static_cast<const ProcessingInstruction*>(node)->data());

Completed in 292 milliseconds