Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h183 …static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; } in initialFillAttachment() function
DFillLayer.cpp51 , m_attachment(FillLayer::initialFillAttachment(type)) in FillLayer()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp58 layer->setAttachment(FillLayer::initialFillAttachment(layer->type())); in mapFillAttachment()