Home
last modified time | relevance | path

Searched refs:bCurrentItem (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_ffpageview.cpp380 bool& bCurrentItem, in OrderContainer() argument
401 bCurrentItem = true; in OrderContainer()
408 OrderContainer(sIterator, pSearchItem, pParam, bCurrentItem, in OrderContainer()
412 if (bCurrentItem) { in OrderContainer()
414 bCurrentItem = false; in OrderContainer()
438 bool bCurrentItem = false; in CreateSpaceOrderWidgetArray() local
440 OrderContainer(&sIterator, nullptr, pParam.get(), bCurrentItem, bContentArea); in CreateSpaceOrderWidgetArray()
445 bCurrentItem = false; in CreateSpaceOrderWidgetArray()
448 OrderContainer(&sIterator, nullptr, pParam.get(), bCurrentItem, bContentArea, in CreateSpaceOrderWidgetArray()
/external/pdfium/xfa/fxfa/
Dxfa_ffpageview.h96 bool& bCurrentItem,