Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dmarkup.cpp146 …:wrapWithNode(Node* node, bool convertBlocksToInlines, RangeFullySelectsNode rangeFullySelectsNode) in wrapWithNode() argument
150 …lement*>(node), convertBlocksToInlines && isBlock(const_cast<Node*>(node)), rangeFullySelectsNode); in wrapWithNode()
255 …<UChar>& out, Element* element, bool addDisplayInline, RangeFullySelectsNode rangeFullySelectsNode) in appendElement() argument
302 if (rangeFullySelectsNode == DoesNotFullySelectNode) in appendElement()