Home | History | Annotate | Download | only in dom

Lines Matching refs:domUint

36 	domUint attrCount;
41 domUint attrOffset;
52 domUint attrStride;
63 * @return Returns a domUint of the count attribute.
65 domUint getCount() const { return attrCount; }
70 void setCount( domUint atCount ) { attrCount = atCount; _validAttributeArray[0] = true; }
74 * @return Returns a domUint of the offset attribute.
76 domUint getOffset() const { return attrOffset; }
81 void setOffset( domUint atOffset ) { attrOffset = atOffset; _validAttributeArray[1] = true; }
106 * @return Returns a domUint of the stride attribute.
108 domUint getStride() const { return attrStride; }
113 void setStride( domUint atStride ) { attrStride = atStride; _validAttributeArray[3] = true; }