Home
last modified time | relevance | path

Searched refs:borderBottomColor (Results 1 – 12 of 12) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-3252443.js34 document.getElementById(p1+''+p0).style.borderBottomColor = "";
40 document.getElementById(p1+''+i).style.borderBottomColor = "";
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h90 - (NSString *)borderBottomColor;
91 - (void)setBorderBottomColor:(NSString *)borderBottomColor;
DDOMCSS.mm307 - (NSString *)borderBottomColor
312 - (void)setBorderBottomColor:(NSString *)borderBottomColor
314 [self setProperty:@"border-bottom-color" value:borderBottomColor priority:@""];
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp362 …PropertyBorderBottomColor, new ApplyPropertyColorBase(&RenderStyle::borderBottomColor, &RenderStyl… in CSSStyleApplyProperty()
DCSSStyleSelector.cpp4818 …_style->setBorderBottomColor(m_parentStyle->borderBottomColor().isValid() ? m_parentStyle->borderB… in applyProperty()
4880 …_style->setBorderBottomColor(m_parentStyle->borderBottomColor().isValid() ? m_parentStyle->borderB… in applyProperty()
DCSSComputedStyleDeclaration.cpp996 …pertyBorderBottomColor).rgb()) : currentColorOrValidColor(style.get(), style->borderBottomColor()); in getPropertyCSSValue()
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp347 Color col = o.style()->borderBottomColor(); in writeRenderObject()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1124 result = borderBottomColor(); in colorIncludingFallback()
DRenderStyle.h1356 const Color& borderBottomColor() const { return surround->border.bottom().color(); } in borderBottomColor() function
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp693 …rapperMaybeInvalidColor(CSSPropertyBorderBottomColor, &RenderStyle::borderBottomColor, &RenderStyl… in ensurePropertyMap()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1015992 (khtml::RenderStyle::borderBottomColor):
28718 (khtml::RenderStyle::borderBottomColor):
DChangeLog-2010-05-241248 (WebCore::InheritedFlags::borderBottomColor):
24176 (WebCore::InheritedFlags::borderBottomColor):