Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_layout_pseudomodel.in36 expect("xfa.layout.absPageCountInBatch()", 0);
37 expect("xfa.layout.absPageCountInBatch('args', [42], 'ignored')", 0);
Dxfa_layout_pseudomodel_expected.txt8 Alert: PASS: xfa.layout.absPageCountInBatch() = 0
9 Alert: PASS: xfa.layout.absPageCountInBatch('args', [42], 'ignored') = 0
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h37 JSE_METHOD(absPageCountInBatch);
Dcjx_layoutpseudomodel.cpp389 CJS_Result CJX_LayoutPseudoModel::absPageCountInBatch( in absPageCountInBatch() function in CJX_LayoutPseudoModel