Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffwidgethandler.cpp204 return !pNode->GetEventByActivity(kXFAEventActivity[eEventType], false) in HasEvent()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h323 std::vector<CXFA_Event*> GetEventByActivity(XFA_AttributeValue iActivity,
Dcxfa_node.cpp2431 GetEventByActivity(iActivity, pEventParam->m_bIsFormReady); in ProcessEvent()
3039 std::vector<CXFA_Event*> CXFA_Node::GetEventByActivity( in GetEventByActivity() function in CXFA_Node