Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp609 RefPtrWillBeRawPtr<EditingStyle> styleWithoutEmbedding = nullptr; in applyInlineStyle() local
628 styleWithoutEmbedding = style->copy(); in applyInlineStyle()
629 embeddingStyle = styleWithoutEmbedding->extractAndRemoveTextDirection(); in applyInlineStyle()
636 … removeInlineStyle(styleWithoutEmbedding ? styleWithoutEmbedding.get() : style, removeStart, end); in applyInlineStyle()
670 styleWithoutEmbedding = style->copy(); in applyInlineStyle()
671 embeddingStyle = styleWithoutEmbedding->extractAndRemoveTextDirection(); in applyInlineStyle()
675 styleToApply = styleWithoutEmbedding; in applyInlineStyle()