Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp248 Backspace(); in OnChar()
399 void CPWL_EditCtrl::Backspace() { in Backspace() function in CPWL_EditCtrl
401 m_pEdit->Backspace(); in Backspace()
Dcpwl_edit_ctrl.h80 void Backspace();
Dcpwl_edit_impl.h288 bool Backspace();
348 bool Backspace(bool bAddUndo, bool bPaint);
Dcpwl_edit_impl.cpp290 m_pEdit->Backspace(false, true); in Undo()
311 m_pEdit->Backspace(false, true); in Undo()
332 m_pEdit->Backspace(false, true); in Redo()
800 bool CPWL_EditImpl::Backspace() { in Backspace() function in CPWL_EditImpl
801 return Backspace(true, true); in Backspace()
1562 bool CPWL_EditImpl::Backspace(bool bAddUndo, bool bPaint) { in Backspace() function in CPWL_EditImpl
/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/cpython3/Doc/library/
Dcurses.ascii.rst35 | :const:`BS` | Backspace |
Didle.rst393 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right
395 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right
434 the next line is dedented. In leading indentation, :kbd:`Backspace` deletes up
Dcurses.rst1380 | ``KEY_BACKSPACE`` | Backspace (unreliable) |
/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.rst1330 | ``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/libxkbcommon/xkbcommon/test/data/symbols/
Dru574 // │ ’ ́ │ 1 ÷ │ 2 ¤ │ 3 § │ 4 $ │ 5 ° │ 6 < │ 7 > │ 8 • │ 9 [ │ 0 ] │ - — │ = ≠ ┃Backspace
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst494 | ``\b`` | ASCII Backspace (BS) | |
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst529 | ``\b`` | ASCII Backspace (BS) | |
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175 …lt",c="mshtml",E="2",z="Scroll",A="1",D="8",N="autoComplete",bg=",",bf="Backspace";qx.Class.define…
/external/python/cpython2/Misc/
Dcheatsheet152 \b Backspace (BS) \t Horizontal Tab (TAB)