Home
last modified time | relevance | path

Searched refs:listRect (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp601 IntRect listRect = damageRect; in paint() local
602 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() local
706 listRect.setWidth(listRect.width() - m_scrollbar->frameRect().width()); in scrollTo()
707 RECT r = listRect; in scrollTo()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp493 IntRect listRect = clientRect(); in scrollTo() local
495 listRect.setWidth(listRect.width() - m_scrollbar->frameRect().width()); in scrollTo()
496 RECT r = listRect; in scrollTo()