Searched refs:appendProcessingInstruction (Results 1 – 3 of 3) sorted by relevance
91 void appendProcessingInstruction(Vector<UChar>& out, const String& target, const String& data);
311 void MarkupAccumulator::appendProcessingInstruction(Vector<UChar>& out, const String& target, const… in appendProcessingInstruction() function in WebCore::MarkupAccumulator408 …appendProcessingInstruction(result, static_cast<const ProcessingInstruction*>(node)->target(), sta… in appendStartMarkup()
73363 …Extracted appendText, appendComment, appendProcessingInstruction, appendElement and appendCDATASec…73371 (WebCore::MarkupAccumulator::appendProcessingInstruction):