Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.h27 JSE_METHOD(documentInBatch);
Dcjx_hostpseudomodel.cpp337 CJS_Result CJX_HostPseudoModel::documentInBatch( in documentInBatch() function in CJX_HostPseudoModel
/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_host_pseudomodel.in47 expect("xfa.host.documentInBatch()", 0);
48 expect("xfa.host.documentInBatch(42, 'args', ['ignored'])", 0);
Dxfa_host_pseudomodel_expected.txt31 Alert: PASS: xfa.host.documentInBatch() = 0
32 Alert: PASS: xfa.host.documentInBatch(42, 'args', ['ignored']) = 0