Home
last modified time | relevance | path

Searched refs:addIcon (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt72 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…
Ddocument_methods.in116 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/
Dbug_634716.in90 doc.addIcon(str + "-" + str + str + str + str + str, doc.icons);
/external/pdfium/fxjs/
Dcjs_document.h130 CJS_Return addIcon(CJS_Runtime* pRuntime,
284 JS_STATIC_METHOD(addIcon, Document);
Dcjs_document.cpp1102 CJS_Return Document::addIcon(CJS_Runtime* pRuntime, in addIcon() function in Document