Home
last modified time | relevance | path

Searched defs:GetFormNode (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_layoutitem.h42 CXFA_Node* GetFormNode() const { return m_pFormNode.Get(); } in GetFormNode() function
H A Dcxfa_contentlayoutprocessor.h66 CXFA_Node* GetFormNode() { return m_pFormNode; } in GetFormNode() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_layoutitem.h31 CXFA_Node* GetFormNode() const { return m_pFormNode.Get(); } in GetFormNode() function
H A Dcxfa_contentlayoutprocessor.h59 CXFA_Node* GetFormNode() { return m_pFormNode; } in GetFormNode() function
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_layout_itemlayout.h81 CXFA_Node* GetFormNode() { return m_pFormNode; } in GetFormNode() function
H A Dxfa_layout_itemlayout.cpp393 CXFA_Node* CXFA_LayoutItem::GetFormNode() const { in GetFormNode() function in CXFA_LayoutItem