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

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 204 private boolean isFor(int nativeImeAdapter, int textInputType) {
206 mTextInputType == textInputType;
209 public void attachAndShowIfNeeded(int nativeImeAdapter, int textInputType,
219 if (!isFor(nativeImeAdapter, textInputType)) {
222 if (textInputType == sTextInputTypeNone) {
229 attach(nativeImeAdapter, textInputType, selectionStart, selectionEnd);
240 public void attach(int nativeImeAdapter, int textInputType, int selectionStart,
246 mTextInputType = textInputType;
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 316 virtual WebTextInputType textInputType() {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 592 WebTextInputType textInputType();
    [all...]
WebViewImpl.cpp     [all...]

Completed in 118 milliseconds