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 97 bool isRepeatYSet() const { return m_repeatYSet; }
FillLayer.cpp 270 for (curr = this; curr && curr->isRepeatYSet(); curr = curr->next()) { }

Completed in 73 milliseconds