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

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

Completed in 255 milliseconds