HomeSort by relevance Sort by last modified time
    Searched refs:calcMinValue (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 143 path.moveTo(FloatPoint(m_coords[0].calcMinValue(width), m_coords[1].calcMinValue(height)));
145 path.addLineTo(FloatPoint(m_coords[i * 2].calcMinValue(width), m_coords[i * 2 + 1].calcMinValue(height)));
152 int r = min(radius.calcMinValue(width), radius.calcMinValue(height));
153 path.addEllipse(FloatRect(m_coords[0].calcMinValue(width) - r, m_coords[1].calcMinValue(height) - r, 2 * r, 2 * r));
158 int x0 = m_coords[0].calcMinValue(width);
159 int y0 = m_coords[1].calcMinValue(height)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderScrollbarPart.cpp 86 return l.calcMinValue(containingLength);
100 m_marginLeft = style()->marginLeft().calcMinValue(visibleSize);
101 m_marginRight = style()->marginRight().calcMinValue(visibleSize);
115 m_marginTop = style()->marginTop().calcMinValue(visibleSize);
116 m_marginBottom = style()->marginBottom().calcMinValue(visibleSize);
RenderSlider.cpp 112 thumbRect.setWidth(thumb->style()->width().calcMinValue(contentWidth()));
113 thumbRect.setHeight(thumb->style()->height().calcMinValue(contentHeight()));
144 baseSize.expand(thumb->style()->width().calcMinValue(0), thumb->style()->height().calcMinValue(0));
RenderText.h 102 virtual int marginLeft() const { return style()->marginLeft().calcMinValue(0); }
103 virtual int marginRight() const { return style()->marginRight().calcMinValue(0); }
RenderBoxModelObject.cpp 496 return padding.calcMinValue(w);
505 return padding.calcMinValue(w);
514 return padding.calcMinValue(w);
523 return padding.calcMinValue(w);
532 return padding.calcMinValue(w);
541 return padding.calcMinValue(w);
550 return padding.calcMinValue(w);
559 return padding.calcMinValue(w);
    [all...]
RenderBox.cpp     [all...]
RenderTable.cpp 237 setLogicalWidth(style()->logicalWidth().calcMinValue(containerWidthInInlineDirection));
267 setMarginStart(style()->marginStart().calcMinValue(availableLogicalWidth));
268 setMarginEnd(style()->marginEnd().calcMinValue(availableLogicalWidth));
    [all...]
RenderMenuList.cpp 155 optionWidth += optionStyle->textIndent().calcMinValue(0);
RenderTableSection.cpp 342 height += m_grid[r].logicalHeight.calcMinValue(0) + (m_grid[r].rowRenderer ? spacing : 0);
361 int ch = m_grid[r].logicalHeight.calcMinValue(0);
    [all...]
AutoTableLayout.cpp 543 int cellLogicalWidth = max(m_layoutStruct[i].effectiveMinLogicalWidth, logicalWidth.calcMinValue(tableLogicalWidth));
    [all...]
RenderBlock.cpp     [all...]
RenderInline.cpp 659 return margin.calcMinValue(max(0, renderer->containingBlock()->availableLogicalWidth()));
    [all...]
  /external/webkit/Source/WebCore/platform/
Length.h 124 return calcMinValue(maxValue, roundPercentages);
132 int calcMinValue(int maxValue, bool roundPercentages = false) const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 136 textX += itemStyle.textIndent().calcMinValue(itemRect.width());
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 650 textX += itemStyle.textIndent().calcMinValue(itemRect.width());
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 506 return lh.calcMinValue(fontSize());
    [all...]

Completed in 418 milliseconds