Home | History | Annotate | Download | only in dom

Lines Matching full:readonly

25         readonly attribute long    screenX;
26 readonly attribute long screenY;
27 readonly attribute long clientX;
28 readonly attribute long clientY;
29 readonly attribute boolean ctrlKey;
30 readonly attribute boolean shiftKey;
31 readonly attribute boolean altKey;
32 readonly attribute boolean metaKey;
33 readonly attribute long wheelDelta;
34 readonly attribute long wheelDeltaX;
35 readonly attribute long wheelDeltaY;
38 readonly attribute long offsetX;
39 readonly attribute long offsetY;
40 readonly attribute long x;
41 readonly attribute long y;
44 readonly attribute boolean isHorizontal;