Home | History | Annotate | Download | only in css

Lines Matching refs:nextValue

362                     RefPtr<CSSValue> nextValue = values[j + 1];
363 if (nextValue->isValueList())
364 yValue = static_cast<CSSValueList*>(nextValue.get())->itemWithoutBoundsCheck(i);
366 yValue = nextValue;