Lines Matching refs:this
116 expect('typeof this.addIcon', 'function');
119 expectError('this.addIcon()');
120 expectError('this.addIcon(1)');
121 expectError('this.addIcon(1, 2, 3)');
124 expectError('this.addIcon("myicon", 3)');
125 expectError('this.addIcon("myicon", undefined)');
132 expect('typeof this.calculateNow', 'function');
140 expect('typeof this.getField', 'function');
143 expectError('this.getField()');
150 expect('typeof this.getIcon', 'function');
153 expectError('this.getIcon()');
154 expectError('this.getIcon(1, 2)');
161 expect('typeof this.getNthFieldName', 'function');
164 expectError('this.getNthFieldName()');
167 expectError('this.getNthFieldName(-1)');
174 expect('typeof this.getPageNthWord', 'function');
177 expect('this.getPageNthWord(0, 0, true, "clams", [1, 2])', 'Hello,');
180 expectError('this.getPageNthWord(-1, 0, true)');
181 expectError('this.getPageNthWord(6, 0, true)');
189 expect('typeof this.getPageNthWordQuads', 'function');
197 expect('typeof this.getPageNumWords', 'function');
200 expect('this.getPageNumWords(0, "clams", [1, 2])', 2);
203 expectError('this.getPageNumWords(-1)');
204 expectError('this.getPageNumWords(6)');
212 expect('typeof this.getPrintParams', 'function');
219 expect('typeof this.mailDoc', 'function');
227 expect('typeof this.mailForm', 'function');
235 expect('typeof this.print', 'function');
242 expect('typeof this.removeField', 'function');
245 expectError('this.removeField()');
253 expect('typeof this.resetForm', 'function');
261 expect('typeof this.submitForm', 'function');
264 expectError('this.submitForm()');
271 testUnsupported('this.addAnnot');
272 testUnsupported('this.addField');
273 testUnsupported('this.addLink');
274 testUnsupported('this.closeDoc');
275 testUnsupported('this.createDataObject');
276 testUnsupported('this.deletePages');
277 testUnsupported('this.exportAsFDF');
278 testUnsupported('this.exportAsText');
279 testUnsupported('this.exportAsXFDF');
280 testUnsupported('this.extractPages');
281 testUnsupported('this.getAnnot');
282 testUnsupported('this.getAnnot3D');
283 testUnsupported('this.getAnnots');
284 testUnsupported('this.getLinks');
285 testUnsupported('this.getOCGs');
286 testUnsupported('this.getPageBox');
287 testUnsupported('this.getURL');
288 testUnsupported('this.importAnFDF');
289 testUnsupported('this.importAnXFDF');
290 testUnsupported('this.importTextData');
291 testUnsupported('this.insertPages');
292 testUnsupported('this.removeIcon');
293 testUnsupported('this.replacePages');
294 testUnsupported('this.saveAs');