Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_layout_pseudomodel_expected.txt13 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
Dxfa_layout_pseudomodel.in43 expectError("xfa.layout.absPageSpan()");
44 expectError("xfa.layout.absPageSpan(1, 2)");
45 expect("xfa.layout.absPageSpan(1)");
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h39 JSE_METHOD(absPageSpan);
Dcjx_layoutpseudomodel.cpp417 CJS_Result CJX_LayoutPseudoModel::absPageSpan( in absPageSpan() function in CJX_LayoutPseudoModel