Searched refs:outlineColor (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformThemeChromiumGtk.h58 static SkColor outlineColor(const SkScalar hsv1[3], const SkScalar hsv2[3]);
H A DPlatformThemeChromiumGtk.cpp62 SkColor PlatformThemeChromiumGtk::outlineColor(const SkScalar hsv1[3], const SkScalar hsv2[3]) function in class:WebCore::PlatformThemeChromiumGtk
180 paint.setColor(outlineColor(trackHSV, thumbHSV));
/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp63 static const Color outlineColor(62, 86, 180, 228);
74 context.setStrokeColor(outlineColor, ColorSpaceDeviceRGB);
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMCSS.h204 - (NSString *)outlineColor;
205 - (void)setOutlineColor:(NSString *)outlineColor;
H A DDOMCSS.mm887 - (NSString *)outlineColor
892 - (void)setOutlineColor:(NSString *)outlineColor
894 [self setProperty:@"outline-color" value:outlineColor priority:@""];
/external/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.cpp372 setPropertyValue(CSSPropertyOutlineColor, new ApplyPropertyColorBase(&RenderStyle::outlineColor, &RenderStyle::color, &RenderStyle::setOutlineColor));
H A DCSSComputedStyleDeclaration.cpp1265 return m_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CSSPropertyOutlineColor).rgb()) : currentColorOrValidColor(style.get(), style->outlineColor());
H A DCSSStyleSelector.cpp5001 m_style->setOutlineColor(m_parentStyle->outlineColor().isValid() ? m_parentStyle->outlineColor() : m_parentStyle->color());
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp694 gPropertyWrappers->append(new PropertyWrapperMaybeInvalidColor(CSSPropertyOutlineColor, &RenderStyle::outlineColor, &RenderStyle::setOutlineColor));
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp1131 result = outlineColor();
H A DRenderStyle.h1360 const Color& outlineColor() const { return m_background->outline().color(); } function in class:WebCore::RenderStyle

Completed in 189 milliseconds