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

  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager_unittest.cc 226 MockAutofillExternalDelegate external_delegate(autofill_manager.get(),
228 autocomplete_history_manager.SetExternalDelegate(&external_delegate);
231 EXPECT_CALL(external_delegate, OnSuggestionsReturned(_, _, _, _, _));
autofill_manager.h 205 AutofillExternalDelegate* external_delegate() { function in class:autofill::AutofillManager
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 71 base::WeakPtr<AutofillExternalDelegate> external_delegate,
74 external_delegate, NULL, NULL, element_bounds,
241 // external_delegate thinks is being shown in the process, since we are just
592 NiceMock<MockAutofillExternalDelegate> external_delegate(
595 new TestAutofillPopupController(external_delegate.GetWeakPtr(),

Completed in 856 milliseconds