Home
last modified time | relevance | path

Searched refs:borderLeftColor (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h92 - (NSString *)borderLeftColor;
93 - (void)setBorderLeftColor:(NSString *)borderLeftColor;
DDOMCSS.mm317 - (NSString *)borderLeftColor
322 - (void)setBorderLeftColor:(NSString *)borderLeftColor
324 [self setProperty:@"border-left-color" value:borderLeftColor priority:@""];
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp363 …CSSPropertyBorderLeftColor, new ApplyPropertyColorBase(&RenderStyle::borderLeftColor, &RenderStyle… in CSSStyleApplyProperty()
DCSSStyleSelector.cpp4819 …m_style->setBorderLeftColor(m_parentStyle->borderLeftColor().isValid() ? m_parentStyle->borderLeft… in applyProperty()
4889 …m_style->setBorderLeftColor(m_parentStyle->borderLeftColor().isValid() ? m_parentStyle->borderLeft… in applyProperty()
DCSSComputedStyleDeclaration.cpp998 …SPropertyBorderLeftColor).rgb()) : currentColorOrValidColor(style.get(), style->borderLeftColor()); in getPropertyCSSValue()
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp361 Color col = o.style()->borderLeftColor(); in writeRenderObject()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1112 result = borderLeftColor(); in colorIncludingFallback()
DRenderStyle.h1353 const Color& borderLeftColor() const { return surround->border.left().color(); } in borderLeftColor() function
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp690 …tyWrapperMaybeInvalidColor(CSSPropertyBorderLeftColor, &RenderStyle::borderLeftColor, &RenderStyle… in ensurePropertyMap()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1015986 (khtml::RenderStyle::borderLeftColor):
28715 (khtml::RenderStyle::borderLeftColor):
DChangeLog-2010-05-241245 (WebCore::InheritedFlags::borderLeftColor):
24167 (WebCore::InheritedFlags::borderLeftColor):