Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp385 IntRect rowRect = getRowBounds(rowIndex); in paintRow() local
386 if (!rowRect.intersects(rect)) in paintRow()
418 gc->fillRect(rowRect, Color::white); in paintRow()
420 gc->fillRect(rowRect, backColor); in paintRow()
424 rowRect.x() + separatorPadding, in paintRow()
425 rowRect.y() + (rowRect.height() - separatorHeight) / 2, in paintRow()
426 rowRect.width() - 2 * separatorPadding, separatorHeight); in paintRow()
445 maxWidth = rowRect.width() - max<int>(0, m_popupClient->clientPaddingRight()); in paintRow()
448 maxWidth = rowRect.width() - textX; in paintRow()
461 …int textY = rowRect.y() + itemFont.fontMetrics().ascent() + (rowRect.height() - itemFont.fontMetri… in paintRow()
[all …]