Searched defs:lastBackgroundLayer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp438 const FillLayer* lastBackgroundLayer = &style()->backgroundLayers(); local
439 for (const FillLayer* next = lastBackgroundLayer->next(); next; next = lastBackgroundLayer->next())
440 lastBackgroundLayer = next;
442 if (lastBackgroundLayer->clip() != BorderFillBox)
445 if (lastBackgroundLayer->image() && style()->hasBorderRadius())
448 if (inlineFlowBox && !inlineFlowBox->boxShadowCanBeAppliedToBackground(*lastBackgroundLayer))
451 if (hasOverflowClip() && lastBackgroundLayer->attachment() == LocalBackgroundAttachment)

Completed in 123 milliseconds