Home
last modified time | relevance | path

Searched refs:listRect (Results 1 – 3 of 3) 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()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCTableCombo.java279 Rectangle listRect = m_table.getBounds(); in handlePopupEvent() local
282 event.gc.drawRectangle(0, 0, listRect.width + 1, listRect.height + 1); in handlePopupEvent()