Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp610 RefPtrWillBeRawPtr<EditingStyle> embeddingStyle = nullptr; in applyInlineStyle() local
629 embeddingStyle = styleWithoutEmbedding->extractAndRemoveTextDirection(); in applyInlineStyle()
632 removeInlineStyle(embeddingStyle.get(), embeddingRemoveStart, embeddingRemoveEnd); in applyInlineStyle()
669 if (!embeddingStyle) { in applyInlineStyle()
671 embeddingStyle = styleWithoutEmbedding->extractAndRemoveTextDirection(); in applyInlineStyle()
673 … fixRangeAndApplyInlineStyle(embeddingStyle.get(), embeddingApplyStart, embeddingApplyEnd); in applyInlineStyle()