Searched refs:fontContainer (Results 1 – 1 of 1) sorted by relevance
1441 HTMLFontElement* fontContainer = 0; in applyInlineStyleChange() local1445 fontContainer = toHTMLFontElement(container); in applyInlineStyleChange()1460 if (fontContainer) { in applyInlineStyleChange()1462 setNodeAttribute(fontContainer, colorAttr, AtomicString(styleChange.fontColor())); in applyInlineStyleChange()1464 setNodeAttribute(fontContainer, faceAttr, AtomicString(styleChange.fontFace())); in applyInlineStyleChange()1466 setNodeAttribute(fontContainer, sizeAttr, AtomicString(styleChange.fontSize())); in applyInlineStyleChange()