Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_layout_pseudomodel.in82 expect("xfa.layout.sheetCountInBatch()", 0);
83 expect("xfa.layout.sheetCountInBatch('args', ['ignored'], 42)", 0);
Dxfa_layout_pseudomodel_expected.txt42 Alert: PASS: xfa.layout.sheetCountInBatch() = 0
43 Alert: PASS: xfa.layout.sheetCountInBatch('args', ['ignored'], 42) = 0
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h49 JSE_METHOD(sheetCountInBatch);
Dcjx_layoutpseudomodel.cpp395 CJS_Result CJX_LayoutPseudoModel::sheetCountInBatch( in sheetCountInBatch() function in CJX_LayoutPseudoModel