Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt44 Alert: PASS: typeof this.getOCGs = function
45 Alert: PASS: this.getOCGs() = undefined
46 Alert: PASS: this.getOCGs(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in285 testUnsupported('this.getOCGs');
/external/pdfium/fpdfsdk/src/javascript/
DDocument.h179 FX_BOOL getOCGs(IJS_Context* cc,
342 JS_STATIC_METHOD(getOCGs, Document);
DDocument.cpp115 JS_STATIC_METHOD_ENTRY(getOCGs) in END_JS_STATIC_CONST()
1175 FX_BOOL Document::getOCGs(IJS_Context* cc, in getOCGs() function in Document