Home
last modified time | relevance | path

Searched refs:TextLinkColors (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTextLinkColors.cpp37 TextLinkColors::TextLinkColors() in TextLinkColors() function in WebCore::TextLinkColors
45 void TextLinkColors::resetLinkColor() in resetLinkColor()
50 void TextLinkColors::resetVisitedLinkColor() in resetVisitedLinkColor()
55 void TextLinkColors::resetActiveLinkColor() in resetActiveLinkColor()
97 Color TextLinkColors::colorFromPrimitiveValue(const CSSPrimitiveValue* value, Color currentColor, b… in colorFromPrimitiveValue()
DTextLinkColors.h39 class TextLinkColors {
40 WTF_MAKE_NONCOPYABLE(TextLinkColors);
42 TextLinkColors();
DDocument.h594 TextLinkColors& textLinkColors() { return m_textLinkColors; } in textLinkColors()
1170 TextLinkColors m_textLinkColors;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DElementStyleResources.h41 class TextLinkColors; variable
53 …PassRefPtr<StyleImage> styleImage(const TextLinkColors&, Color currentColor, CSSPropertyID, CSSVal…
DElementStyleResources.cpp41 PassRefPtr<StyleImage> ElementStyleResources::styleImage(const TextLinkColors& textLinkColors, Colo… in styleImage()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.h38 class TextLinkColors; variable
89 …PassRefPtr<CSSGradientValue> gradientWithStylesResolved(const TextLinkColors&, Color currentColor);
DCSSGradientValue.cpp109 PassRefPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const TextLinkColors& tex… in gradientWithStylesResolved()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.linux-x86.mk151 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
Dwebcore_dom.target.darwin-x86.mk151 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
Dwebcore_dom.target.linux-mips.mk151 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
Dwebcore_dom.target.darwin-mips.mk151 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
Dwebcore_dom.target.darwin-arm.mk151 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
Dwebcore_dom.target.linux-arm.mk151 third_party/WebKit/Source/core/dom/TextLinkColors.cpp \
Dcore.gypi2066 'dom/TextLinkColors.cpp',
2067 'dom/TextLinkColors.h',