Searched refs:listRect (Results 1 – 2 of 2) sorted by relevance
601 IntRect listRect = damageRect; in paint() local602 listRect.move(IntSize(0, m_scrollOffset * m_itemHeight)); in paint()604 for (int y = listRect.y(); y < listRect.maxY(); y += m_itemHeight) { in paint()704 IntRect listRect = clientRect(); in scrollTo() local706 listRect.setWidth(listRect.width() - m_scrollbar->frameRect().width()); in scrollTo()707 RECT r = listRect; in scrollTo()
493 IntRect listRect = clientRect(); in scrollTo() local495 listRect.setWidth(listRect.width() - m_scrollbar->frameRect().width()); in scrollTo()496 RECT r = listRect; in scrollTo()