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

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

Completed in 131 milliseconds