Lines Matching defs:control
175 nsVoidArray control;
178 CheckBackwardEnumeration(control, btree);
179 CheckForwardEnumeration(control, btree);
182 control.AppendElement(POINTER(0));
184 CheckBackwardEnumeration(control, btree);
185 CheckForwardEnumeration(control, btree);
188 control.AppendElement(POINTER(1));
190 CheckBackwardEnumeration(control, btree);
191 CheckForwardEnumeration(control, btree);
195 control.RemoveElementAt(0);
196 control.RemoveElementAt(0);
198 CheckBackwardEnumeration(control, btree);
199 CheckForwardEnumeration(control, btree);
207 nsVoidArray control;
215 control.InsertElementAt(POINTER(i), slot);
217 if (! Equal(control, btree)) {
254 nsVoidArray control;
262 control.InsertElementAt(POINTER(i), slot);
264 if (! Equal(control, btree)) {
272 void* element = control[i];
280 CheckBackwardEnumeration(control, btree);
283 CheckForwardEnumeration(control, btree);
290 control.RemoveElementAt(slot);
292 if (! Equal(control, btree)) {