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

/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleProperties.cpp781 int repeatXPropertyIndex = -1; local
804 repeatXPropertyIndex = n;
995 if (repeatXPropertyIndex != -1 && repeatYPropertyIndex != -1 && propertyAt(repeatXPropertyIndex).isImportant() == propertyAt(repeatYPropertyIndex).isImportant()) {
996 PropertyReference repeatXProperty = propertyAt(repeatXPropertyIndex);
1013 if (repeatXPropertyIndex != -1) {
1016 result.append(propertyAt(repeatXPropertyIndex).cssText());

Completed in 134 milliseconds