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

  /external/chromium_org/ui/base/ime/chromeos/
mock_ime_input_context_handler.cc 20 void MockIMEInputContextHandler::CommitText(const std::string& text) {
  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_engine.cc 35 bool MockInputMethodEngine::CommitText(int context_id,
input_method_engine.cc 248 bool InputMethodEngine::CommitText(int context_id, const char* text,
260 IMEBridge::Get()->GetInputContextHandler()->CommitText(text);
  /external/chromium_org/content/browser/renderer_host/
ime_adapter_android.cc 231 void ImeAdapterAndroid::CommitText(JNIEnv* env, jobject, jstring text_str) {
  /external/chromium_org/ui/base/ime/
input_method_chromeos.cc 454 void InputMethodChromeOS::CommitText(const std::string& text) {
567 CommitText(commit_text);

Completed in 147 milliseconds