Home | History | Annotate | Download | only in editing

Lines Matching defs:openTag

168     Vector<UChar> openTag;
169 append(openTag, isBlock ? divStyle : styleSpanOpen);
170 appendAttributeValue(openTag, style->cssText(), document->isHTMLDocument());
171 openTag.append('\"');
172 openTag.append('>');
173 m_reversedPrecedingMarkup.append(String::adopt(openTag));