Home
last modified time | relevance | path

Searched refs:removeIcon (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt59 Alert: PASS: typeof this.removeIcon = function
60 Alert: PASS: this.removeIcon() = undefined
61 Alert: PASS: this.removeIcon(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in320 testUnsupported('this.removeIcon');
/external/pdfium/fxjs/
Dcjs_document.h207 CJS_Return removeIcon(CJS_Runtime* pRuntime,
317 JS_STATIC_METHOD(removeIcon, Document);
Dcjs_document.cpp1176 CJS_Return Document::removeIcon( in removeIcon() function in Document