Home
last modified time | relevance | path

Searched refs:SendEvent (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.cpp269 bool CFWL_ScrollBar::SendEvent() { in SendEvent() function in CFWL_ScrollBar
358 if (!SendEvent()) { in OnLButtonDown()
394 SendEvent(); in OnMouseWheel()
465 if (!SendEvent()) { in OnTimerFired()
Dcfwl_notedriver.h28 void SendEvent(CFWL_Event* pNote);
Dcfwl_scrollbar.h85 bool SendEvent();
Dcfwl_notedriver.cpp30 void CFWL_NoteDriver::SendEvent(CFWL_Event* pNote) { in SendEvent() function in CFWL_NoteDriver
Dcfwl_widget.cpp306 pNoteDriver->SendEvent(pEvent); in DispatchEvent()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h156 bool SendEvent(const char *event, DNBError &send_err);
DMachProcess.mm1523 bool MachProcess::SendEvent(const char *event, DNBError &send_err) { function
1525 "MachProcess::SendEvent (event = %s) to pid: %d", event,
3950 DNBLogError("SendEvent called with NULL event data.");
3951 send_err.SetErrorString("SendEvent called with empty event data");
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py465 def SendEvent (mycontrol, evt): function
DJetCtrls.py271 SendEvent(self.cmb, wx.EVT_COMBOBOX.evtType[0])
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp832 return procSP->SendEvent(event, send_error); in DNBProcessSendEvent()