Searched refs:absPage (Results 1 – 4 of 4) sorted by relevance
3 Alert: PASS: xfa.layout.absPage() threw XFAObject.absPage: Incorrect number of parameters passed to…4 Alert: PASS: xfa.layout.absPage(1, 2) threw XFAObject.absPage: Incorrect number of parameters passe…5 Alert: PASS: xfa.layout.absPage(1) = 0
29 expectError("xfa.layout.absPage()");30 expectError("xfa.layout.absPage(1, 2)");31 expect("xfa.layout.absPage(1)", 0);
35 JSE_METHOD(absPage);
459 CJS_Result CJX_LayoutPseudoModel::absPage( in absPage() function in CJX_LayoutPseudoModel