Home
last modified time | relevance | path

Searched refs:OnFormSubmitted (Results 1 – 8 of 8) 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/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.h147 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()