Searched refs:isAttachmentSet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DFillLayer.h99 bool isAttachmentSet() const { return m_attachmentSet; } function in class:blink::FillLayer
H A DFillLayer.cpp206 for (curr = this; curr && curr->isAttachmentSet(); curr = curr->next()) { }

Completed in 69 milliseconds