Searched defs:textLinkColors (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DElementStyleResources.cpp40 PassRefPtr<StyleImage> ElementStyleResources::styleImage(Document& document, const TextLinkColors& textLinkColors, Color currentColor, CSSPropertyID property, CSSValue* value) argument
47 return generatedOrPendingFromValue(property, toCSSGradientValue(value)->gradientWithStylesResolved(textLinkColors, currentColor).get());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp113 PassRefPtrWillBeRawPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color currentColor) argument
136 result->m_stops[i].m_resolvedColor = textLinkColors.colorFromPrimitiveValue(result->m_stops[i].m_color.get(), currentColor);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h616 TextLinkColors& textLinkColors() { return m_textLinkColors; } function in class:WebCore::Document

Completed in 135 milliseconds