Searched refs:Backspace (Results 1 – 17 of 17) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_ctrl.cpp | 248 Backspace(); in OnChar() 399 void CPWL_EditCtrl::Backspace() { in Backspace() function in CPWL_EditCtrl 401 m_pEdit->Backspace(); in Backspace()
|
D | cpwl_edit_ctrl.h | 80 void Backspace();
|
D | cpwl_edit_impl.h | 288 bool Backspace(); 348 bool Backspace(bool bAddUndo, bool bPaint);
|
D | cpwl_edit_impl.cpp | 290 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/ |
D | help.txt | 161 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/ |
D | curses.ascii.rst | 35 | :const:`BS` | Backspace |
|
D | idle.rst | 393 * :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
|
D | curses.rst | 1380 | ``KEY_BACKSPACE`` | Backspace (unreliable) |
|
/external/python/cpython2/Doc/library/ |
D | curses.ascii.rst | 36 | :const:`BS` | Backspace |
|
D | idle.rst | 349 * :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
|
D | curses.rst | 1330 | ``KEY_BACKSPACE`` | Backspace (unreliable) |
|
/external/python/cpython2/Doc/tutorial/ |
D | interactive.rst | 31 right. Backspace erases the character to the left of the cursor, :kbd:`C-D` the
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | ru | 574 // │ ’ ́ │ 1 ÷ │ 2 ¤ │ 3 § │ 4 $ │ 5 ° │ 6 < │ 7 > │ 8 • │ 9 [ │ 0 ] │ - — │ = ≠ ┃Backspace┃
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 494 | ``\b`` | ASCII Backspace (BS) | |
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 529 | ``\b`` | ASCII Backspace (BS) | |
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …lt",c="mshtml",E="2",z="Scroll",A="1",D="8",N="autoComplete",bg=",",bf="Backspace";qx.Class.define…
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 152 \b Backspace (BS) \t Horizontal Tab (TAB)
|