Home
last modified time | relevance | path

Searched refs:_cancel_cb (Results 1 – 9 of 9) sorted by relevance

/dports/net-p2p/edonkey-tool-hash/ed2k_hash-0.4.0/ed2k_hash/GUI/
H A DConfiguration.cpp86 _bt_cancel->callback(&Config::_cancel_cb, this); in Config()
125 void Config::_cancel_cb(Fl_Widget *w, void *p) in _cancel_cb() function in Config
H A DConfiguration.h72 static void _cancel_cb(Fl_Widget*, void*);
H A DMainWindow.h100 static void _cancel_cb(Fl_Widget*, void*);
H A DMainWindow.cpp60 { "&Cancel", FL_ALT + FL_CTRL + 'c', &MainWindow::_cancel_cb, this }, in MainWindow()
413 void MainWindow::_cancel_cb(Fl_Widget *w, void *p) in _cancel_cb() function in MainWindow
/dports/devel/efl/efl-1.25.1/src/tests/ecore/
H A Defl_app_test_promise.c277 _cancel_cb(void *data, const Eina_Value v, const Eina_Future *dead_future EINA_UNUSED) in _cancel_cb() function
617 f = eina_future_then(first, _cancel_cb, &cancel_count); in EFL_START_TEST()
619 middle = eina_future_then(f, _cancel_cb, &cancel_count); in EFL_START_TEST()
621 f = eina_future_then(middle, _cancel_cb, &cancel_count); in EFL_START_TEST()
628 {.cb = _cancel_cb, .data = &cancel_count}, in EFL_START_TEST()
629 {.cb = _cancel_cb, .data = &cancel_count}, in EFL_START_TEST()
630 {.cb = _cancel_cb, .data = &cancel_count}); in EFL_START_TEST()
690 {.cb = _cancel_cb, .data = &cancel_count}, in EFL_START_TEST()
691 {.cb = _cancel_cb, .data = &cancel_count}, in EFL_START_TEST()
692 {.cb = _cancel_cb, .data = &cancel_count}); in EFL_START_TEST()
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/lib/
H A Dconnectauth.py53 "on_connectauth_cancel_clicked": self._cancel_cb,
102 def _cancel_cb(self, src): member in _vmmConnectAuth
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/
H A Dvmmenu.py177 _cancel_cb = None
179 _cancel_cb = (VMActionUI.save_cancel, vm)
192 src.topwin, cancel_cb=_cancel_cb)
/dports/security/py-exscript/exscript-2.6/tests/Exscript/protocols/
H A DProtocolTest.py538 def _cancel_cb(self, data): member in ProtocolTest
547 self.protocol.data_received_event.connect(self._cancel_cb)
/dports/devel/efl/efl-1.25.1/src/lib/ecore_evas/
H A Decore_evas.c5524 _cancel_cb(Ecore_Evas *ee, unsigned int seat, Ecore_Evas_Selection_Buffer buffer) in _cancel_cb() function
5587 …eina_content_type_get(content) : NULL), content ? _deliver_cb : NULL, content ? _cancel_cb : NULL); in ecore_evas_selection_set()
5658 …_array(available_type, eina_content_type_get(content)), drag_rep, _deliver_cb, _cancel_cb, action); in ecore_evas_drag_start()