Searched refs:onCreateInputConnection (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DTestInputMethodManagerWrapper.java30 mInputConnection = mContentViewCore.onCreateInputConnection(mEditorInfo);
38 mInputConnection = mContentViewCore.onCreateInputConnection(mEditorInfo);
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java83 public InputConnection onCreateInputConnection(EditorInfo outAttrs) { method in class:AwTestContainerView
84 return mAwContents.onCreateInputConnection(outAttrs);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java429 public InputConnection onCreateInputConnection(EditorInfo outAttrs) { method in class:ContentView
430 return mContentViewCore.onCreateInputConnection(outAttrs);
H A DContentViewCore.java1511 * @see View#onCreateInputConnection(EditorInfo)
1513 public InputConnection onCreateInputConnection(EditorInfo outAttrs) { method in class:ContentViewCore
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DDesktopView.java277 public InputConnection onCreateInputConnection(EditorInfo outAttrs) { method in class:DesktopView
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1173 * @see android.webkit.WebView#onCreateInputConnection(EditorInfo)
1175 public InputConnection onCreateInputConnection(EditorInfo outAttrs) { method in class:AwContents
1176 return mContentViewCore.onCreateInputConnection(outAttrs);

Completed in 165 milliseconds