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

  /external/webkit/WebCore/rendering/style/
FillLayer.h 85 bool isAttachmentSet() const { return m_attachmentSet; }
96 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; }
109 void clearAttachment() { m_attachmentSet = false; }
183 bool m_attachmentSet : 1;
FillLayer.cpp 40 , m_attachmentSet(false)
66 , m_attachmentSet(o.m_attachmentSet)
104 m_attachmentSet = o.m_attachmentSet;

Completed in 450 milliseconds