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.txt41 Alert: PASS: typeof this.getOCGs = function
42 Alert: PASS: this.getOCGs() = undefined
43 Alert: PASS: this.getOCGs(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in332 testUnsupported('this.getOCGs');
/external/pdfium/fxjs/
Dcjs_document.h91 JS_STATIC_METHOD(getOCGs, CJS_Document)
258 CJS_Result getOCGs(CJS_Runtime* pRuntime,
Dcjs_document.cpp1088 CJS_Result CJS_Document::getOCGs( in getOCGs() function in CJS_Document