Home
last modified time | relevance | path

Searched refs:borderImageSource (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResourceLoader.cpp172 if (style->borderImageSource() && style->borderImageSource()->isPendingImage()) in loadPendingImages()
173 …e->setBorderImageSource(loadPendingImage(toStylePendingImage(style->borderImageSource()), elementS… in loadPendingImages()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp1288 StyleImage* borderImageSource = borderImage.image(); in paintBoxDecorations() local
1289 …bool hasBorderImage = borderImageSource && borderImageSource->canRender(renderer(), styleToUse->ef… in paintBoxDecorations()
1290 if (hasBorderImage && !borderImageSource->isLoaded()) in paintBoxDecorations()
DRenderBlock.cpp1302 appendImageIfNotNull(images, blockStyle->borderImageSource()); in updateStyleImageLoadingPriorities()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp277 return createFromStyleImage(style.borderImageSource()); in create()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp965 …yleImagePropertyWrapper(CSSPropertyBorderImageSource, &RenderStyle::borderImageSource, &RenderStyl… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1848 if (style->borderImageSource()) in getPropertyCSSValue()
1849 return style->borderImageSource()->cssValue(); in getPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h486 StyleImage* borderImageSource() const { return surround->border.image().image(); } in borderImageSource() function