Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp662 …HTMLElement* embeddingEndElement = highestEmbeddingAncestor(end.deprecatedNode(), enclosingBlock(e… in applyInlineStyle() local
664 if (embeddingStartElement || embeddingEndElement) { in applyInlineStyle()
666 …Position embeddingApplyEnd = embeddingEndElement ? positionInParentBeforeNode(*embeddingEndElement in applyInlineStyle()