Searched refs:pChildItem (Results 1 – 5 of 5) sorted by relevance
98 Item* pChildItem = GetWidgetMgrItem(pChild); in InsertWidget() local99 if (!pChildItem) in InsertWidget()100 pChildItem = CreateWidgetMgrItem(pChild); in InsertWidget()101 pParentItem->AppendLastChild(pChildItem); in InsertWidget()
43 for (CXFA_LayoutItem* pChildItem = pLayoutItem->GetFirstChild(); pChildItem; in GetFirstChild() local44 pChildItem = pChildItem->GetNextSibling()) { in GetFirstChild()45 if (CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem()) { in GetFirstChild()53 for (CXFA_LayoutItem* pChildItem = pLayoutItem->GetNextSibling(); in GetNextSibling() local54 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() local78 pChildItem = pChildItem->GetNextSibling()) { in GetFirstChild()79 CXFA_ViewLayoutItem* pContainer = pChildItem->AsViewLayoutItem(); in GetFirstChild()89 for (CXFA_LayoutItem* pChildItem = pLayoutItem->GetNextSibling(); in GetNextSibling() local[all …]
518 CXFA_ContentLayoutItem* pChildItem = pIter->AsContentLayoutItem(); in FindLayoutItemSplitPos() local519 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 …]
354 for (CFX_XMLNode* pChildItem = pXMLDocumentNode->GetFirstChild(); pChildItem; in ParseAsXDPPacket_XDP() local355 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() local375 pChildItem = pChildItem->GetNextSibling()) { in ParseAsXDPPacket_XDP()376 CFX_XMLElement* pElement = ToXMLElement(pChildItem); in ParseAsXDPPacket_XDP()
4509 for (CXFA_Node* pChildItem = pSaveItems->GetFirstChild(); pChildItem; in GetItemLabel() local4510 pChildItem = pChildItem->GetNextSibling()) { in GetItemLabel()4511 if (pChildItem->JSObject()->GetContent(false) == wsValue) { in GetItemLabel()4551 CXFA_Node* pChildItem = pLabelItems->GetFirstChild(); in GetItemValue() local4552 for (; pChildItem; pChildItem = pChildItem->GetNextSibling()) { in GetItemValue()4553 if (pChildItem->JSObject()->GetContent(false) == wsLabel) { in GetItemValue()