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.txt38 Alert: PASS: typeof this.getOCGs = function
39 Alert: PASS: this.getOCGs() = undefined
40 Alert: PASS: this.getOCGs(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in313 testUnsupported('this.getOCGs');
/external/pdfium/fxjs/
Dcjs_document.h164 CJS_Return getOCGs(CJS_Runtime* pRuntime,
301 JS_STATIC_METHOD(getOCGs, Document);
Dcjs_document.cpp1087 CJS_Return Document::getOCGs(CJS_Runtime* pRuntime, in getOCGs() function in Document