Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.cpp1220 …efPtr<Node> CompositeEditCommand::splitTreeToNode(Node* start, Node* end, bool shouldSplitAncestor) in splitTreeToNode() argument
1227 if (shouldSplitAncestor && end->parentNode()) in splitTreeToNode()