HomeSort by relevance Sort by last modified time
    Searched defs:DeleteSurroundingText (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/base/ime/chromeos/
mock_ime_input_context_handler.cc 35 void MockIMEInputContextHandler::DeleteSurroundingText(int32 offset,
  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_engine.cc 93 bool MockInputMethodEngine::DeleteSurroundingText(int context_id,
input_method_engine.cc 525 bool InputMethodEngine::DeleteSurroundingText(int context_id,
546 input_context->DeleteSurroundingText(offset, number_of_chars);
  /external/chromium_org/content/browser/renderer_host/
ime_adapter_android.cc 283 void ImeAdapterAndroid::DeleteSurroundingText(JNIEnv*, jobject,
  /external/chromium_org/ui/base/ime/
input_method_chromeos.cc 548 void InputMethodChromeOS::DeleteSurroundingText(int32 offset, uint32 length) {

Completed in 373 milliseconds