Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderFileUploadControl.cpp217 int iconY = ty + borderTop() + paddingTop() + (contentHeight() - iconHeight) / 2; in paintObject() local
225 … m_fileChooser->icon()->paint(paintInfo.context, IntRect(iconX, iconY, iconWidth, iconHeight)); in paintObject()