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.txt35 Alert: PASS: typeof this.getAnnot3D = function
36 Alert: PASS: this.getAnnot3D() = undefined
37 Alert: PASS: this.getAnnot3D(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in282 testUnsupported('this.getAnnot3D');
/external/pdfium/fpdfsdk/src/javascript/
DDocument.h155 FX_BOOL getAnnot3D(IJS_Context* cc,
336 JS_STATIC_METHOD(getAnnot3D, Document);
DDocument.cpp109 JS_STATIC_METHOD_ENTRY(getAnnot3D) in END_JS_STATIC_CONST()
1159 FX_BOOL Document::getAnnot3D(IJS_Context* cc, in getAnnot3D() function in Document