Searched refs:addIcon (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 72 Alert: PASS: typeof this.addIcon = function 73 Alert: PASS: this.addIcon() threw error Document.addIcon: Incorrect number of parameters passed to … 74 Alert: PASS: this.addIcon(1) threw error Document.addIcon: Incorrect number of parameters passed to… 75 Alert: PASS: this.addIcon(1, 2, 3) threw error Document.addIcon: Incorrect number of parameters pas… 76 Alert: PASS: this.addIcon("myicon", 3) threw error Document.addIcon: Incorrect parameter type. 77 Alert: PASS: this.addIcon("myicon", undefined) threw error Document.addIcon: Incorrect parameter ty…
|
D | document_methods.in | 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)');
|
/external/pdfium/testing/resources/ |
D | bug_634716.in | 90 doc.addIcon(str + "-" + str + str + str + str + str, doc.icons);
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 130 CJS_Return addIcon(CJS_Runtime* pRuntime, 284 JS_STATIC_METHOD(addIcon, Document);
|
D | cjs_document.cpp | 1102 CJS_Return Document::addIcon(CJS_Runtime* pRuntime, in addIcon() function in Document
|