Searched refs:fontColor (Results 1 – 6 of 6) sorted by relevance
381 String fontColor = ""; in printDifferenceLine() local383 fontColor = "#006600"; // green in printDifferenceLine()386 fontColor = "#FF0000"; // red in printDifferenceLine()392 …stream.print("<td><FONT COLOR=\"" + fontColor + "\"><b>" + diffDisplayValue + percentage + "</b></… in printDifferenceLine()
164 String fontColor() { return m_applyFontColor; } in fontColor() function
1401 setNodeAttribute(fontContainer, colorAttr, styleChange.fontColor()); in addInlineStyleIfNeeded()1409 fontElement->setAttribute(colorAttr, styleChange.fontColor()); in addInlineStyleIfNeeded()
1611 COLORREF fontColor = RGB(color.red(), color.green(), color.blue()); in drawText() local1625 OwnPtr<HPEN> hPen(CreatePen(PS_DASH, 1, fontColor)); in drawText()1715 SetTextColor(m_data->m_dc, fontColor); in drawText()1730 SetTextColor(m_data->m_dc, fontColor); in drawText()
23590 (WebCore::StyleChange::fontColor):
23370 (khtml::StyleChange::fontColor)