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.txt62 Alert: PASS: typeof this.removeIcon = function
63 Alert: PASS: this.removeIcon() = undefined
64 Alert: PASS: this.removeIcon(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in343 testUnsupported('this.removeIcon');
/external/pdfium/fxjs/
Dcjs_document.h107 JS_STATIC_METHOD(removeIcon, CJS_Document)
300 CJS_Result removeIcon(CJS_Runtime* pRuntime,
Dcjs_document.cpp1175 CJS_Result CJS_Document::removeIcon( in removeIcon() function in CJS_Document