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.txt41 Alert: PASS: typeof this.getPageBox = function
42 Alert: PASS: this.getPageBox() = undefined
43 Alert: PASS: this.getPageBox(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in314 testUnsupported('this.getPageBox');
/external/pdfium/fpdfsdk/javascript/
DDocument.h203 bool getPageBox(CJS_Runtime* pRuntime,
379 JS_STATIC_METHOD(getPageBox, Document);
DDocument.cpp1072 bool Document::getPageBox(CJS_Runtime* pRuntime, in getPageBox() function in Document