Searched refs:textLinkColors (Results 1 – 11 of 11) 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 | 41 PassRefPtr<StyleImage> ElementStyleResources::styleImage(const TextLinkColors& textLinkColors, Colo… in styleImage() argument 48 …alue(property, toCSSGradientValue(value)->gradientWithStylesResolved(textLinkColors, currentColor)… in styleImage()
|
D | StyleResolverState.h | 110 …return m_elementStyleResources.styleImage(document().textLinkColors(), style()->color(), propertyI… in styleImage()
|
D | StyleBuilderConverter.cpp | 148 …color = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.style()… in convertShadow()
|
D | FilterOperationResolver.cpp | 485 …shadowColor = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.s… in createFilterOperations()
|
D | CSSToStyleMap.cpp | 57 …return m_elementStyleResources.styleImage(m_state.document().textLinkColors(), m_state.style()->co… in styleImage()
|
D | StyleBuilderCustom.cpp | 1229 …oCSSGradientValue(item)->gradientWithStylesResolved(state.document().textLinkColors(), state.style… in oldApplyProperty() 1490 …Color col = state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, state.style(… in oldApplyProperty()
|
D | StyleResolver.cpp | 730 document().textLinkColors().setTextColor(state.style()->color()); in styleForElement()
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | StyleBuilderFunctions.cpp.tmpl | 276 …{{ set_value(property) }}(state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue… 278 …state.style()->{{visited_link_setter}}(state.document().textLinkColors().colorFromPrimitiveValue(p…
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSGradientValue.cpp | 109 …> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color current… in gradientWithStylesResolved() argument 132 …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 | 594 TextLinkColors& textLinkColors() { return m_textLinkColors; } in textLinkColors() function
|