Home | History | Annotate | Download | only in dom

Lines Matching refs:domUint

194 	domUint attrHeight;
199 domUint attrWidth;
205 domUint attrDepth;
279 * @return Returns a domUint of the height attribute.
281 domUint getHeight() const { return attrHeight; }
286 void setHeight( domUint atHeight ) { attrHeight = atHeight; _validAttributeArray[3] = true; }
290 * @return Returns a domUint of the width attribute.
292 domUint getWidth() const { return attrWidth; }
297 void setWidth( domUint atWidth ) { attrWidth = atWidth; _validAttributeArray[4] = true; }
301 * @return Returns a domUint of the depth attribute.
303 domUint getDepth() const { return attrDepth; }
308 void setDepth( domUint atDepth ) { attrDepth = atDepth; _validAttributeArray[5] = true; }