Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.h26 JSE_METHOD(documentCountInBatch);
Dcjx_hostpseudomodel.cpp509 CJS_Result CJX_HostPseudoModel::documentCountInBatch( in documentCountInBatch() function in CJX_HostPseudoModel
/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_host_pseudomodel.in44 expect("xfa.host.documentCountInBatch()", 0);
45 expect("xfa.host.documentCountInBatch(42, 'args', ['ignored'])", 0);
Dxfa_host_pseudomodel_expected.txt29 Alert: PASS: xfa.host.documentCountInBatch() = 0
30 Alert: PASS: xfa.host.documentCountInBatch(42, 'args', ['ignored']) = 0