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.in302 testUnsupported('this.getPageBox');
/external/pdfium/fpdfsdk/include/javascript/
DDocument.h142 …FX_BOOL getPageBox(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideStrin…
254 JS_STATIC_METHOD(getPageBox, Document);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp122 JS_STATIC_METHOD_ENTRY(getPageBox) in END_JS_STATIC_CONST()
1320 FX_BOOL Document::getPageBox(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_… in getPageBox() function in Document