Home
last modified time | relevance | path

Searched refs:registerAutofillProvider (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/junit/src/org/chromium/chrome/browser/keyboard_accessory/bar_component/
H A DKeyboardAccessoryControllerTest.java250 mCoordinator.registerAutofillProvider(autofillSuggestionProvider, mMockAutofillDelegate); in testSortsActionsBasedOnType()
305 mCoordinator.registerAutofillProvider(autofillSuggestionProvider, mMockAutofillDelegate); in testDeletingActionsAffectsOnlyOneType()
362 mCoordinator.registerAutofillProvider(autofillSuggestionProvider, mMockAutofillDelegate); in testCreatesAddressItemWithIPH()
381 mCoordinator.registerAutofillProvider(autofillSuggestionProvider, mMockAutofillDelegate); in testCreatesPaymentItemWithIPH()
403 mCoordinator.registerAutofillProvider(autofillSuggestionProvider, mMockAutofillDelegate); in testCreatesIPHForSecondPasswordItem()
473 mCoordinator.registerAutofillProvider(autofillSuggestionProvider, mMockAutofillDelegate); in testRecordsOneImpressionForEveryInitialContentOnVisibilityChange()
517 mCoordinator.registerAutofillProvider(autofillSuggestionProvider, mMockAutofillDelegate); in testRecordsContentBarImpressionOnceAndContentsUpToOnce()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/
H A DManualFillingCoordinator.java102 public void registerAutofillProvider( in registerAutofillProvider() method in ManualFillingCoordinator
104 mMediator.registerAutofillProvider(autofillProvider, delegate); in registerAutofillProvider()
H A DAutofillKeyboardAccessoryViewBridge.java88 mManualFillingComponent.registerAutofillProvider(mChipProvider, this); in init()
H A DManualFillingMediator.java221 void registerAutofillProvider( in registerAutofillProvider() method in ManualFillingMediator
225 mKeyboardAccessory.registerAutofillProvider(autofillProvider, delegate); in registerAutofillProvider()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/public/java/src/org/chromium/chrome/browser/keyboard_accessory/
H A DManualFillingComponent.java88 void registerAutofillProvider( in registerAutofillProvider() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/bar_component/
H A DKeyboardAccessoryCoordinator.java191 public void registerAutofillProvider( in registerAutofillProvider() method in KeyboardAccessoryCoordinator