Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_layout_pseudomodel_expected.txt44 Alert: PASS: xfa.layout.sheetInBatch() threw XFAObject.sheetInBatch: Incorrect number of parameters…
45 Alert: PASS: xfa.layout.sheetInBatch(2, 'toomany') threw XFAObject.sheetInBatch: Incorrect number o…
46 Alert: PASS: xfa.layout.sheetInBatch(1) = 0
Dxfa_layout_pseudomodel.in85 expectError("xfa.layout.sheetInBatch()");
86 expectError("xfa.layout.sheetInBatch(2, 'toomany')");
87 expect("xfa.layout.sheetInBatch(1)", 0);
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h50 JSE_METHOD(sheetInBatch);
Dcjx_layoutpseudomodel.cpp432 CJS_Result CJX_LayoutPseudoModel::sheetInBatch( in sheetInBatch() function in CJX_LayoutPseudoModel