Home | History | Annotate | Download | only in views

Lines Matching refs:countRows

31 	virtual int	countRows()
46 (void)this->countRows();
166 virtual int countRows()
268 index = fSource->countRows() - 1;
283 index = SkMin32(index + 1, fSource->countRows() - 1);
300 if ((unsigned)fCurrIndex < (unsigned)fSource->countRows())
310 SkASSERT((unsigned)fScrollIndex < (unsigned)fSource->countRows());
360 int visibleCount = SkMin32(fVisibleRowCount, fSource->countRows() - fScrollIndex);
613 index = fSource->countRows() - 1;
628 index = SkMin32(index + 1, fSource->countRows() - 1);
653 if ((unsigned)fCurrIndex < (unsigned)fSource->countRows())
663 SkASSERT((unsigned)fScrollIndex < (unsigned)fSource->countRows());
747 int visibleCount = SkMin32(fVisibleRowCount, fSource->countRows() - fScrollIndex);
756 for (int i = 0; i < fSource->countRows(); i++)