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

  /external/pdfium/xfa/src/fxfa/src/common/
xfa_doclayout.h 48 void InsertChild(CXFA_LayoutItem* pBeforeItem, CXFA_LayoutItem* pChildItem);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_itemlayout.cpp 520 void CXFA_LayoutItem::InsertChild(CXFA_LayoutItem* pBeforeItem,
522 if (pBeforeItem->m_pParent != this) {
529 CXFA_LayoutItem* pExistingChildItem = pBeforeItem->m_pNextSibling;
530 pBeforeItem->m_pNextSibling = pChildItem;
    [all...]

Completed in 4580 milliseconds