Home
last modified time | relevance | path

Searched refs:cancel_callback (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DREADME.txt166 Interrupt Execution # pyshell.PyShell.cancel_callback
DPyShell.py904 text.bind("<<interrupt-execution>>", self.cancel_callback)
1101 def cancel_callback(self, event=None): member in PyShell
/external/python/cpython3/Lib/idlelib/
Dpyshell.py894 text.bind("<<interrupt-execution>>", self.cancel_callback)
1102 def cancel_callback(self, event=None): member in PyShell
DREADME.txt165 Interrupt Execution # pyshell.PyShell.cancel_callback
/external/libchrome/mojo/core/
Dtrap_unittest.cc70 void SetCancelCallback(base::OnceClosure cancel_callback) { in SetCancelCallback() argument
71 cancel_callback_ = std::move(cancel_callback); in SetCancelCallback()