Home
last modified time | relevance | path

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

/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.cpp509 CXFA_ContentLayoutItem* pChildItem = pIter->AsContentLayoutItem(); in FindLayoutItemSplitPos() local
510 if (!pChildItem) in FindLayoutItemSplitPos()
514 fCurVerticalOffset + fCurTopMargin + pChildItem->m_sPos.y; in FindLayoutItemSplitPos()
516 if (FindLayoutItemSplitPos(pChildItem, fChildOffset, &fRelSplitPos, in FindLayoutItemSplitPos()
743 for (auto& pChildItem : children) { in SplitLayoutItem() local
744 if (fSplitPos <= fCurTopMargin + pChildItem->m_sPos.y + fCurBottomMargin + in SplitLayoutItem()
746 if (!ExistContainerKeep(pChildItem->GetFormNode(), true)) { in SplitLayoutItem()
747 pChildItem->m_sPos.y -= fSplitPos - fCurBottomMargin; in SplitLayoutItem()
748 pChildItem->m_sPos.y += lHeightForKeep; in SplitLayoutItem()
749 pChildItem->m_sPos.y += fAddMarginHeight; in SplitLayoutItem()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp374 for (CFX_XMLNode* pChildItem = pXMLDocumentNode->GetFirstChild(); pChildItem; in ParseAsXDPPacket_XDP() local
375 pChildItem = pChildItem->GetNextSibling()) { in ParseAsXDPPacket_XDP()
376 if (!MatchNodeName(pChildItem, config_packet.name, config_packet.uri, in ParseAsXDPPacket_XDP()
385 pXMLConfigDOMRoot = pChildItem; in ParseAsXDPPacket_XDP()
394 for (CFX_XMLNode* pChildItem = pXMLDocumentNode->GetFirstChild(); pChildItem; in ParseAsXDPPacket_XDP() local
395 pChildItem = pChildItem->GetNextSibling()) { in ParseAsXDPPacket_XDP()
396 CFX_XMLElement* pElement = ToXMLElement(pChildItem); in ParseAsXDPPacket_XDP()
Dcxfa_node.cpp4465 for (CXFA_Node* pChildItem = pSaveItems->GetFirstChild(); pChildItem; in GetItemLabel() local
4466 pChildItem = pChildItem->GetNextSibling()) { in GetItemLabel()
4467 if (pChildItem->JSObject()->GetContent(false) == wsValue) { in GetItemLabel()
4507 CXFA_Node* pChildItem = pLabelItems->GetFirstChild(); in GetItemValue() local
4508 for (; pChildItem; pChildItem = pChildItem->GetNextSibling()) { in GetItemValue()
4509 if (pChildItem->JSObject()->GetContent(false) == wsLabel) { in GetItemValue()