Home | History | Annotate | Download | only in editing

Lines Matching refs:styleText

555     String styleText = styleAtInsertionPos->cssText();
557 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) {
563 if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyleSpan.get())->getAttribute(styleAttr)) {