Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:JNIEnv

31   bool SendKeyEvent(JNIEnv* env, jobject,
37 bool SendSyntheticKeyEvent(JNIEnv*,
43 void SetComposingText(JNIEnv*, jobject, jstring text, int new_cursor_pos);
44 void ImeBatchStateChanged(JNIEnv*, jobject, jboolean is_begin);
45 void CommitText(JNIEnv*, jobject, jstring text);
46 void FinishComposingText(JNIEnv* env, jobject);
47 void AttachImeAdapter(JNIEnv*, jobject java_object);
48 void SetEditableSelectionOffsets(JNIEnv*, jobject, int start, int end);
49 void SetComposingRegion(JNIEnv*, jobject, int start, int end);
50 void DeleteSurroundingText(JNIEnv*, jobject, int before, int after);
51 void Unselect(JNIEnv*, jobject);
52 void SelectAll(JNIEnv*, jobject);
53 void Cut(JNIEnv*, jobject);
54 void Copy(JNIEnv*, jobject);
55 void Paste(JNIEnv*, jobject);
56 void ResetImeAdapter(JNIEnv*, jobject);
68 bool RegisterImeAdapter(JNIEnv* env);