Searched refs:textLinkColors (Results 1 - 10 of 10) 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());
H A DStyleResolverState.h118 return m_elementStyleResources.styleImage(document(), document().textLinkColors(), style()->color(), propertyId, value);
H A DFilterOperationResolver.cpp192 shadowColor = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.style()->color());
H A DStyleBuilderConverter.cpp84 return state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, state.style()->color(), forVisitedLink);
597 return state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, Color(), forVisitedLink);
H A DCSSToStyleMap.cpp52 return m_elementStyleResources.styleImage(m_state.document(), m_state.document().textLinkColors(), m_state.style()->color(), propertyId, value);
H A DStyleBuilderCustom.cpp936 state.style()->setContent(StyleGeneratedImage::create(toCSSGradientValue(item)->gradientWithStylesResolved(state.document().textLinkColors(), state.style()->color()).get()), didSet);
H A DStyleResolver.cpp638 document().textLinkColors().setTextColor(state.style()->color());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBodyElement.cpp97 document().textLinkColors().resetLinkColor();
99 document().textLinkColors().resetVisitedLinkColor();
101 document().textLinkColors().resetActiveLinkColor();
106 document().textLinkColors().setLinkColor(color);
108 document().textLinkColors().setVisitedLinkColor(color);
110 document().textLinkColors().setActiveLinkColor(color);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp114 PassRefPtrWillBeRawPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color currentColor) argument
137 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.h591 TextLinkColors& textLinkColors() { return m_textLinkColors; } function in class:blink::Document

Completed in 1154 milliseconds