Searched refs:deleteSurroundingText (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
H A DAdapterInputConnectionTest.java92 mConnection.deleteSurroundingText(1, 0);
101 mConnection.deleteSurroundingText(0, 1);
110 mConnection.deleteSurroundingText(2, 0);
124 public boolean deleteSurroundingText(int beforeLength, int afterLength) { method in class:AdapterInputConnectionTest.TestImeAdapter
H A DImeTest.java453 deleteSurroundingText(mConnection, 1, 0);
469 deleteSurroundingText(mConnection, 1, 0); // DEL on empty still sends 1,0
546 deleteSurroundingText(mConnection, 1, 0);
570 deleteSurroundingText(mConnection, 1, 0);
578 deleteSurroundingText(mConnection, 1, 0);
586 deleteSurroundingText(mConnection, 1, 0);
593 deleteSurroundingText(mConnection, 1, 0); // DEL on empty still sends 1,0
895 private void deleteSurroundingText(final AdapterInputConnection connection, final int before, method in class:ImeTest
900 connection.deleteSurroundingText(before, after);
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dexterns.js42 chrome.input.ime.deleteSurroundingText = function(parameters, opt_callback) {};
H A Dbraille_ime.js424 chrome.input.ime.deleteSurroundingText(
429 // deleteSurroundingText works correctly.
430 chrome.input.ime.deleteSurroundingText(
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DAdapterInputConnection.java324 * @see BaseInputConnection#deleteSurroundingText(int, int)
327 public boolean deleteSurroundingText(int beforeLength, int afterLength) { method in class:AdapterInputConnection
329 Log.w(TAG, "deleteSurroundingText [" + beforeLength + " " + afterLength + "]");
337 super.deleteSurroundingText(beforeLength, afterLength);
342 // |ImeAdapter.deleteSurroundingText| and sends synthetic key events with a dummy key code.
353 result &= mImeAdapter.deleteSurroundingText(beforeLength, afterLength);
376 deleteSurroundingText(1, 0);
379 deleteSurroundingText(0, 1);
509 deleteSurroundingText(selection - compositionStart, selection - compositionEnd);
H A DImeAdapter.java543 boolean deleteSurroundingText(int beforeLength, int afterLength) { method in class:ImeAdapter
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js3160 chrome.input.ime.deleteSurroundingText = function(parameters, opt_callback) {};
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 275 milliseconds