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

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 217 * @param textInputType Text input type for the currently focused field in renderer.
220 public void updateKeyboardVisibility(long nativeImeAdapter, int textInputType,
230 if (mNativeImeAdapterAndroid != nativeImeAdapter || mTextInputType != textInputType) {
233 if (textInputType == sTextInputTypeNone) {
239 attach(nativeImeAdapter, textInputType);
250 public void attach(long nativeImeAdapter, int textInputType) {
255 mTextInputType = textInputType;
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 517 WebTextInputType textInputType();
WebViewImpl.cpp     [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java     [all...]

Completed in 200 milliseconds