Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutitem.cpp39 : m_ItemType(type), m_pFormNode(pNode) {} in CXFA_LayoutItem()
43 if (m_pFormNode) { in ~CXFA_LayoutItem()
44 auto* pJSObj = m_pFormNode->JSObject(); in ~CXFA_LayoutItem()
73 if (pCurNode->m_pFormNode->GetElementType() == XFA_Element::PageArea) in GetPage()
Dcxfa_layoutitem.h31 CXFA_Node* GetFormNode() const { return m_pFormNode.Get(); } in GetFormNode()
32 void SetFormNode(CXFA_Node* pNode) { m_pFormNode = pNode; } in SetFormNode()
40 UnownedPtr<CXFA_Node> m_pFormNode; variable
Dcxfa_contentlayoutprocessor.h59 CXFA_Node* GetFormNode() { return m_pFormNode; } in GetFormNode()
216 CXFA_Node* const m_pFormNode; variable
Dcxfa_contentlayoutprocessor.cpp622 : m_pFormNode(pNode), m_pViewLayoutProcessor(pViewLayoutProcessor) { in CXFA_ContentLayoutProcessor()