Searched refs:getBPMWidth (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp4747 static int getBPMWidth(int childValue, Length cssUnit) function in namespace:WebCore
4758 return getBPMWidth(child->marginEnd(), cstyle->marginEnd()) +
4759 getBPMWidth(child->paddingEnd(), cstyle->paddingEnd()) +
4761 return getBPMWidth(child->marginStart(), cstyle->marginStart()) +
4762 getBPMWidth(child->paddingStart(), cstyle->paddingStart()) +

Completed in 56 milliseconds