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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TextLinkColors.cpp 29 #include "core/dom/TextLinkColors.h"
37 TextLinkColors::TextLinkColors()
45 void TextLinkColors::resetLinkColor()
50 void TextLinkColors::resetVisitedLinkColor()
55 void TextLinkColors::resetActiveLinkColor()
97 Color TextLinkColors::colorFromPrimitiveValue(const CSSPrimitiveValue* value, Color currentColor, bool forVisitedLink) const
TextLinkColors.h 39 class TextLinkColors {
40 WTF_MAKE_NONCOPYABLE(TextLinkColors);
42 TextLinkColors();
Document.h 45 #include "core/dom/TextLinkColors.h"
616 TextLinkColors& textLinkColors() { return m_textLinkColors; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementStyleResources.h 42 class TextLinkColors;
55 PassRefPtr<StyleImage> styleImage(Document&, const TextLinkColors&, Color currentColor, CSSPropertyID, CSSValue*);
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());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 38 class TextLinkColors;
107 PassRefPtrWillBeRawPtr<CSSGradientValue> gradientWithStylesResolved(const TextLinkColors&, Color currentColor);
CSSGradientValue.cpp 33 #include "core/dom/TextLinkColors.h"
113 PassRefPtrWillBeRawPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& textLinkColors, Color currentColor)
136 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/
webcore_dom.target.darwin-arm.mk 134 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
webcore_dom.target.darwin-arm64.mk 134 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
webcore_dom.target.darwin-mips.mk 134 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
webcore_dom.target.darwin-x86.mk 134 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
webcore_dom.target.darwin-x86_64.mk 134 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
webcore_dom.target.linux-arm.mk 134 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
webcore_dom.target.linux-arm64.mk 134 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
webcore_dom.target.linux-mips.mk 134 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
webcore_dom.target.linux-x86.mk 134 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
webcore_dom.target.linux-x86_64.mk 134 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \

Completed in 442 milliseconds