HomeSort by relevance Sort by last modified time
    Searched refs:textLinkColors (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementStyleResources.cpp 40 PassRefPtr<StyleImage> ElementStyleResources::styleImage(Document& document, const TextLinkColors& textLinkColors, Color currentColor, CSSPropertyID property, CSSValue* value)
47 return generatedOrPendingFromValue(property, toCSSGradientValue(value)->gradientWithStylesResolved(textLinkColors, currentColor).get());
StyleResolverState.h 118 return m_elementStyleResources.styleImage(document(), document().textLinkColors(), style()->color(), propertyId, value);
FilterOperationResolver.cpp 192 shadowColor = state.document().textLinkColors().colorFromPrimitiveValue(item->color.get(), state.style()->color());
StyleBuilderConverter.cpp 84 return state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, state.style()->color(), forVisitedLink);
597 return state.document().textLinkColors().colorFromPrimitiveValue(primitiveValue, Color(), forVisitedLink);
CSSToStyleMap.cpp 52 return m_elementStyleResources.styleImage(m_state.document(), m_state.document().textLinkColors(), m_state.style()->color(), propertyId, value);
StyleBuilderCustom.cpp     [all...]
StyleResolver.cpp 638 document().textLinkColors().setTextColor(state.style()->color());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.cpp 97 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/
CSSGradientValue.cpp 34 #include "core/dom/TextLinkColors.h"
114 PassRefPtrWillBeRawPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color currentColor)
137 result->m_stops[i].m_resolvedColor = textLinkColors.colorFromPrimitiveValue(result->m_stops[i].m_color.get(), currentColor);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 43 #include "core/dom/TextLinkColors.h"
591 TextLinkColors& textLinkColors() { return m_textLinkColors; }
    [all...]

Completed in 403 milliseconds