Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_layout_pseudomodel.in72 expect("xfa.layout.relayoutPageArea()");
73 expect("xfa.layout.relayoutPageArea('args', ['ignored'], 42)");
Dxfa_layout_pseudomodel_expected.txt35 Alert: PASS: xfa.layout.relayoutPageArea() = undefined
36 Alert: PASS: xfa.layout.relayoutPageArea('args', ['ignored'], 42) = undefined
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h46 JSE_METHOD(relayoutPageArea);
Dcjx_layoutpseudomodel.cpp447 CJS_Result CJX_LayoutPseudoModel::relayoutPageArea( in relayoutPageArea() function in CJX_LayoutPseudoModel