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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dmarkup.cpp119 enum RangeFullySelectsNode { DoesFullySelectNode, DoesNotFullySelectNode }; enumerator in enum:WebCore::StyledMarkupAccumulator::RangeFullySelectsNode
315 if (rangeFullySelectsNode == DoesNotFullySelectNode && newInlineStyle->style())
609 // Since this node and all the other ancestors are not in the selection we want to set RangeFullySelectsNode to DoesNotFullySelectNode
611 accumulator.wrapWithNode(ancestor, convertBlocksToInlines, StyledMarkupAccumulator::DoesNotFullySelectNode);

Completed in 118 milliseconds