HomeSort by relevance Sort by last modified time
    Searched full:heightblock (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGRootInlineBox.cpp 183 int heightBlock = childRect.height();
188 parentBlock->setHeight(heightBlock);
202 setLogicalHeight(heightBlock);
203 setBlockLogicalHeight(heightBlock);
204 setLineTopBottomPositions(0, heightBlock);

Completed in 34 milliseconds