Home
last modified time | relevance | path

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

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