Home | History | Annotate | Download | only in jni

Lines Matching defs:clientRect

39 #include "ClientRect.h"
3413 IntRect clientRect;
3422 clientRect = renderBox->clientBoxRect();
3424 clientRect.setX(contentBox.x());
3425 clientRect.setWidth(contentBox.width());
3427 clientRect.move(absPos.x() - offset.x(), absPos.y() - offset.y());
3430 return clientRect;