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

  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager.h 47 virtual void OnFormSubmitted(const FormData& form);
autocomplete_history_manager_unittest.cc 106 autocomplete_manager_->OnFormSubmitted(form);
129 autocomplete_manager_->OnFormSubmitted(form);
149 autocomplete_manager_->OnFormSubmitted(form);
170 autocomplete_manager_->OnFormSubmitted(form);
autocomplete_history_manager.cc 108 void AutocompleteHistoryManager::OnFormSubmitted(const FormData& form) {
autofill_manager.h 141 bool OnFormSubmitted(const FormData& form,
159 // Try and upload |form|. This differs from OnFormSubmitted() in a few ways.
162 // should have been labeled during the upload for OnFormSubmitted().
autofill_manager.cc 306 bool AutofillManager::OnFormSubmitted(const FormData& form,
312 autocomplete_history_manager_->OnFormSubmitted(form);
    [all...]
autofill_metrics_unittest.cc 203 if (!OnFormSubmitted(form, timestamp))
    [all...]
autofill_manager_unittest.cc 365 MOCK_METHOD1(OnFormSubmitted, void(const FormData& form));
444 // Wait for the asynchronous OnFormSubmitted() call to complete.
640 if (autofill_manager_->OnFormSubmitted(form, base::TimeTicks::Now()))
    [all...]
  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver.cc 181 AutofillManager::OnFormSubmitted)

Completed in 158 milliseconds