Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h80 LengthSize sizeLength() const { return m_sizeLength; } in sizeLength() function
DRenderStyle.h642 LengthSize backgroundSizeLength() const { return m_background->background().sizeLength(); } in backgroundSizeLength()
655 LengthSize maskSizeLength() const { return rareNonInheritedData->m_mask.sizeLength(); } in maskSizeLength()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp863 if (layer->sizeLength().width().isPercent() || layer->sizeLength().height().isPercent()) in mustRepaintFillLayers()
865 …if (img->isGeneratedImage() && (layer->sizeLength().width().isAuto() || layer->sizeLength().height… in mustRepaintFillLayers()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp716 …PropertyWrapper = new FillLayerPropertyWrapper<LengthSize>(&FillLayer::sizeLength, &FillLayer::set… in FillLayersPropertyWrapper()