Home
last modified time | relevance | path

Searched refs:OnFormSubmitted (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/
Dautocomplete_history_manager_unittest.cc70 autocomplete_manager_->OnFormSubmitted(form); in TEST_F()
94 autocomplete_manager_->OnFormSubmitted(form); in TEST_F()
115 autocomplete_manager_->OnFormSubmitted(form); in TEST_F()
Dautocomplete_history_manager.h47 void OnFormSubmitted(const webkit_glue::FormData& form);
Dautocomplete_history_manager.cc101 void AutocompleteHistoryManager::OnFormSubmitted(const FormData& form) { in OnFormSubmitted() function in AutocompleteHistoryManager
/external/chromium_org/components/autofill/core/browser/
Dautocomplete_history_manager_unittest.cc114 autocomplete_manager_->OnFormSubmitted(form); in TEST_F()
137 autocomplete_manager_->OnFormSubmitted(form); in TEST_F()
157 autocomplete_manager_->OnFormSubmitted(form); in TEST_F()
178 autocomplete_manager_->OnFormSubmitted(form); in TEST_F()
Dautocomplete_history_manager.h46 virtual void OnFormSubmitted(const FormData& form);
Dautocomplete_history_manager.cc107 void AutocompleteHistoryManager::OnFormSubmitted(const FormData& form) { in OnFormSubmitted() function in autofill::AutocompleteHistoryManager
Dautofill_manager.h127 bool OnFormSubmitted(const FormData& form,
Dautofill_manager.cc233 bool AutofillManager::OnFormSubmitted(const FormData& form, in OnFormSubmitted() function in autofill::AutofillManager
236 autocomplete_history_manager_->OnFormSubmitted(form); in OnFormSubmitted()
Dautofill_manager_unittest.cc384 MOCK_METHOD1(OnFormSubmitted, void(const FormData& form));
693 if (autofill_manager_->OnFormSubmitted(form, base::TimeTicks::Now())) in FormSubmitted()
2384 OnFormSubmitted(_)).Times(1); in TEST_F()
Dautofill_metrics_unittest.cc226 if (!OnFormSubmitted(form, timestamp)) in FormSubmitted()
/external/chromium/chrome/browser/chromeos/login/
Daccount_creation_view.cc33 IPC_MESSAGE_HANDLER(AutofillHostMsg_FormSubmitted, OnFormSubmitted) in OnMessageReceived()
49 void OnFormSubmitted(const FormData& form) { in OnFormSubmitted() function in chromeos::AccountCreationTabContents
/external/chromium/chrome/browser/autofill/
Dautofill_metrics_unittest.cc338 EXPECT_NO_FATAL_FAILURE(autofill_manager_->OnFormSubmitted(form)); in TEST_F()
449 EXPECT_NO_FATAL_FAILURE(autofill_manager_->OnFormSubmitted(form)); in TEST_F()
586 EXPECT_NO_FATAL_FAILURE(autofill_manager_->OnFormSubmitted(form)); in TEST_F()
611 EXPECT_NO_FATAL_FAILURE(autofill_manager_->OnFormSubmitted(form)); in TEST_F()
622 EXPECT_NO_FATAL_FAILURE(autofill_manager_->OnFormSubmitted(form)); in TEST_F()
734 EXPECT_NO_FATAL_FAILURE(autofill_manager_->OnFormSubmitted(form)); in TEST_F()
Dautofill_manager.h154 void OnFormSubmitted(const webkit_glue::FormData& form);
Dautofill_manager.cc288 IPC_MESSAGE_HANDLER(AutofillHostMsg_FormSubmitted, OnFormSubmitted) in OnMessageReceived()
306 void AutofillManager::OnFormSubmitted(const FormData& form) { in OnFormSubmitted() function in AutofillManager
311 wrapper->autocomplete_history_manager()->OnFormSubmitted(form); in OnFormSubmitted()
Dautofill_manager_unittest.cc513 autofill_manager_->OnFormSubmitted(form); in FormSubmitted()
/external/chromium_org/components/autofill/content/browser/
Dautofill_driver_impl.cc181 AutofillManager::OnFormSubmitted) in OnMessageReceived()