Searched refs:textLinkColors (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLBodyElement.cpp | 97 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/ |
D | ElementStyleResources.cpp | 40 …StyleResources::styleImage(Document& document, const TextLinkColors& textLinkColors, Color current… in styleImage() argument 47 …alue(property, toCSSGradientValue(value)->gradientWithStylesResolved(textLinkColors, currentColor)… in styleImage()
|
D | StyleResolverState.h | 118 …return m_elementStyleResources.styleImage(document(), document().textLinkColors(), style()->color(… in styleImage()
|
D | FilterOperationResolver.cpp | 192 …shadowColor = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.s… in createFilterOperations()
|
D | StyleBuilderConverter.cpp | 84 …return state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, state.style()->co… in convertColor() 597 …return state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, Color(), forVisit… in convertStyleColor()
|
D | CSSToStyleMap.cpp | 52 …return m_elementStyleResources.styleImage(m_state.document(), m_state.document().textLinkColors(),… in styleImage()
|
D | StyleBuilderCustom.cpp | 936 …oCSSGradientValue(item)->gradientWithStylesResolved(state.document().textLinkColors(), state.style… in applyValueCSSPropertyContent()
|
D | StyleResolver.cpp | 638 document().textLinkColors().setTextColor(state.style()->color()); in styleForElement()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSGradientValue.cpp | 114 …> 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/ |
D | Document.h | 591 TextLinkColors& textLinkColors() { return m_textLinkColors; } in textLinkColors() function
|