Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt32 Alert: PASS: typeof this.getAnnot3D = function
33 Alert: PASS: this.getAnnot3D() = undefined
34 Alert: PASS: this.getAnnot3D(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in329 testUnsupported('this.getAnnot3D');
/external/pdfium/fxjs/
Dcjs_document.h85 JS_STATIC_METHOD(getAnnot3D, CJS_Document)
246 CJS_Result getAnnot3D(CJS_Runtime* pRuntime,
Dcjs_document.cpp1076 CJS_Result CJS_Document::getAnnot3D( in getAnnot3D() function in CJS_Document