Searched refs:removeField (Results 1 – 14 of 14) sorted by relevance
77 this.removeField("MyField");93 this.removeField("MyField");
105 this.removeField(theName);
102 this.removeField(theName);
135 Alert: PASS: typeof this.removeField = function136 Alert: PASS: this.removeField() threw Document.removeField: Incorrect number of parameters passed t…
286 expect('typeof this.removeField', 'function');289 expectError('this.removeField()');
40 this.removeField('txtName2');
149 public void removeField(Field field) in removeField() method in ClassEditor
99 clg.removeField(f); in testFieldAnnotationModification()
106 JS_STATIC_METHOD(removeField, CJS_Document)287 CJS_Result removeField(CJS_Runtime* pRuntime,
455 CJS_Result CJS_Document::removeField( in removeField() function in CJS_Document
402 public void removeField( final Field f ) { in removeField() method in ClassGen
1176 public void removeField(CtField f) throws NotFoundException { in removeField() method in CtClass
1417 public void removeField(CtField f) throws NotFoundException { in removeField() method in CtClassType
1270 cc.removeField(p); in testRemove()1285 cc.removeField(f); in testRemove2()