Home | History | Annotate | Download | only in dom

Lines Matching refs:domUint

31 	domUint attrOffset;
46 domUint attrSet;
52 * @return Returns a domUint of the offset attribute.
54 domUint getOffset() const { return attrOffset; }
59 void setOffset( domUint atOffset ) { attrOffset = atOffset; }
95 * @return Returns a domUint of the set attribute.
97 domUint getSet() const { return attrSet; }
102 void setSet( domUint atSet ) { attrSet = atSet; }
132 * @return Returns a domUint of the offset attribute.
134 domUint getOffset() const { return attrOffset; }
139 void setOffset( domUint atOffset ) { attrOffset = atOffset; _validAttributeArray[0] = true; }
175 * @return Returns a domUint of the set attribute.
177 domUint getSet() const { return attrSet; }
182 void setSet( domUint atSet ) { attrSet = atSet; _validAttributeArray[3] = true; }