HomeSort by relevance Sort by last modified time
    Searched refs:pCurLayoutItem (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_pagemgr_new.cpp     [all...]
xfa_layout_itemlayout.cpp 635 CXFA_ContentLayoutItem* pCurLayoutItem =
638 while (pCurLayoutItem) {
639 pNextLayoutItem = pCurLayoutItem->m_pNext;
640 pNotify->OnLayoutEvent(pDocLayout, pCurLayoutItem,
642 delete pCurLayoutItem;
643 pCurLayoutItem = pNextLayoutItem;
    [all...]

Completed in 34 milliseconds