Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.h52 void RemoveEventFromSet(const FieldEvent& event);
DJS_Context.cpp69 m_pRuntime->RemoveEventFromSet(event); in RunScript()
DJS_Runtime.cpp253 void CJS_Runtime::RemoveEventFromSet(const FieldEvent& event) { function in CJS_Runtime