Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp339 …mOffsetForAlignment(TextRun textRun, RenderStyle* itemStyle, Font itemFont, IntRect itemBoudingBox) in itemOffsetForAlignment() argument
349 offset.setWidth(itemBoudingBox.width() - textWidth - optionsSpacingHorizontal); in itemOffsetForAlignment()
352 offset.setWidth((itemBoudingBox.width() - textWidth) / 2); in itemOffsetForAlignment()