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 210 MockAutofillExternalDelegate external_delegate(autofill_manager.get(),
212 autocomplete_history_manager.SetExternalDelegate(&external_delegate);
215 EXPECT_CALL(external_delegate, OnSuggestionsReturned(_, _, _, _, _));
230 MockAutofillExternalDelegate external_delegate(autofill_manager.get(),
232 autocomplete_history_manager.SetExternalDelegate(&external_delegate);
243 EXPECT_CALL(external_delegate,
autofill_manager.h 219 AutofillExternalDelegate* external_delegate() { function in class:autofill::AutofillManager
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 72 base::WeakPtr<AutofillExternalDelegate> external_delegate,
75 external_delegate, NULL, NULL, element_bounds,
241 // external_delegate thinks is being shown in the process, since we are just

Completed in 83 milliseconds