HomeSort by relevance Sort by last modified time
    Searched refs:AutofillManager (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/components/autofill/core/browser/
test_autofill_external_delegate.h 12 class AutofillManager;
autofill_manager.cc 166 AutofillManager::AutofillManager(
193 AutofillManager::~AutofillManager() {}
196 void AutofillManager::RegisterProfilePrefs(
237 void AutofillManager::MigrateUserPrefs(PrefService* prefs) {
272 void AutofillManager::SetExternalDelegate(AutofillExternalDelegate* delegate) {
274 // work if the delegate has a pointer to the AutofillManager, but
280 void AutofillManager::ShowAutofillSettings() {
285 bool AutofillManager::ShouldShowAccessAddressBookSuggestion
    [all...]
autocomplete_history_manager_unittest.cc 177 MockAutofillExternalDelegate(AutofillManager* autofill_manager,
208 scoped_ptr<AutofillManager> autofill_manager(
209 new AutofillManager(autofill_driver_.get(),
212 AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER));
228 scoped_ptr<AutofillManager> autofill_manager(
229 new AutofillManager(autofill_driver_.get(),
232 AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER));
autofill_external_delegate.h 21 class AutofillManager;
31 // Creates an AutofillExternalDelegate for the specified AutofillManager and
33 AutofillExternalDelegate(AutofillManager* manager,
122 AutofillManager* manager_; // weak.
autofill_manager.h 66 class AutofillManager : public AutofillDownloadManager::Observer {
80 AutofillManager(AutofillDriver* driver,
84 virtual ~AutofillManager();
177 AutofillManager(AutofillDriver* driver,
348 base::WeakPtrFactory<AutofillManager> weak_ptr_factory_;
376 DISALLOW_COPY_AND_ASSIGN(AutofillManager);
autofill_external_delegate_unittest.cc 75 class MockAutofillManager : public AutofillManager {
80 : AutofillManager(driver, client, NULL) {}
108 // Order of destruction is important as AutofillManager relies on
autofill_metrics_unittest.cc 165 class TestAutofillManager : public AutofillManager {
170 : AutofillManager(driver, autofill_client, personal_manager),
184 AutofillManager::metric_logger()));
217 AutofillManager::UploadFormDataAsyncCallback(submitted_form,
249 // Order of destruction is important as AutofillManager relies on
274 // Order of destruction is important as AutofillManager relies on
    [all...]
autofill_test_utils.cc 36 AutofillManager::RegisterProfilePrefs(registry.get());
autofill_external_delegate.cc 44 AutofillExternalDelegate::AutofillExternalDelegate(AutofillManager* manager,
  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver.h 42 AutofillManager::AutofillDownloadManagerState enable_download_manager);
72 AutofillManager* autofill_manager() { return autofill_manager_.get(); }
79 AutofillManager::AutofillDownloadManagerState enable_download_manager);
93 void SetAutofillManager(scoped_ptr<AutofillManager> manager);
96 // AutofillManager instance via which this object drives the shared Autofill
98 scoped_ptr<AutofillManager> autofill_manager_;
content_autofill_driver.cc 38 AutofillManager::AutofillDownloadManagerState enable_download_manager) {
59 AutofillManager::AutofillDownloadManagerState enable_download_manager)
61 autofill_manager_(new AutofillManager(this,
178 AutofillManager::OnFormsSeen)
181 AutofillManager::OnFormSubmitted)
184 AutofillManager::OnTextFieldDidChange)
187 AutofillManager::OnQueryFormFieldAutofill)
190 AutofillManager::OnDidPreviewAutofillFormData)
196 AutofillManager::OnDidFillAutofillFormData)
199 AutofillManager::OnDidEndTextFieldEditing
    [all...]
request_autocomplete_manager_unittest.cc 18 const AutofillManager::AutofillDownloadManagerState kDownloadState =
19 AutofillManager::DISABLE_AUTOFILL_DOWNLOAD_MANAGER;
21 class TestAutofillManager : public AutofillManager {
24 : AutofillManager(driver, client, kAppLocale, kDownloadState),
78 SetAutofillManager(make_scoped_ptr<AutofillManager>(
content_autofill_driver_unittest.cc 34 const AutofillManager::AutofillDownloadManagerState kDownloadState =
35 AutofillManager::DISABLE_AUTOFILL_DOWNLOAD_MANAGER;
39 class MockAutofillManager : public AutofillManager {
42 : AutofillManager(driver, client, kAppLocale, kDownloadState) {}
53 scoped_ptr<AutofillManager> autofill_manager(
  /external/chromium_org/components/password_manager/core/browser/
password_manager_driver.h 14 class AutofillManager;
72 // Returns the AutofillManager associated with this instance.
73 virtual autofill::AutofillManager* GetAutofillManager() = 0;
stub_password_manager_driver.cc 61 autofill::AutofillManager* StubPasswordManagerDriver::GetAutofillManager() {
stub_password_manager_driver.h 37 virtual autofill::AutofillManager* GetAutofillManager() OVERRIDE;
  /external/chromium_org/components/password_manager/content/browser/
content_password_manager_driver.h 17 class AutofillManager;
52 virtual autofill::AutofillManager* GetAutofillManager() OVERRIDE;
content_password_manager_driver.cc 148 autofill::AutofillManager* ContentPasswordManagerDriver::GetAutofillManager() {
  /external/chromium_org/chrome/browser/autofill/
content_autofill_driver_browsertest.cc 67 AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER) {}
87 AutofillManager::RegisterProfilePrefs(autofill_client_.GetPrefRegistry());
form_structure_browsertest.cc 77 AutofillManager* autofill_manager = autofill_driver->autofill_manager();
78 ASSERT_NE(static_cast<AutofillManager*>(NULL), autofill_manager);
autofill_interactive_uitest.cc 208 // Inject the test delegate into the AutofillManager.
212 AutofillManager* autofill_manager = autofill_driver->autofill_manager();
219 AutofillManager* autofill_manager = ContentAutofillDriver::FromWebContents(
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_interactive_uitest.cc 27 AutofillManager* autofill_manager,
autofill_popup_controller_unittest.cc 41 MockAutofillExternalDelegate(AutofillManager* autofill_manager,
137 AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER);
  /external/chromium_org/chrome/browser/ui/
tab_helpers.cc 121 autofill::AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER);
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 348 autofill::AutofillManager::RegisterProfilePrefs(registry);
532 autofill::AutofillManager::MigrateUserPrefs(prefs);

Completed in 351 milliseconds

1 2