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

/external/webkit/Source/WebCore/rendering/
H A DRenderFileUploadControl.cpp256 int iconY = ty + borderTop() + paddingTop() + (contentHeight() - iconHeight) / 2; local
264 m_fileChooser->icon()->paint(paintInfo.context, IntRect(iconX, iconY, iconWidth, iconHeight));

Completed in 56 milliseconds