Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp275 return createFromLengthBox(style.borderImageSlices(), style); in create()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp966 …opertyWrapper<LengthBox>(CSSPropertyBorderImageSlice, &RenderStyle::borderImageSlices, &RenderStyl… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h487 LengthBox borderImageSlices() const { return surround->border.image().imageSlices(); } in borderImageSlices() function