Home
last modified time | relevance | path

Searched refs:Backspace (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp262 Backspace(); in OnChar()
480 void CPWL_EditCtrl::Backspace() { in Backspace() function in CPWL_EditCtrl
482 m_pEdit->Backspace(); in Backspace()
DPWL_EditCtrl.h121 void Backspace();
/external/syslinux/core/
Dmacros.inc119 BS equ 8 ; Backspace
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h378 bool Backspace();
457 bool Backspace(bool bAddUndo, bool bPaint);
Dfxet_edit.cpp406 m_pEdit->Backspace(false, true); in Undo()
440 m_pEdit->Backspace(false, true); in Undo()
465 m_pEdit->Backspace(false, true); in Redo()
1126 bool CFX_Edit::Backspace() { in Backspace() function in CFX_Edit
1127 return Backspace(true, true); in Backspace()
1912 bool CFX_Edit::Backspace(bool bAddUndo, bool bPaint) { in Backspace() function in CFX_Edit
/external/python/cpython2/Lib/idlelib/
Dhelp.txt161 Backspace deletes char to the left; DEL deletes char to the right.
180 indentation, Backspace deletes up to 4 spaces if they are there. Tab
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst36 | :const:`BS` | Backspace |
Didle.rst349 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right
351 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right
391 the next line is dedented. In leading indentation, :kbd:`Backspace` deletes up
Dcurses.rst1282 | ``KEY_BACKSPACE`` | Backspace (unreliable) |
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst31 right. Backspace erases the character to the left of the cursor, :kbd:`C-D` the
/external/syslinux/doc/
Dmenu.txt58 Backspace, Tab, Enter, Esc, Space, F1..F12, Up, Down, Left,
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst493 | ``\b`` | ASCII Backspace (BS) | |
/external/python/cpython2/Misc/
Dcheatsheet152 \b Backspace (BS) \t Horizontal Tab (TAB)