Home
last modified time | relevance | path

Searched refs:textInputType (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DImeAdapter.java220 public void updateKeyboardVisibility(long nativeImeAdapter, int textInputType, in updateKeyboardVisibility() argument
230 if (mNativeImeAdapterAndroid != nativeImeAdapter || mTextInputType != textInputType) { in updateKeyboardVisibility()
233 if (textInputType == sTextInputTypeNone) { in updateKeyboardVisibility()
239 attach(nativeImeAdapter, textInputType); in updateKeyboardVisibility()
250 public void attach(long nativeImeAdapter, int textInputType) { in attach() argument
255 mTextInputType = textInputType; in attach()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentViewCore.java2415 private void updateImeAdapter(long nativeImeAdapterAndroid, int textInputType,
2420 mSelectionEditable = (textInputType != ImeAdapter.getTextInputTypeNone());
2423 nativeImeAdapterAndroid, textInputType, showImeIfNeeded);
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h517 WebTextInputType textInputType();
DWebViewImpl.cpp2122 info.type = textInputType(); in textInputInfo()
2155 WebTextInputType WebViewImpl::textInputType() in textInputType() function in blink::WebViewImpl