Home
last modified time | relevance | path

Searched refs:pChildItem (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.cpp98 Item* pChildItem = GetWidgetMgrItem(pChild); in InsertWidget() local
99 if (!pChildItem) in InsertWidget()
100 pChildItem = CreateWidgetMgrItem(pChild); in InsertWidget()
101 pParentItem->AppendLastChild(pChildItem); in InsertWidget()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp43 for (CXFA_LayoutItem* pChildItem = pLayoutItem->GetFirstChild(); pChildItem; in GetFirstChild() local
44 pChildItem = pChildItem->GetNextSibling()) { in GetFirstChild()
45 if (CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem()) { in GetFirstChild()
53 for (CXFA_LayoutItem* pChildItem = pLayoutItem->GetNextSibling(); in GetNextSibling() local
54 pChildItem; pChildItem = pChildItem->GetNextSibling()) { in GetNextSibling()
55 if (CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem()) { in GetNextSibling()
77 for (CXFA_LayoutItem* pChildItem = pLayoutItem->GetFirstChild(); pChildItem; in GetFirstChild() local
78 pChildItem = pChildItem->GetNextSibling()) { in GetFirstChild()
79 CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem(); in GetFirstChild()
89 for (CXFA_LayoutItem* pChildItem = pLayoutItem->GetNextSibling(); in GetNextSibling() local
[all …]
Dcxfa_contentlayoutprocessor.cpp518 CXFA_ContentLayoutItem* pChildItem = pIter->AsContentLayoutItem(); in FindLayoutItemSplitPos() local
519 if (!pChildItem) in FindLayoutItemSplitPos()
523 fCurVerticalOffset + fCurTopMargin + pChildItem->m_sPos.y; in FindLayoutItemSplitPos()
525 if (FindLayoutItemSplitPos(pChildItem, fChildOffset, &fRelSplitPos, in FindLayoutItemSplitPos()
770 for (CXFA_ContentLayoutItem* pChildItem : children) { in SplitLayoutItem()
771 if (fSplitPos <= fCurTopMargin + pChildItem->m_sPos.y + fCurBottomMargin + in SplitLayoutItem()
773 if (!ExistContainerKeep(pChildItem->GetFormNode(), true)) { in SplitLayoutItem()
774 pChildItem->m_sPos.y -= fSplitPos - fCurBottomMargin; in SplitLayoutItem()
775 pChildItem->m_sPos.y += lHeightForKeep; in SplitLayoutItem()
776 pChildItem->m_sPos.y += fAddMarginHeight; in SplitLayoutItem()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_builder.cpp354 for (CFX_XMLNode* pChildItem = pXMLDocumentNode->GetFirstChild(); pChildItem; in ParseAsXDPPacket_XDP() local
355 pChildItem = pChildItem->GetNextSibling()) { in ParseAsXDPPacket_XDP()
356 if (!MatchNodeName(pChildItem, config_packet.name, config_packet.uri, in ParseAsXDPPacket_XDP()
365 pXMLConfigDOMRoot = pChildItem; in ParseAsXDPPacket_XDP()
374 for (CFX_XMLNode* pChildItem = pXMLDocumentNode->GetFirstChild(); pChildItem; in ParseAsXDPPacket_XDP() local
375 pChildItem = pChildItem->GetNextSibling()) { in ParseAsXDPPacket_XDP()
376 CFX_XMLElement* pElement = ToXMLElement(pChildItem); in ParseAsXDPPacket_XDP()
Dcxfa_node.cpp4509 for (CXFA_Node* pChildItem = pSaveItems->GetFirstChild(); pChildItem; in GetItemLabel() local
4510 pChildItem = pChildItem->GetNextSibling()) { in GetItemLabel()
4511 if (pChildItem->JSObject()->GetContent(false) == wsValue) { in GetItemLabel()
4551 CXFA_Node* pChildItem = pLabelItems->GetFirstChild(); in GetItemValue() local
4552 for (; pChildItem; pChildItem = pChildItem->GetNextSibling()) { in GetItemValue()
4553 if (pChildItem->JSObject()->GetContent(false) == wsLabel) { in GetItemValue()