Searched refs:styleWithoutEmbedding (Results 1 – 1 of 1) sorted by relevance
609 RefPtrWillBeRawPtr<EditingStyle> styleWithoutEmbedding = nullptr; in applyInlineStyle() local628 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()