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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementStyleResources.cpp 41 PassRefPtr<StyleImage> ElementStyleResources::styleImage(const TextLinkColors& textLinkColors, CSSPropertyID property, CSSValue* value)
48 return generatedOrPendingFromValue(property, static_cast<CSSGradientValue*>(value)->gradientWithStylesResolved(textLinkColors).get());
StyleResolverState.h 99 return m_elementStyleResources.styleImage(document()->textLinkColors(), propertyId, value);
FilterOperationResolver.cpp 492 shadowColor = state.document()->textLinkColors().colorFromPrimitiveValue(item->color.get());
StyleBuilderCustom.cpp     [all...]
StyleResolver.cpp 673 document()->textLinkColors().setTextColor(state.style()->visitedDependentColor(CSSPropertyColor));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.cpp 103 document()->textLinkColors().resetLinkColor();
105 document()->textLinkColors().resetVisitedLinkColor();
107 document()->textLinkColors().resetActiveLinkColor();
112 document()->textLinkColors().setLinkColor(color);
114 document()->textLinkColors().setVisitedLinkColor(color);
116 document()->textLinkColors().setActiveLinkColor(color);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 32 #include "core/dom/TextLinkColors.h"
108 PassRefPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors)
131 result->m_stops[i].m_resolvedColor = textLinkColors.colorFromPrimitiveValue(result->m_stops[i].m_color.get());
    [all...]
CSSToStyleMap.cpp 61 return m_elementStyleResources.styleImage(m_state.document()->textLinkColors(), propertyId, value);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 42 #include "core/dom/TextLinkColors.h"
619 TextLinkColors& textLinkColors() { return m_textLinkColors; }
    [all...]

Completed in 121 milliseconds