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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 95 bool isRepeatYSet() const { return m_repeatYSet; }
FillLayer.cpp 260 for (curr = this; curr && curr->isRepeatYSet(); curr = curr->next()) { }

Completed in 61 milliseconds