Searched refs:absPageInBatch (Results 1 – 4 of 4) sorted by relevance
10 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
39 expectError("xfa.layout.absPageInBatch()");40 expectError("xfa.layout.absPageInBatch(1, 2)");41 expect("xfa.layout.absPageInBatch(1)", 0);
38 JSE_METHOD(absPageInBatch);
423 CJS_Result CJX_LayoutPseudoModel::absPageInBatch( in absPageInBatch() function in CJX_LayoutPseudoModel