Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_layout_pseudomodel_expected.txt10 Alert: PASS: xfa.layout.absPageInBatch() threw XFAObject.absPageInBatch: Incorrect number of parame…
11 Alert: PASS: xfa.layout.absPageInBatch(1, 2) threw XFAObject.absPageInBatch: Incorrect number of pa…
12 Alert: PASS: xfa.layout.absPageInBatch(1) = 0
Dxfa_layout_pseudomodel.in39 expectError("xfa.layout.absPageInBatch()");
40 expectError("xfa.layout.absPageInBatch(1, 2)");
41 expect("xfa.layout.absPageInBatch(1)", 0);
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h38 JSE_METHOD(absPageInBatch);
Dcjx_layoutpseudomodel.cpp423 CJS_Result CJX_LayoutPseudoModel::absPageInBatch( in absPageInBatch() function in CJX_LayoutPseudoModel