Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt44 Alert: PASS: typeof this.getPageBox = function
45 Alert: PASS: this.getPageBox() = undefined
46 Alert: PASS: this.getPageBox(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in333 testUnsupported('this.getPageBox');
/external/pdfium/fxjs/
Dcjs_document.h92 JS_STATIC_METHOD(getPageBox, CJS_Document)
260 CJS_Result getPageBox(CJS_Runtime* pRuntime,
Dcjs_document.cpp992 CJS_Result CJS_Document::getPageBox( in getPageBox() function in CJS_Document