Home | History | Annotate | Download | only in jni

Lines Matching defs:mBounds

42         mBounds(0,0,0,0),
52 return mBounds;
62 mBounds.setWidth(w);
63 mBounds.setHeight(h);
68 mBounds.setX(x);
69 mBounds.setY(y);
77 int width() const { return mBounds.width(); }
78 int height() const { return mBounds.height(); }
79 int locX() const { return mBounds.x(); }
80 int locY() const { return mBounds.y(); }
86 WebCore::IntRect mBounds;