Home
last modified time | relevance | path

Searched defs:remainingWidth (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DFixedTableLayout.cpp288 …int remainingWidth = tableLogicalWidth - totalFixedWidth - totalPercentWidth - hspacing * (autoSpa… in layout() local
311 int remainingWidth = tableLogicalWidth - totalWidth; in layout() local
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp976 int remainingWidth = rowRect.width() - rightPadding; in paintRow() local