Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dmarkup.cpp617 void MarkupAccumulator::appendMarkup(Node* startNode, EChildrenOnly childrenOnly, const HashMap<Ato… in appendMarkup() argument
627 if (!childrenOnly) { in appendMarkup()
640 if (!childrenOnly) in appendMarkup()
1061 String createMarkup(const Node* node, EChildrenOnly childrenOnly, Vector<Node*>* nodes) in createMarkup() argument
1074 accumulator.appendMarkup(const_cast<Node*>(node), childrenOnly); in createMarkup()