Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp619 Position embeddingRemoveStart = removeStart; in applyInlineStyle() local
621 embeddingRemoveStart = positionInParentAfterNode(*startUnsplitAncestor); in applyInlineStyle()
631 if (comparePositions(embeddingRemoveStart, embeddingRemoveEnd) <= 0) in applyInlineStyle()
632 removeInlineStyle(embeddingStyle.get(), embeddingRemoveStart, embeddingRemoveEnd); in applyInlineStyle()