Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_layout_pseudomodel.in33 expect("xfa.layout.absPageCount()", 2);
34 expect("xfa.layout.absPageCount('args', [42], 'ignored')", 2);
Dxfa_layout_pseudomodel_expected.txt6 Alert: PASS: xfa.layout.absPageCount() = 2
7 Alert: PASS: xfa.layout.absPageCount('args', [42], 'ignored') = 2
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h36 JSE_METHOD(absPageCount);
Dcjx_layoutpseudomodel.cpp383 CJS_Result CJX_LayoutPseudoModel::absPageCount( in absPageCount() function in CJX_LayoutPseudoModel