Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp557 RefPtrWillBeRawPtr<ContainerNode> endDummySpanAncestor = nullptr; in applyInlineStyle() local
598 endDummySpanAncestor = dummySpanAncestorForNode(end.deprecatedNode()); in applyInlineStyle()
683 if (endDummySpanAncestor != startDummySpanAncestor) in applyInlineStyle()
684 cleanupUnstyledAppleStyleSpans(endDummySpanAncestor.get()); in applyInlineStyle()