Searched refs:absPageSpan (Results 1 – 4 of 4) sorted by relevance
13 Alert: PASS: xfa.layout.absPageSpan() threw XFAObject.absPageSpan: Incorrect number of parameters p…14 Alert: PASS: xfa.layout.absPageSpan(1, 2) threw XFAObject.absPageSpan: Incorrect number of paramete…15 Alert: PASS: xfa.layout.absPageSpan(1) = undefined
43 expectError("xfa.layout.absPageSpan()");44 expectError("xfa.layout.absPageSpan(1, 2)");45 expect("xfa.layout.absPageSpan(1)");
39 JSE_METHOD(absPageSpan);
417 CJS_Result CJX_LayoutPseudoModel::absPageSpan( in absPageSpan() function in CJX_LayoutPseudoModel