OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextLinkColors
(Results
1 - 13
of
13
) 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
44
#include "core/dom/
TextLinkColors
.h"
594
TextLinkColors
&
textLinkColors
() { return m_textLinkColors; }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementStyleResources.h
41
class
TextLinkColors
;
53
PassRefPtr<StyleImage> styleImage(const
TextLinkColors
&, Color currentColor, CSSPropertyID, CSSValue*);
ElementStyleResources.cpp
41
PassRefPtr<StyleImage> ElementStyleResources::styleImage(const
TextLinkColors
&
textLinkColors
, Color currentColor, CSSPropertyID property, CSSValue* value)
48
return generatedOrPendingFromValue(property, toCSSGradientValue(value)->gradientWithStylesResolved(
textLinkColors
, currentColor).get());
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h
38
class
TextLinkColors
;
89
PassRefPtr<CSSGradientValue> gradientWithStylesResolved(const
TextLinkColors
&, Color currentColor);
CSSGradientValue.cpp
33
#include "core/dom/
TextLinkColors
.h"
109
PassRefPtr<CSSGradientValue> CSSGradientValue::gradientWithStylesResolved(const
TextLinkColors
&
textLinkColors
, Color currentColor)
132
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
151
third_party/WebKit/Source/core/dom/
TextLinkColors
.cpp \
webcore_dom.target.darwin-mips.mk
151
third_party/WebKit/Source/core/dom/
TextLinkColors
.cpp \
webcore_dom.target.darwin-x86.mk
151
third_party/WebKit/Source/core/dom/
TextLinkColors
.cpp \
webcore_dom.target.linux-arm.mk
151
third_party/WebKit/Source/core/dom/
TextLinkColors
.cpp \
webcore_dom.target.linux-mips.mk
151
third_party/WebKit/Source/core/dom/
TextLinkColors
.cpp \
webcore_dom.target.linux-x86.mk
151
third_party/WebKit/Source/core/dom/
TextLinkColors
.cpp \
Completed in 632 milliseconds