Home
last modified time | relevance | path

Searched refs:borderImageOutset (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp273 return createFromBorderImageLengthBox(style.borderImageOutset(), style); in create()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp968 … BorderImageLengthBox&>(CSSPropertyBorderImageOutset, &RenderStyle::borderImageOutset, &RenderStyl… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h489 …const BorderImageLengthBox& borderImageOutset() const { return surround->border.image().outset(); } in borderImageOutset() function