Searched defs:TextLinkColors (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTextLinkColors.cpp29 #include "core/dom/TextLinkColors.h"
37 TextLinkColors::TextLinkColors() function in class:blink::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
H A DTextLinkColors.h38 class TextLinkColors { class in namespace:blink
39 WTF_MAKE_NONCOPYABLE(TextLinkColors);
41 TextLinkColors();

Completed in 500 milliseconds