Searched refs:bCurrentItem (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffpageview.cpp | 338 FX_BOOL& bCurrentItem, in OrderContainer() argument 359 bCurrentItem = TRUE; in OrderContainer() 366 OrderContainer(sIterator, pSearchItem, pParam, bCurrentItem, in OrderContainer() 370 if (bCurrentItem) { in OrderContainer() 372 bCurrentItem = FALSE; in OrderContainer() 397 FX_BOOL bCurrentItem = FALSE; in CreateSpaceOrderWidgetArray() local 399 OrderContainer(&sIterator, NULL, pParam, bCurrentItem, bContentArea); in CreateSpaceOrderWidgetArray() 404 bCurrentItem = FALSE; in CreateSpaceOrderWidgetArray() 407 OrderContainer(&sIterator, NULL, pParam, bCurrentItem, bContentArea, TRUE); in CreateSpaceOrderWidgetArray()
|
D | xfa_ffpageview.h | 103 FX_BOOL& bCurrentItem,
|