Home
last modified time | relevance | path

Searched refs:wsEventName (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h593 int32_t execSingleEventByName(const CFX_WideStringC& wsEventName,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp1786 const CFX_WideStringC& wsEventName) { in GetEventParaInfoByName() argument
1787 int32_t iLength = wsEventName.GetLength(); in GetEventParaInfoByName()
1788 uint32_t uHash = FX_HashCode_String_GetW(wsEventName.GetPtr(), iLength); in GetEventParaInfoByName()
4941 int32_t CXFA_Node::execSingleEventByName(const CFX_WideStringC& wsEventName, in execSingleEventByName() argument
4945 GetEventParaInfoByName(wsEventName); in execSingleEventByName()