Searched refs:m_pFirstChild (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_layout_appadapter.h14 return (CXFA_ContainerLayoutItem*)pLayoutItem->m_pFirstChild;
31 for (CXFA_LayoutItem* pChildItem = pLayoutItem->m_pFirstChild; pChildItem;
60 return (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild;
H A Dxfa_layout_appadapter.cpp42 CXFA_LayoutItem* pNode = pLayoutItem->m_pFirstChild;
H A Dxfa_layout_itemlayout.cpp132 (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild;
279 if (pLayoutItem->m_pFirstChild) {
284 if (fCurTopMargin > 0 && pLayoutItem->m_pFirstChild) {
299 (CXFA_ContentLayoutItem*)pLayoutItem->m_pFirstChild;
300 pLayoutItem->m_pFirstChild = NULL;
497 if (m_pFirstChild == NULL) {
498 m_pFirstChild = pChildItem;
500 CXFA_LayoutItem* pExistingChildItem = m_pFirstChild;
512 if (m_pFirstChild == NULL) {
513 m_pFirstChild
[all...]
H A Dxfa_layout_pagemgr_new.cpp53 m_pPageSetLayoutItemRoot->m_pFirstChild = NULL;
442 (CXFA_ContainerLayoutItem*)pLayoutItem->m_pFirstChild;
486 pPageSetLayoutItem->m_pFirstChild;
530 pLastPageAreaLayoutItem->m_pFirstChild;
539 pChildLayoutItem->m_pFirstChild;
570 pLastPageAreaLayoutItem->m_pFirstChild;
1260 (CXFA_ContainerLayoutItem*)pPageAreaLayoutItem->m_pFirstChild;
1264 if (pLayoutItem->m_pFirstChild == NULL) {
1520 * pCurLayoutItem = pParentLayoutItem->m_pFirstChild;
1523 if (pCurLayoutItem->m_pFirstChild) {
[all...]
H A Dxfa_script_layoutpseudomodel.cpp223 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem;
237 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem;
244 iterator((CXFA_ContentLayoutItem*)pItem->m_pFirstChild);
303 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem;
309 iterator((CXFA_ContentLayoutItem*)pItem->m_pFirstChild);
H A Dxfa_document_layout_imp.cpp171 m_pFirstChild(NULL),
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_doclayout.h53 CXFA_LayoutItem* m_pFirstChild; member in class:CXFA_LayoutItem
112 return pLayoutItem->m_pFirstChild;

Completed in 127 milliseconds