Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp923 HTMLElement* startUnsplitAncestor = 0; in applyInlineStyle() local
934 startUnsplitAncestor = splitAncestorsWithUnicodeBidi(start.node(), true, allowedDirection); in applyInlineStyle()
936 removeEmbeddingUpToEnclosingBlock(start.node(), startUnsplitAncestor); in applyInlineStyle()
950 if (startUnsplitAncestor && nodeFullySelected(startUnsplitAncestor, removeStart, end)) in applyInlineStyle()
951 embeddingRemoveStart = positionInParentAfterNode(startUnsplitAncestor); in applyInlineStyle()