Searched refs:setAttachment (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSToStyleMap.cpp67 layer->setAttachment(FillLayer::initialFillAttachment(layer->type()));
77 layer->setAttachment(FixedBackgroundAttachment);
80 layer->setAttachment(ScrollBackgroundAttachment);
83 layer->setAttachment(LocalBackgroundAttachment);
H A DDeprecatedStyleBuilder.cpp2090 setPropertyHandler(CSSPropertyBackgroundAttachment, ApplyPropertyFillLayer<EFillAttachment, CSSPropertyBackgroundAttachment, BackgroundFillLayer, &RenderStyle::accessBackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isAttachmentSet, &FillLayer::attachment, &FillLayer::setAttachment, &FillLayer::clearAttachment, &FillLayer::initialFillAttachment, &CSSToStyleMap::mapFillAttachment>::createHandler());
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DFillLayer.h105 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; } function in class:WebCore::FillLayer
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInjectedScriptCanvasModuleSource.js357 setAttachment: function(name, attachment) method in class:Call
2352 call.setAttachment("canvas2dAttributesState", this._currentAttributesState());
2364 this._calls[lastIndexOfSave].setAttachment("canvas2dAttributesState", null); // No longer needed, free memory.

Completed in 464 milliseconds