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.txt99 Alert: PASS: typeof this.removeIcon = function
100 Alert: PASS: this.removeIcon() threw error Document.removeIcon: Incorrect number of parameters pass…
Ddocument_methods.in260 expect('typeof this.removeIcon', 'function');
263 expectError('this.removeIcon()');
/external/pdfium/fpdfsdk/include/javascript/
DDocument.h160 …FX_BOOL removeIcon(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideStrin…
268 JS_STATIC_METHOD(removeIcon, Document);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp137 JS_STATIC_METHOD_ENTRY(removeIcon) in END_JS_STATIC_CONST()
1582 FX_BOOL Document::removeIcon(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_… in removeIcon() function in Document