Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt2 Alert: PASS: typeof this.addAnnot = function
3 Alert: PASS: this.addAnnot() = undefined
4 Alert: PASS: this.addAnnot(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in323 testUnsupported('this.addAnnot');
/external/pdfium/fxjs/
Dcjs_document.h70 JS_STATIC_METHOD(addAnnot, CJS_Document)
217 CJS_Result addAnnot(CJS_Runtime* pRuntime,
Dcjs_document.cpp210 CJS_Result CJS_Document::addAnnot( in addAnnot() function in CJS_Document