Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp1289 …bool hasBorderImage = borderImageSource && borderImageSource->canRender(renderer(), styleToUse->ef… in paintBoxDecorations() local
1290 if (hasBorderImage && !borderImageSource->isLoaded()) in paintBoxDecorations()
1295 if (!hasBorderImage || (!prevLineBox() && !nextLineBox())) in paintBoxDecorations()