Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp99 IntRect itemRect(0, y, backingStoreWidth, data.m_itemHeight); in setUpPlatformData() local
103 … notSelectedBackingStoreContext->fillRect(itemRect, optionBackgroundColor, ColorSpaceDeviceRGB); in setUpPlatformData()
104 … selectedBackingStoreContext->fillRect(itemRect, activeOptionBackgroundColor, ColorSpaceDeviceRGB); in setUpPlatformData()
108 …IntRect separatorRect(itemRect.x() + separatorPadding, itemRect.y() + (itemRect.height() - separat… in setUpPlatformData()
136 textX += itemStyle.textIndent().calcMinValue(itemRect.width()); in setUpPlatformData()
137 …int textY = itemRect.y() + itemFont.fontMetrics().ascent() + (itemRect.height() - itemFont.fontMet… in setUpPlatformData()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp618 … IntRect itemRect(0, (index - m_scrollOffset) * m_itemHeight, damageRect.width(), m_itemHeight); in paint() local
622 context.fillRect(itemRect, optionBackgroundColor, ColorSpaceDeviceRGB); in paint()
625 …IntRect separatorRect(itemRect.x() + separatorPadding, itemRect.y() + (itemRect.height() - separat… in paint()
650 textX += itemStyle.textIndent().calcMinValue(itemRect.width()); in paint()
651 …int textY = itemRect.y() + itemFont.fontMetrics().ascent() + (itemRect.height() - itemFont.fontMet… in paint()
/external/webkit/Tools/QtTestBrowser/
Dwebview.cpp116 …QRectF itemRect(graphicsWebView()->geometry().topLeft(), graphicsWebView()->page()->mainFrame()->c… in setResizesToContents() local
117 graphicsWebView()->setGeometry(itemRect); in setResizesToContents()
118 scene()->setSceneRect(itemRect); in setResizesToContents()
/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp428 IntRect itemRect = itemBoundingBoxRect(tx, ty, listIndex); in paintItemBackground() local
429 itemRect.intersect(controlClipRect(tx, ty)); in paintItemBackground()
430 paintInfo.context->fillRect(itemRect, backColor, colorSpace); in paintItemBackground()