Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_layout_pseudomodel_expected.txt3 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
Dxfa_layout_pseudomodel.in29 expectError("xfa.layout.absPage()");
30 expectError("xfa.layout.absPage(1, 2)");
31 expect("xfa.layout.absPage(1)", 0);
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h35 JSE_METHOD(absPage);
Dcjx_layoutpseudomodel.cpp459 CJS_Result CJX_LayoutPseudoModel::absPage( in absPage() function in CJX_LayoutPseudoModel