OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextLinkColors
(Results
1 - 2
of
2
) 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
StyleColor
TextLinkColors
::colorFromPrimitiveValue(const CSSPrimitiveValue* value, bool forVisitedLink) const
TextLinkColors.h
39
class
TextLinkColors
{
40
WTF_MAKE_NONCOPYABLE(
TextLinkColors
);
42
TextLinkColors
();
Completed in 30 milliseconds