Home
last modified time | relevance | path

Searched defs:pNode (Results 1 – 25 of 75) sorted by relevance

123

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate.h20 bool SetCurrent(NodeType* pNode) { in SetCurrent()
63 NodeType* pNode = m_pCurrent; in SkipChildrenAndMoveToNext() local
77 bool RootReachableFromNode(NodeType* pNode) { in RootReachableFromNode()
85 NodeType* ParentWithinSubtree(NodeType* pNode) { in ParentWithinSubtree()
91 NodeType* NextSiblingWithinSubtree(NodeType* pNode) { in NextSiblingWithinSubtree()
97 NodeType* PreviousSiblingWithinSubtree(NodeType* pNode) { in PreviousSiblingWithinSubtree()
110 NodeType* LastChild(NodeType* pNode) { in LastChild()
120 NodeType* LastDescendant(NodeType* pNode) { in LastDescendant()
Dcxfa_document.cpp68 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in MergeNode() local
80 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in MergeNode() local
225 std::unique_ptr<CXFA_Node> pNode = CXFA_Node::Create(this, eElement, packet); in CreateNode() local
234 void CXFA_Document::AddPurgeNode(CXFA_Node* pNode) { in AddPurgeNode()
238 bool CXFA_Document::RemovePurgeNode(CXFA_Node* pNode) { in RemovePurgeNode()
335 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in GetNodeByID() local
352 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in DoProtoMerge() local
Dcxfa_node.cpp70 for (CXFA_Node* pNode = pCommonParent->GetFirstChild(); pNode; in NodesSortedByDocumentIdx() local
84 CXFA_NodeSetPair* NodeSetPairForNode(CXFA_Node* pNode, in NodeSetPairForNode()
221 CXFA_Node* pNode = m_pChild; in ~CXFA_Node() local
274 for (CXFA_Node* pNode = m_pParent->m_pChild; pNode; pNode = pNode->m_pNext) { in GetPrevSibling() local
282 CXFA_Node* pNode = m_pNext; in GetNextContainerSibling() local
293 for (CXFA_Node* pNode = m_pParent->m_pChild; pNode; pNode = pNode->m_pNext) { in GetPrevContainerSibling() local
303 CXFA_Node* pNode = m_pChild; in GetFirstContainerChild() local
310 CXFA_Node* pNode = m_pParent; in GetContainerParent() local
457 CXFA_Node* pNode = m_pDocument->CreateNode(m_ePacket, eType); in CreateSamePacketNode() local
686 CXFA_Keep* pNode = in GetIntact() local
[all …]
Dcxfa_attachnodelist.cpp24 bool CXFA_AttachNodeList::Append(CXFA_Node* pNode) { in Append()
40 bool CXFA_AttachNodeList::Remove(CXFA_Node* pNode) { in Remove()
Dcxfa_arraynodelist.cpp28 bool CXFA_ArrayNodeList::Append(CXFA_Node* pNode) { in Append()
44 bool CXFA_ArrayNodeList::Remove(CXFA_Node* pNode) { in Remove()
Dcxfa_validate.cpp78 CXFA_Message* pNode = in GetMessageText() local
121 CXFA_Message* pNode = in SetMessageText() local
147 CXFA_Picture* pNode = GetChild<CXFA_Picture>(0, XFA_Element::Picture, false); in GetPicture() local
Dxfa_utils.cpp114 bool AttributeSaveInDataModel(CXFA_Node* pNode, XFA_Attribute eAttribute) { in AttributeSaveInDataModel()
154 void SaveAttribute(CXFA_Node* pNode, in SaveAttribute()
173 void RegenerateFormFile_Changed(CXFA_Node* pNode, in RegenerateFormFile_Changed()
341 CXFA_Node* pNode, in RegenerateFormFile_Container()
419 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode) { in XFA_GetLocaleValue()
463 bool XFA_FDEExtension_ResolveNamespaceQualifier(CFX_XMLElement* pNode, in XFA_FDEExtension_ResolveNamespaceQualifier()
524 CXFA_Node* pNode, in XFA_DataExporter_RegenerateFormFile()
Dcxfa_value.cpp61 CXFA_Node* pNode = GetFirstChild(); in GetChildValueClassID() local
66 CXFA_Node* pNode = GetFirstChild(); in GetChildValueContent() local
Dcxfa_dataexporter.cpp30 CXFA_Node* pNode, in Export()
44 CXFA_Node* pNode, in Export()
Dcxfa_contentlayoutitem.cpp12 CXFA_ContentLayoutItem::CXFA_ContentLayoutItem(CXFA_Node* pNode) in CXFA_ContentLayoutItem()
Dcxfa_simple_parser.cpp140 bool MatchNodeName(CFX_XMLNode* pNode, in MatchNodeName()
638 CXFA_Node* pNode = in ParseAsXDPPacket_Config() local
659 CXFA_Node* pNode = in ParseAsXDPPacket_Template() local
707 CXFA_Node* pNode = in ParseAsXDPPacket_Form() local
740 CXFA_Node* pNode = m_pFactory->CreateNode(XFA_PacketType::Datasets, in ParseAsXDPPacket_Data() local
776 CXFA_Node* pNode = m_pFactory->CreateNode(XFA_PacketType::Datasets, in ParseAsXDPPacket_Data() local
807 CXFA_Node* pNode = m_pFactory->CreateNode(packet_type, element); in ParseAsXDPPacket_LocaleConnectionSourceSet() local
826 CXFA_Node* pNode = in ParseAsXDPPacket_Xdc() local
838 CXFA_Node* pNode = in ParseAsXDPPacket_User() local
Dcxfa_containerlayoutitem.cpp16 CXFA_ContainerLayoutItem::CXFA_ContainerLayoutItem(CXFA_Node* pNode) in CXFA_ContainerLayoutItem()
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlnode.cpp107 CFX_XMLNode* pNode = m_pChild; in GetPath() local
133 int32_t CFX_XMLNode::InsertChildNode(CFX_XMLNode* pNode, int32_t index) { in InsertChildNode()
161 void CFX_XMLNode::RemoveChildNode(CFX_XMLNode* pNode) { in RemoveChildNode()
276 CFX_XMLNode* pNode) { in InsertNodeItem()
306 CFX_XMLNode* pNode = nullptr; in RemoveNodeItem() local
332 CFX_XMLNode* pNode = (CFX_XMLNode*)this; in SaveXMLNode() local
/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.cpp106 CXFA_Node* pNode = pItemNode->GetFirstChild(); in GetTextNode() local
123 CXFA_Caption* pNode = m_pWidgetAcc->GetNode()->GetChild<CXFA_Caption>( in GetParaIfExists() local
132 CXFA_Caption* pNode = m_pWidgetAcc->GetNode()->GetChild<CXFA_Caption>( in GetFontIfExists() local
Dcxfa_ffdocview.cpp73 void CXFA_FFDocView::InitLayout(CXFA_Node* pNode) { in InitLayout()
225 CXFA_Node* pNode = pWidgetAcc->GetNode(); in ResetSingleWidgetAccData() local
298 CXFA_Node* pNode = pWidgetAcc ? pWidgetAcc->GetNode() : nullptr; in ProcessWidgetEvent() local
471 for (CXFA_Node* pNode = pFormNode->GetFirstContainerChild(); pNode; in ExecEventActivityByDeepFirst() local
529 CXFA_Node* pNode = resolveNodeRS.objects.front()->AsNode(); in GetWidgetAccByName() local
598 void CXFA_FFDocView::AddNewFormNode(CXFA_Node* pNode) { in AddNewFormNode()
603 void CXFA_FFDocView::AddIndexChangedSubform(CXFA_Node* pNode) { in AddIndexChangedSubform()
680 void CXFA_FFDocView::InitCalculate(CXFA_Node* pNode) { in InitCalculate()
692 bool CXFA_FFDocView::InitValidate(CXFA_Node* pNode) { in InitValidate()
Dcxfa_ffnotify.cpp103 CXFA_Node* pNode) { in OnCreateContainerLayoutItem()
115 CXFA_Node* pNode) { in OnCreateContentLayoutItem()
240 void CXFA_FFNotify::AddCalcValidate(CXFA_Node* pNode) { in AddCalcValidate()
307 void CXFA_FFNotify::RunNodeInitialize(CXFA_Node* pNode) { in RunNodeInitialize()
332 void CXFA_FFNotify::SetFocusWidgetNode(CXFA_Node* pNode) { in SetFocusWidgetNode()
341 void CXFA_FFNotify::OnNodeReady(CXFA_Node* pNode) { in OnNodeReady()
Dcxfa_ffdraw.cpp14 CXFA_FFDraw::CXFA_FFDraw(CXFA_Node* pNode) : CXFA_FFWidget(pNode) {} in CXFA_FFDraw()
Dcxfa_ffsubform.cpp14 CXFA_FFSubForm::CXFA_FFSubForm(CXFA_Node* pNode) : CXFA_FFWidget(pNode) {} in CXFA_FFSubForm()
Dcxfa_ffexclgroup.cpp14 CXFA_FFExclGroup::CXFA_FFExclGroup(CXFA_Node* pNode) : CXFA_FFWidget(pNode) {} in CXFA_FFExclGroup()
Dcxfa_widgetacc.cpp364 std::pair<XFA_Element, CXFA_Node*> CreateUIChild(CXFA_Node* pNode) { in CreateUIChild()
515 CXFA_WidgetAcc::CXFA_WidgetAcc(CXFA_Node* pNode) in CXFA_WidgetAcc()
1708 for (CXFA_Node* pNode = ToNode(m_pNode->GetFirstChild()); pNode; in GetSelectedMember() local
1722 for (CXFA_Node* pNode = ToNode(m_pNode->GetFirstChild()); pNode; in SetSelectedMember() local
1738 for (CXFA_Node* pNode = m_pNode->GetFirstChild(); pNode; in SetSelectedMemberByValue() local
1776 CXFA_Node* pNode = pExcl->GetFirstChild(); in GetExclGroupFirstMember() local
1785 CXFA_Node* CXFA_WidgetAcc::GetExclGroupNextMember(CXFA_Node* pNode) { in GetExclGroupNextMember()
1835 for (CXFA_Node* pNode = m_pNode->GetFirstChild(); pNode; in CountChoiceListItems() local
1863 for (CXFA_Node* pNode = m_pNode->GetFirstChild(); pNode; in GetChoiceListItem() local
1897 for (CXFA_Node* pNode = m_pNode->GetFirstChild(); pNode && items.size() < 2; in GetChoiceListItems() local
[all …]
Dcxfa_ffrectangle.cpp12 CXFA_FFRectangle::CXFA_FFRectangle(CXFA_Node* pNode) : CXFA_FFDraw(pNode) {} in CXFA_FFRectangle()
Dcxfa_ffpasswordedit.cpp16 CXFA_FFPasswordEdit::CXFA_FFPasswordEdit(CXFA_Node* pNode) in CXFA_FFPasswordEdit()
/external/pdfium/fxjs/xfa/
Dcjx_list.cpp39 auto* pNode = ToNode(runtime->ToXFAObject(params[0])); in append() local
66 auto* pNode = ToNode(runtime->ToXFAObject(params[0])); in remove() local
Dcjx_treelist.cpp37 CXFA_Node* pNode = GetXFATreeList()->NamedItem( in namedItem() local
/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.cpp39 bool GetNodeAncestorsLimits(const CPDF_Dictionary* pNode, in GetNodeAncestorsLimits()
71 bool UpdateNodesAndLimitsUponDeletion(CPDF_Dictionary* pNode, in UpdateNodesAndLimitsUponDeletion()
156 CPDF_Object* SearchNameNodeByName(const CPDF_Dictionary* pNode, in SearchNameNodeByName()
231 CPDF_Object* SearchNameNodeByIndex(const CPDF_Dictionary* pNode, in SearchNameNodeByIndex()
274 size_t CountNamesInternal(CPDF_Dictionary* pNode, int nLevel) { in CountNamesInternal()

123