Searched refs:FormSubmitted (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_metrics_unittest.cc201 void FormSubmitted(const FormData& form, const TimeTicks& timestamp) { function in class:autofill::__anon6323::TestAutofillManager
206 // Wait for the asynchronous FormSubmitted() call to complete.
383 EXPECT_NO_FATAL_FAILURE(autofill_manager_->FormSubmitted(form,
485 EXPECT_NO_FATAL_FAILURE(autofill_manager_->FormSubmitted(form,
728 autofill_manager_->FormSubmitted(form, TimeTicks::Now());
750 autofill_manager_->FormSubmitted(form, TimeTicks::Now());
763 autofill_manager_->FormSubmitted(form, TimeTicks::Now());
775 autofill_manager_->FormSubmitted(form, TimeTicks::Now());
788 autofill_manager_->FormSubmitted(form, TimeTicks::Now());
801 autofill_manager_->FormSubmitted(for
[all...]
H A Dautofill_manager_unittest.cc634 void FormSubmitted(const FormData& form) { function in class:autofill::AutofillManagerTest
2312 TEST_F(AutofillManagerTest, FormSubmitted) {
2332 FormSubmitted(response_data);
2356 FormSubmitted(form);
2430 FormSubmitted(response_data);
2454 FormSubmitted(form);
2486 FormSubmitted(response_data);
2494 FormSubmitted(response_data);
2802 FormSubmitted(form);
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager_unittest.cc222 return base::Bind(&PasswordManagerTest::FormSubmitted,
226 void FormSubmitted(const autofill::PasswordForm& form) { function in class:password_manager::PasswordManagerTest

Completed in 60 milliseconds