Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt32 Alert: PASS: typeof this.getAnnot = function
33 Alert: PASS: this.getAnnot() = undefined
34 Alert: PASS: this.getAnnot(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in281 testUnsupported('this.getAnnot');
/external/pdfium/fpdfsdk/src/javascript/
DDocument.h147 FX_BOOL getAnnot(IJS_Context* cc,
334 JS_STATIC_METHOD(getAnnot, Document);
DDocument.cpp107 JS_STATIC_METHOD_ENTRY(getAnnot) in END_JS_STATIC_CONST()
1144 FX_BOOL Document::getAnnot(IJS_Context* cc, in getAnnot() function in Document