Home
last modified time | relevance | path

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

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DScenarioData.java381 String fontColor = ""; in printDifferenceLine() local
383 fontColor = "#006600"; // green in printDifferenceLine()
386 fontColor = "#FF0000"; // red in printDifferenceLine()
392 …stream.print("<td><FONT COLOR=\"" + fontColor + "\"><b>" + diffDisplayValue + percentage + "</b></… in printDifferenceLine()
/external/webkit/Source/WebCore/editing/
DEditingStyle.h164 String fontColor() { return m_applyFontColor; } in fontColor() function
DApplyStyleCommand.cpp1401 setNodeAttribute(fontContainer, colorAttr, styleChange.fontColor()); in addInlineStyleIfNeeded()
1409 fontElement->setAttribute(colorAttr, styleChange.fontColor()); in addInlineStyleIfNeeded()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1611 COLORREF fontColor = RGB(color.red(), color.green(), color.blue()); in drawText() local
1625 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()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2323370 (khtml::StyleChange::fontColor)
DChangeLog23590 (WebCore::StyleChange::fontColor):