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

/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleProperties.cpp780 int positionYPropertyIndex = -1; local
801 positionYPropertyIndex = n;
964 if (positionXPropertyIndex != -1 && positionYPropertyIndex != -1 && propertyAt(positionXPropertyIndex).isImportant() == propertyAt(positionYPropertyIndex).isImportant()) {
966 PropertyReference positionYProperty = propertyAt(positionYPropertyIndex);
987 if (positionYPropertyIndex != -1) {
990 result.append(propertyAt(positionYPropertyIndex).cssText());

Completed in 124 milliseconds