Home | History | Annotate | Download | only in inspector

Lines Matching refs:nextData

1119     CSSPropertySourceData* nextData = &(propertyData.at(0));
1121 CSSPropertySourceData* currentData = nextData;
1122 nextData = i < size - 1 ? &(propertyData.at(i + 1)) : 0;
1130 if (!nextData)
1133 propertyEndInStyleSheet = styleStart + nextData->range.start - 1;