Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DFillLayer.h87 bool isAttachmentSet() const { return m_attachmentSet; } in isAttachmentSet() function
DFillLayer.cpp154 for (curr = this; curr && curr->isAttachmentSet(); curr = curr->next()) { } in fillUnsetProperties()
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp301 …&FillLayer::isAttachmentSet, &FillLayer::attachment, &FillLayer::setAttachment, &FillLayer::clearA… in CSSStyleApplyProperty()
332 …&FillLayer::isAttachmentSet, &FillLayer::attachment, &FillLayer::setAttachment, &FillLayer::clearA… in CSSStyleApplyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1028380 (WebCore::FillLayer::isAttachmentSet):