Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp1441 HTMLFontElement* fontContainer = 0; in applyInlineStyleChange() local
1445 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()