Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp2896 int childRightEdge = currBox->x() + currBox->width(); in rightmostPosition() local
2909 int childRightEdge = currBox->x() + currBox->width() + currBox->marginRight(); in rightmostPosition() local