Home
last modified time | relevance | path

Searched refs:borderBottomColor (Results 1 – 6 of 6) 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/chromium_org/v8/test/mjsunit/regress/
Dregress-3252443.js34 document.getElementById(p1+''+p0).style.borderBottomColor = "";
40 document.getElementById(p1+''+i).style.borderBottomColor = "";
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1040 …olor(CSSPropertyBorderBottomColor, MaybeInvalidColor, &RenderStyle::borderBottomColor, &RenderStyl… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1362 result = visitedLink ? visitedLinkBorderBottomColor() : borderBottomColor(); in colorIncludingFallback()
DRenderStyle.h1748 Color borderBottomColor() const { return surround->border.bottom().color(); } in borderBottomColor() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1856 …SSPropertyBorderBottomColor).rgb()) : currentColorOrValidColor(*style, style->borderBottomColor()); in getPropertyCSSValue()