Searched refs:nShiftMe (Results 1 – 1 of 1) sorted by relevance
1105 short nShiftMe; in showControls() local1108 nShiftMe = (short)(nControls >> i); in showControls()1109 showControl( msButtonIDs[i], (bool)(nShiftMe & 0x01) ); in showControls()1112 nShiftMe = (short)(nControls >> THROBBER_CTRL); in showControls()1113 startThrobber( (bool)(nShiftMe & 0x01) ); in showControls()1115 nShiftMe = (short)(nControls >> PROGRESS_CTRL); in showControls()1116 showControl( CTRL_PROGRESS, (bool)(nShiftMe & 0x01) ); in showControls()1117 showControl( TEXT_PERCENT, (bool)(nShiftMe & 0x01) ); in showControls()
Completed in 23 milliseconds