Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_layout_pseudomodel.in79 expect("xfa.layout.sheetCount()", 2);
80 expect("xfa.layout.sheetCount('args', ['ignored'], 42)", 2);
Dxfa_layout_pseudomodel_expected.txt40 Alert: PASS: xfa.layout.sheetCount() = 2
41 Alert: PASS: xfa.layout.sheetCount('args', ['ignored'], 42) = 2
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h48 JSE_METHOD(sheetCount);
Dcjx_layoutpseudomodel.cpp453 CJS_Result CJX_LayoutPseudoModel::sheetCount( in sheetCount() function in CJX_LayoutPseudoModel