HomeSort by relevance Sort by last modified time
    Searched defs:margins (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 295 IntRect RenderThemeSafari::inflateRect(const IntRect& r, const IntSize& size, const int* margins) const
299 int widthDelta = r.width() - (size.width() + margins[leftMargin] + margins[rightMargin]);
300 int heightDelta = r.height() - (size.height() + margins[topMargin] + margins[bottomMargin]);
303 result.setX(result.x() - margins[leftMargin]);
307 result.setY(result.y() - margins[topMargin]);
432 static const int margins[3][4] = local
438 return margins[controlSize];
471 static const int margins[3][4] local
556 static const int margins[3][4] = local
650 static const int margins[3][4] = local
    [all...]
RenderBox.cpp 606 // its margins.
1557 int margins = collapsedMarginTop() + collapsedMarginBottom(); local
    [all...]
RenderBlock.cpp 94 // Whether or not we can collapse our own margins with our children. We don't do this
103 // margins with our children's margins. To do otherwise would be to risk odd visual
585 // (e) have specified that one of our margins can't collapse using a CSS extension
718 // our current maximal positive and negative margins. These values are used when we
725 // Start out by setting our margin values to our current margins. Table cells have
726 // no margins, so we don't fill in the values for table cells.
4151 int margins = 0; local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 19 milliseconds