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

  /external/webkit/WebCore/rendering/style/
FillLayer.cpp 220 for (curr = this; curr && curr->isRepeatYSet(); curr = curr->next()) { }
253 !next->isRepeatXSet() && !next->isRepeatYSet()
FillLayer.h 89 bool isRepeatYSet() const { return m_repeatYSet; }

Completed in 32 milliseconds