Home | History | Annotate | Download | only in webkit

Lines Matching refs:handleId

4652     private void drawHandle(Point point, int handleId, Rect bounds,
4658 boolean isLeft = nativeIsHandleLeft(mNativeClass, handleId);
5321 int handleId = (mSelectDraggingCursor == mSelectCursorBase)
5333 x, y, (Integer)handleId);
8763 private static native boolean nativeIsHandleLeft(int instance, int handleId);