Home
last modified time | relevance | path

Searched refs:IsValidInPacket (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h86 bool IsValidInPacket(XFA_PacketType packet) const;
Dcxfa_node.cpp316 bool CXFA_Node::IsValidInPacket(XFA_PacketType packet) const { in IsValidInPacket() function in CXFA_Node
Dcxfa_node_statics.cpp1827 if (!node || !node->IsValidInPacket(packet)) in Create()