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.in271 testUnsupported('this.addAnnot');
/external/pdfium/fpdfsdk/src/javascript/
DDocument.h99 FX_BOOL addAnnot(IJS_Context* cc,
322 JS_STATIC_METHOD(addAnnot, Document);
DDocument.cpp95 JS_STATIC_METHOD_ENTRY(addAnnot) in END_JS_STATIC_CONST()
237 FX_BOOL Document::addAnnot(IJS_Context* cc, in addAnnot() function in Document