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.txt47 Alert: PASS: typeof this.getPageBox = function
48 Alert: PASS: this.getPageBox() = undefined
49 Alert: PASS: this.getPageBox(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in286 testUnsupported('this.getPageBox');
/external/pdfium/fpdfsdk/src/javascript/
DDocument.h183 FX_BOOL getPageBox(IJS_Context* cc,
343 JS_STATIC_METHOD(getPageBox, Document);
DDocument.cpp116 JS_STATIC_METHOD_ENTRY(getPageBox) in END_JS_STATIC_CONST()
1137 FX_BOOL Document::getPageBox(IJS_Context* cc, in getPageBox() function in Document