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

/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleProperties.cpp782 int repeatYPropertyIndex = -1; local
807 repeatYPropertyIndex = n;
995 if (repeatXPropertyIndex != -1 && repeatYPropertyIndex != -1 && propertyAt(repeatXPropertyIndex).isImportant() == propertyAt(repeatYPropertyIndex).isImportant()) {
997 PropertyReference repeatYProperty = propertyAt(repeatYPropertyIndex);
1018 if (repeatYPropertyIndex != -1) {
1021 result.append(propertyAt(repeatYPropertyIndex).cssText());

Completed in 134 milliseconds