Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp665 …Position embeddingApplyStart = embeddingStartElement ? positionInParentAfterNode(*embeddingStartEl… in applyInlineStyle() local
667 ASSERT(embeddingApplyStart.isNotNull() && embeddingApplyEnd.isNotNull()); in applyInlineStyle()
673 … fixRangeAndApplyInlineStyle(embeddingStyle.get(), embeddingApplyStart, embeddingApplyEnd); in applyInlineStyle()