Home
last modified time | relevance | path

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

1234

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate.h24 bool SetCurrent(NodeType* pNode) { in SetCurrent()
65 NodeType* pNode = m_pCurrent.Get(); in SkipChildrenAndMoveToNext() local
79 bool RootReachableFromNode(NodeType* pNode) { in RootReachableFromNode()
84 NodeType* ParentWithinSubtree(NodeType* pNode) { in ParentWithinSubtree()
89 NodeType* NextSiblingWithinSubtree(NodeType* pNode) { in NextSiblingWithinSubtree()
93 NodeType* PreviousSiblingWithinSubtree(NodeType* pNode) { in PreviousSiblingWithinSubtree()
106 NodeType* LastChild(NodeType* pNode) { in LastChild()
116 NodeType* LastDescendant(NodeType* pNode) { in LastDescendant()
Dxfa_utils.cpp98 bool AttributeSaveInDataModel(CXFA_Node* pNode, XFA_Attribute eAttribute) { in AttributeSaveInDataModel()
136 void SaveAttribute(CXFA_Node* pNode, in SaveAttribute()
155 void RegenerateFormFile_Changed(CXFA_Node* pNode, in RegenerateFormFile_Changed()
306 void RegenerateFormFile_Container(CXFA_Node* pNode, in RegenerateFormFile_Container()
378 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode) { in XFA_GetLocaleValue()
422 bool XFA_FDEExtension_ResolveNamespaceQualifier(CFX_XMLElement* pNode, in XFA_FDEExtension_ResolveNamespaceQualifier()
473 CXFA_Node* pNode, in XFA_DataExporter_RegenerateFormFile()
Dcxfa_node.cpp552 for (CXFA_Node* pNode = pCommonParent->GetFirstChild(); pNode; in NodesSortedByDocumentIdx() local
566 CXFA_NodeSetPair* NodeSetPairForNode(CXFA_Node* pNode, in NodeSetPairForNode()
740 WideString GetNameExpressionSinglePath(CXFA_Node* pNode) { in GetNameExpressionSinglePath()
835 void LoadText(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadText()
857 bool LoadImageData(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadImageData()
890 bool LoadCaption(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadCaption()
925 bool LoadImageData(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadImageData()
1008 for (auto* pNode = GetNextSibling(); pNode; pNode = pNode->GetNextSibling()) { in GetNextContainerSibling() local
1016 for (auto* pNode = GetPrevSibling(); pNode; pNode = pNode->GetPrevSibling()) { in GetPrevContainerSibling() local
1024 for (auto* pNode = GetFirstChild(); pNode; pNode = pNode->GetNextSibling()) { in GetFirstContainerChild() local
[all …]
Dcxfa_attachnodelist.cpp24 void CXFA_AttachNodeList::Append(CXFA_Node* pNode) { in Append()
44 void CXFA_AttachNodeList::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
Dcxfa_arraynodelist.cpp26 void CXFA_ArrayNodeList::Append(CXFA_Node* pNode) { in Append()
44 void CXFA_ArrayNodeList::Remove(CXFA_Node* pNode) { in Remove()
Dcxfa_value.cpp59 CXFA_Node* pNode = GetFirstChild(); in GetChildValueClassID() local
64 CXFA_Node* pNode = GetFirstChild(); in GetChildValueContent() local
Dcxfa_document_parser.cpp46 bool MatchNodeName(CFX_XMLNode* pNode, in MatchNodeName()
474 CXFA_Node* pNode = in ParseAsXDPPacket_Config() local
493 CXFA_Node* pNode = in ParseAsXDPPacket_Template() local
520 CXFA_Node* pNode = in ParseAsXDPPacket_Form() local
551 CXFA_Node* pNode = m_pFactory->CreateNode(XFA_PacketType::Datasets, in ParseAsXDPPacket_Data() local
583 CXFA_Node* pNode = in ParseAsXDPPacket_Data() local
605 CXFA_Node* pNode = m_pFactory->CreateNode(packet_type, element); in ParseAsXDPPacket_LocaleConnectionSourceSet() local
623 CXFA_Node* pNode = in ParseAsXDPPacket_Xdc() local
635 CXFA_Node* pNode = in ParseAsXDPPacket_User() local
Dcxfa_document.cpp164 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in MergeNode() local
176 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in MergeNode() local
196 for (CXFA_Node* pNode = pExistingNode->GetNextSibling(); pNode;) { in CloneOrMergeInstanceManager() local
236 for (CXFA_Node* pNode = pDataScope->GetFirstChild(); pNode; in SortRecurseRecord() local
365 CXFA_Node* pNode = ToNode(pObject); in FindDataRefDataNode() local
1467 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in GetNodeByID() local
1484 for (CXFA_Node* pNode = sIterator.GetCurrent(); pNode; in DoProtoMerge() local
1606 CXFA_Node* pNode = pObject->AsNode(); in GetNotBindNode() local
1705 for (CXFA_Node* pNode = sIterator.MoveToNext(); pNode; in DoDataMerge() local
1765 CXFA_Node* pNode = sIterator.MoveToNext(); in DoDataMerge() local
[all …]
Dcxfa_stroke.cpp111 CXFA_Color* pNode = GetChild<CXFA_Color>(0, XFA_Element::Color, false); in GetColor() local
120 CXFA_Color* pNode = in SetColor() local
/external/pdfium/core/fxcrt/
Dtree_node_unittest.cpp20 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST() local
25 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST() local
30 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST() local
37 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST() local
44 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST() local
51 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST() local
58 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST() local
65 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST() local
80 auto pNode = pdfium::MakeUnique<TestTreeNode>(); in TEST() local
/external/pdfium/core/fxcrt/xml/
Dcfx_xmltext.h32 inline bool IsXMLText(const CFX_XMLNode* pNode) { in IsXMLText()
38 inline CFX_XMLText* ToXMLText(CFX_XMLNode* pNode) { in ToXMLText()
42 inline const CFX_XMLText* ToXMLText(const CFX_XMLNode* pNode) { in ToXMLText()
Dcfx_xmlelement.h54 inline CFX_XMLElement* ToXMLElement(CFX_XMLNode* pNode) { in ToXMLElement()
60 inline const CFX_XMLElement* ToXMLElement(const CFX_XMLNode* pNode) { in ToXMLElement()
Dcfx_xmlchardata.h26 inline CFX_XMLCharData* ToXMLCharData(CFX_XMLNode* pNode) { in ToXMLCharData()
Dcfx_xmlinstruction.h38 inline CFX_XMLInstruction* ToXMLInstruction(CFX_XMLNode* pNode) { in ToXMLInstruction()
Dcfx_xmlnode.cpp13 void CFX_XMLNode::InsertChildNode(CFX_XMLNode* pNode, int32_t index) { in InsertChildNode()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp66 void CXFA_FFDocView::InitLayout(CXFA_Node* pNode) { in InitLayout()
175 CXFA_Node* pNode = m_NewAddedNodes.front(); in UpdateDocView() local
196 void CXFA_FFDocView::UpdateUIDisplay(CXFA_Node* pNode, CXFA_FFWidget* pExcept) { in UpdateUIDisplay()
231 bool CXFA_FFDocView::ResetSingleNodeData(CXFA_Node* pNode) { in ResetSingleNodeData()
247 void CXFA_FFDocView::ResetNode(CXFA_Node* pNode) { in ResetNode()
353 CXFA_Node* pNode, in XFA_ProcessEvent()
409 for (CXFA_Node* pNode = pFormNode->GetFirstContainerChild(); pNode; in ExecEventActivityByDeepFirst() local
452 CXFA_Node* pNode = resolveNodeRS.objects.front()->AsNode(); in GetWidgetByName() local
506 void CXFA_FFDocView::AddNewFormNode(CXFA_Node* pNode) { in AddNewFormNode()
511 void CXFA_FFDocView::AddIndexChangedSubform(CXFA_Node* pNode) { in AddIndexChangedSubform()
[all …]
Dcxfa_ffnotify.cpp83 CXFA_Node* pNode) { in OnCreateViewLayoutItem()
93 CXFA_Node* pNode) { in OnCreateContentLayoutItem()
222 void CXFA_FFNotify::AddCalcValidate(CXFA_Node* pNode) { in AddCalcValidate()
240 void CXFA_FFNotify::OpenDropDownList(CXFA_Node* pNode) { in OpenDropDownList()
275 void CXFA_FFNotify::ResetData(CXFA_Node* pNode) { in ResetData()
288 void CXFA_FFNotify::RunNodeInitialize(CXFA_Node* pNode) { in RunNodeInitialize()
309 void CXFA_FFNotify::SetFocusWidgetNode(CXFA_Node* pNode) { in SetFocusWidgetNode()
316 void CXFA_FFNotify::OnNodeReady(CXFA_Node* pNode) { in OnNodeReady()
423 void CXFA_FFNotify::OnContainerChanged(CXFA_Node* pNode) { in OnContainerChanged()
Dcxfa_textprovider.cpp101 CXFA_Node* pNode = pItemNode->GetFirstChild(); in GetTextNode() local
120 CXFA_Caption* pNode = in GetParaIfExists() local
129 CXFA_Caption* pNode = in GetFontIfExists() local
Dcxfa_fwltheme.cpp130 CXFA_Node* pNode = pWidget->GetNode(); in DrawText() local
154 CXFA_Node* pNode = pWidget->GetNode(); in GetUIMargin() local
244 CXFA_Node* pNode = pWidget->GetNode(); in CalcTextRect() local
Dcxfa_ffexclgroup.cpp14 CXFA_FFExclGroup::CXFA_FFExclGroup(CXFA_Node* pNode) : CXFA_FFWidget(pNode) {} in CXFA_FFExclGroup()
/external/fastrpc/inc/
DAEEQList.h178 #define QLIST_FOR_ALL(pList, pNode) \ argument
183 #define QLIST_FOR_REST(pList, pNode) \ argument
188 #define QLIST_REV_FOR_ALL(pList, pNode) \ argument
193 #define QLIST_REV_FOR_REST(pList, pNode) \ argument
199 #define QLIST_NEXTSAFE_FOR_ALL(pList, pNode, pNodeNext) \ argument
/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutitem.cpp21 RetainPtr<CXFA_LayoutItem> pNode(pLayoutItem->GetFirstChild()); in XFA_ReleaseLayoutItem() local
38 CXFA_LayoutItem::CXFA_LayoutItem(CXFA_Node* pNode, ItemType type) in CXFA_LayoutItem()
/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.cpp39 bool GetNodeAncestorsLimits(CPDF_Dictionary* pNode, in GetNodeAncestorsLimits()
71 bool UpdateNodesAndLimitsUponDeletion(CPDF_Dictionary* pNode, in UpdateNodesAndLimitsUponDeletion()
156 CPDF_Object* SearchNameNodeByName(CPDF_Dictionary* pNode, in SearchNameNodeByName()
231 CPDF_Object* SearchNameNodeByIndex(CPDF_Dictionary* pNode, in SearchNameNodeByIndex()
274 size_t CountNamesInternal(CPDF_Dictionary* pNode, int nLevel) { in CountNamesInternal()
/external/pdfium/fxjs/xfa/
Dcjx_list.cpp44 auto* pNode = in append() local
76 auto* pNode = in remove() local

1234