Home
last modified time | relevance | path

Searched refs:textLinkColors (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLBodyElement.cpp97 document().textLinkColors().resetLinkColor(); in parseAttribute()
99 document().textLinkColors().resetVisitedLinkColor(); in parseAttribute()
101 document().textLinkColors().resetActiveLinkColor(); in parseAttribute()
106 document().textLinkColors().setLinkColor(color); in parseAttribute()
108 document().textLinkColors().setVisitedLinkColor(color); in parseAttribute()
110 document().textLinkColors().setActiveLinkColor(color); in parseAttribute()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DElementStyleResources.cpp40 …StyleResources::styleImage(Document& document, const TextLinkColors& textLinkColors, Color current… in styleImage() argument
47 …alue(property, toCSSGradientValue(value)->gradientWithStylesResolved(textLinkColors, currentColor)… in styleImage()
DStyleResolverState.h118 …return m_elementStyleResources.styleImage(document(), document().textLinkColors(), style()->color(… in styleImage()
DFilterOperationResolver.cpp192 …shadowColor = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.s… in createFilterOperations()
DStyleBuilderConverter.cpp84 …return state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, state.style()->co… in convertColor()
597 …return state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, Color(), forVisit… in convertStyleColor()
DCSSToStyleMap.cpp52 …return m_elementStyleResources.styleImage(m_state.document(), m_state.document().textLinkColors(),… in styleImage()
DStyleBuilderCustom.cpp936 …oCSSGradientValue(item)->gradientWithStylesResolved(state.document().textLinkColors(), state.style… in applyValueCSSPropertyContent()
DStyleResolver.cpp638 document().textLinkColors().setTextColor(state.style()->color()); in styleForElement()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.cpp114 …> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color current… in gradientWithStylesResolved() argument
137 …result->m_stops[i].m_resolvedColor = textLinkColors.colorFromPrimitiveValue(result->m_stops[i].m_c… in gradientWithStylesResolved()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h591 TextLinkColors& textLinkColors() { return m_textLinkColors; } in textLinkColors() function