HomeSort by relevance Sort by last modified time
    Searched refs:lastBackgroundLayer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 438 const FillLayer* lastBackgroundLayer = &style()->backgroundLayers();
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)
InlineFlowBox.cpp     [all...]

Completed in 92 milliseconds