Searched refs:DoesNotFullySelectNode (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A Dmarkup.cpp118 enum RangeFullySelectsNode { DoesFullySelectNode, DoesNotFullySelectNode }; enumerator in enum:WebCore::StyledMarkupAccumulator::RangeFullySelectsNode
302 if (rangeFullySelectsNode == DoesNotFullySelectNode)
616 // Since this node and all the other ancestors are not in the selection we want to set RangeFullySelectsNode to DoesNotFullySelectNode
618 accumulator.wrapWithNode(ancestor, convertBlocksToInlines, StyledMarkupAccumulator::DoesNotFullySelectNode);

Completed in 79 milliseconds