/packages/apps/Phone/res/layout/ |
dialpad_additional_buttons.xml | 17 <!-- Horizontal row of buttons (Search / Dial / Backspace) shown 58 <!-- Onscreen "Backspace/Delete" button -->
|
dtmf_twelve_key_dialer_view.xml | 40 can't edit or "hit backspace" since these are DTMF tones you've
|
/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler.h | 77 // Handler of "backspace" signal. 78 static void BackSpace(GtkTextView* text_view);
|
gtk_key_bindings_handler.cc | 87 text_view_class->backspace = BackSpace; 145 void GtkKeyBindingsHandler::BackSpace(GtkTextView* text_view) {
|
/external/pcre/ |
CleanTxt | 17 s/.\x8//g; # Remove "char, backspace" 66 $next[$i] =~ s/.\x8//g; # Remove "char, backspace"
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
backspace.js | 23 Filename: backspace.js 35 writeHeaderToLog('Executing script: backspace.js');
|
/cts/tests/tests/text/src/android/text/method/cts/ |
BaseKeyListenerTest.java | 73 baseKeyListener.backspace(mTextView, content, KeyEvent.KEYCODE_DEL, delKeyEvent); 79 baseKeyListener.backspace(mTextView, content, KeyEvent.KEYCODE_DEL, delKeyEvent); 87 baseKeyListener.backspace(mTextView, content, KeyEvent.KEYCODE_DEL, altDelKeyEvent);
|
/frameworks/base/core/java/android/text/method/ |
BaseKeyListener.java | 44 public boolean backspace(View view, Editable content, int keyCode, KeyEvent event) { method in class:BaseKeyListener 73 // Alt+Backspace or Alt+ForwardDelete deletes the current line, if possible. 151 handled = backspace(view, content, keyCode, event);
|
/external/clang/utils/ |
clang-completion-mode.el | 206 ;; Invoked when the user types the backspace key to update the filter 208 (defun clang-backspace () 246 ;; Delete and backspace filter the results of the currently-active 248 (define-key clang-completion-mode-map [(backspace)] 'clang-backspace)
|
/external/chromium/chrome/browser/resources/keyboard/ |
index.html | 77 .backspace {
|
/external/qemu/pc-bios/keymaps/ |
common | 16 BackSpace 0xe
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_mac.h | 126 // Called when the user hits backspace in |field_|. Checks whether 128 // backspace should be intercepted (not forwarded on to the standard
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
TextEntryState.java | 166 public static void backspace() { method in class:TextEntryState 173 if (DEBUG) displayState("backspace");
|
/external/chromium/chrome/browser/resources/ |
keyboard_overlay.js | 21 backspace: 'backspace', 30 glyph_backspace: 'backspace',
|
keyboard_overlay_data.js | 106 "key": "backspace", 107 "label": "backspace", 108 "notes": "backspace", 591 "key": "backspace", 592 "label": "backspace", 593 "notes": "backspace", 1085 "key": "backspace", 1086 "label": "backspace", 1087 "notes": "backspace", [all...] |
/bionic/libc/regex/ |
cname.h | 53 { "backspace", '\b' },
|
/external/llvm/lib/Support/ |
regcname.h | 53 { "backspace", '\b' },
|
/external/webkit/Source/WebCore/platform/iphone/ |
KeyEventIPhone.mm | 75 // Turn 0x7F into 8, because backspace needs to always be 8.
|
/frameworks/base/core/res/res/layout/ |
keyguard_screen_sim_pin_landscape.xml | 73 <ImageButton android:id="@+id/backspace"
|
keyguard_screen_sim_pin_portrait.xml | 70 <ImageButton android:id="@+id/backspace"
|
/frameworks/base/core/res/res/layout-sw600dp/ |
keyguard_screen_sim_pin_landscape.xml | 75 <ImageButton android:id="@+id/backspace"
|
keyguard_screen_sim_pin_portrait.xml | 70 <ImageButton android:id="@+id/backspace"
|
/frameworks/base/data/keyboards/ |
Vendor_046d_Product_c532.kl | 22 # - FORWARD_DEL is produced by fn + BACKSPACE
|
/ndk/sources/host-tools/ndk-stack/regex/ |
cname.h | 53 { "backspace", '\b' },
|
/packages/apps/Contacts/res/layout/ |
dialpad_additional_buttons.xml | 64 <!-- Onscreen "Backspace/Delete" button -->
|