Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt35 Alert: PASS: typeof this.getAnnots3D = function
36 Alert: PASS: this.getAnnots3D() = undefined
37 Alert: PASS: this.getAnnots3D(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in330 testUnsupported('this.getAnnots3D');
/external/pdfium/fxjs/
Dcjs_document.h86 JS_STATIC_METHOD(getAnnots3D, CJS_Document)
248 CJS_Result getAnnots3D(CJS_Runtime* pRuntime,
Dcjs_document.cpp1082 CJS_Result CJS_Document::getAnnots3D( in getAnnots3D() function in CJS_Document