Searched refs:getPageBox (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 44 Alert: PASS: typeof this.getPageBox = function 45 Alert: PASS: this.getPageBox() = undefined 46 Alert: PASS: this.getPageBox(1, 2, "clams", [1, 2, 3]) = undefined
|
D | document_methods.in | 302 testUnsupported('this.getPageBox');
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | Document.h | 142 …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/ |
D | Document.cpp | 122 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
|