Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.h55 const AtomicString& fgColor() const;
DHTMLDocument.idl53 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString fgColor;
DHTMLDocument.cpp170 const AtomicString& HTMLDocument::fgColor() const in fgColor() function in WebCore::HTMLDocument
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestThemeControlWin.cpp56 const SkColor fgColor = SK_ColorBLACK; variable
114 , m_fgColor(fgColor) in WebTestThemeControlWin()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1037 static Color colorFromSVGColorCSSValue(SVGColor* svgColor, const Color& fgColor) in colorFromSVGColorCSSValue() argument
1041 color = fgColor; in colorFromSVGColorCSSValue()