Searched refs:textInputFlags (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DImeAdapter.java251 int textInputFlags, boolean showIfNeeded) {
269 attach(nativeImeAdapter, textInputType, textInputFlags);
280 public void attach(long nativeImeAdapter, int textInputType, int textInputFlags) { argument
286 mTextInputFlags = textInputFlags;
250 updateKeyboardVisibility(long nativeImeAdapter, int textInputType, int textInputFlags, boolean showIfNeeded) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h544 int textInputFlags();
H A DWebViewImpl.cpp2280 info.flags = textInputFlags();
2373 int WebViewImpl::textInputFlags() function in class:WebViewImpl
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java2172 int textInputFlags, String text, int selectionStart, int selectionEnd,
2180 nativeImeAdapterAndroid, textInputType, textInputFlags, showImeIfNeeded);
2171 updateImeAdapter(long nativeImeAdapterAndroid, int textInputType, int textInputFlags, String text, int selectionStart, int selectionEnd, int compositionStart, int compositionEnd, boolean showImeIfNeeded, boolean isNonImeChange) argument

Completed in 105 milliseconds