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

  /external/webkit/WebCore/rendering/
RenderBox.cpp 379 return style()->boxReflect()->offset().calcValue(borderBoxRect().width());
380 return style()->boxReflect()->offset().calcValue(borderBoxRect().height());
    [all...]
RenderListItem.h 67 inline int calcValue() const;
RenderBoxModelObject.cpp 319 return -style()->right().calcValue(cb->availableWidth());
320 return style()->left().calcValue(cb->availableWidth());
324 return -style()->right().calcValue(cb->availableWidth());
332 return style()->top().calcValue(containingBlock()->availableHeight());
334 return -style()->bottom().calcValue(containingBlock()->availableHeight());
641 w = layerWidth.calcValue(positioningAreaSize.width());
646 h = layerHeight.calcValue(positioningAreaSize.height());
    [all...]
RenderListItem.cpp 131 inline int RenderListItem::calcValue() const
147 m_value = calcValue();
FixedTableLayout.cpp 253 calcWidth[i] = m_width[i].calcValue(tableWidth);
RenderMarquee.cpp 293 int increment = max(1, abs(m_layer->renderer()->style()->marqueeIncrement().calcValue(clientSize)));
RenderTable.cpp 231 marginTotal += style()->marginLeft().calcValue(availableWidth);
233 marginTotal += style()->marginRight().calcValue(availableWidth);
    [all...]
RenderFrameSet.cpp 228 gridLayout[i] = max(grid[i].calcValue(availableLen), 0);
RenderTableSection.cpp 390 ch = cell->style()->height().calcValue(0) +
    [all...]
  /external/webkit/WebCore/platform/
Length.h 108 int calcValue(int maxValue, bool roundPercentages = false) const
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 689 milliseconds