Home
last modified time | relevance | path

Searched refs:outlineColor (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
DPlatformThemeChromiumGtk.h58 static SkColor outlineColor(const SkScalar hsv1[3], const SkScalar hsv2[3]);
DPlatformThemeChromiumGtk.cpp62 SkColor PlatformThemeChromiumGtk::outlineColor(const SkScalar hsv1[3], const SkScalar hsv2[3]) in outlineColor() function in WebCore::PlatformThemeChromiumGtk
180 paint.setColor(outlineColor(trackHSV, thumbHSV)); in paintArrowButton()
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp63 static const Color outlineColor(62, 86, 180, 228); in drawOutlinedQuad() local
74 context.setStrokeColor(outlineColor, ColorSpaceDeviceRGB); in drawOutlinedQuad()
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h204 - (NSString *)outlineColor;
205 - (void)setOutlineColor:(NSString *)outlineColor;
DDOMCSS.mm887 - (NSString *)outlineColor
892 - (void)setOutlineColor:(NSString *)outlineColor
894 [self setProperty:@"outline-color" value:outlineColor priority:@""];
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp372 …setPropertyValue(CSSPropertyOutlineColor, new ApplyPropertyColorBase(&RenderStyle::outlineColor, &… in CSSStyleApplyProperty()
DCSSComputedStyleDeclaration.cpp1265 …lor(CSSPropertyOutlineColor).rgb()) : currentColorOrValidColor(style.get(), style->outlineColor()); in getPropertyCSSValue()
DCSSStyleSelector.cpp5001 …m_style->setOutlineColor(m_parentStyle->outlineColor().isValid() ? m_parentStyle->outlineColor() :… in applyProperty()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1131 result = outlineColor(); in colorIncludingFallback()
DRenderStyle.h1360 const Color& outlineColor() const { return m_background->outline().color(); } in outlineColor() function
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp694 …opertyWrapperMaybeInvalidColor(CSSPropertyOutlineColor, &RenderStyle::outlineColor, &RenderStyle::… in ensurePropertyMap()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-241252 (WebCore::InheritedFlags::outlineColor):
22799 (WebCore::InheritedFlags::outlineColor):
24180 (WebCore::InheritedFlags::outlineColor):
DChangeLog-2006-05-1028719 (khtml::RenderStyle::outlineColor):
DChangeLog-2010-12-06100675 (WebCore::PlatformThemeChromiumGtk::outlineColor): ditto.
113236 (WebCore::outlineColor): up the contrast
DChangeLog-2005-08-2331636 (khtml::RenderStyle::outlineColor):
DChangeLog-2010-01-2924364 (WebCore::outlineColor):