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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_pagemgr_new.cpp 182 CXFA_ContainerLayoutItem* pParentLayoutItem =
184 if (!pParentLayoutItem) {
187 pParentLayoutItem->RemoveChild(pLayoutItem);
188 pParentLayoutItem->AddChild(pLayoutItem);
192 CXFA_ContainerLayoutItem* pParentLayoutItem =
194 if (!pParentLayoutItem) {
197 pParentLayoutItem->RemoveChild(pLayoutItem);
347 CXFA_ContainerLayoutItem* pParentLayoutItem =
349 if (pParentLayoutItem == NULL) {
350 pParentLayoutItem = m_pPageSetCurRoot;
    [all...]
xfa_layout_itemlayout.h 90 CXFA_ContentLayoutItem* pParentLayoutItem,
xfa_layout_pagemgr_new.h 133 void SaveLayoutItem(CXFA_LayoutItem* pParentLayoutItem);
xfa_layout_itemlayout.cpp     [all...]

Completed in 38 milliseconds