Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/glue/java/src/com/android/webview/chromium/
H A DWebViewChromiumFactoryProvider.java624 AutofillProvider createAutofillProvider(Context context, ViewGroup containerView) { in createAutofillProvider() method in WebViewChromiumFactoryProvider
H A DWebViewChromium.java410 public AutofillProvider createAutofillProvider(
412 return mFactory.createAutofillProvider(context, mWebView);
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java366 public AutofillProvider createAutofillProvider(Context context, ViewGroup containerView) { in createAutofillProvider() method in AwContents.DependencyFactory
960 mAutofillProvider = dependencyFactory.createAutofillProvider(context, mContainerView); in AwContents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwAutofillTest.java776 public AutofillProvider createAutofillProvider( in setUp()