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.cpp407 IntRect rowRect = getRowBounds(rowIndex); in paintRow() local
408 if (!rowRect.intersects(rect)) in paintRow()
439 gc->fillRect(rowRect, Color::white); in paintRow()
441 gc->fillRect(rowRect, backColor); in paintRow()
445 rowRect.x() + separatorPadding, in paintRow()
446 rowRect.y() + (rowRect.height() - separatorHeight) / 2, in paintRow()
447 rowRect.width() - 2 * separatorPadding, separatorHeight); in paintRow()
466 maxWidth = rowRect.width() - max<int>(0, m_popupClient->clientPaddingRight()); in paintRow()
469 maxWidth = rowRect.width() - textX; in paintRow()
482 …int textY = rowRect.y() + itemFont.fontMetrics().ascent() + (rowRect.height() - itemFont.fontMetri… in paintRow()
[all …]