HomeSort by relevance Sort by last modified time
    Searched defs:autofill (Results 101 - 125 of 402) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_observer.h 8 namespace autofill { namespace
23 } // namespace autofill
phone_number_i18n_unittest.cc 8 #include "components/autofill/core/browser/phone_number_i18n.h"
15 namespace autofill { namespace
389 } // namespace autofill
test_autofill_external_delegate.cc 5 #include "components/autofill/core/browser/test_autofill_external_delegate.h"
9 namespace autofill { namespace
29 } // namespace autofill
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.h 22 namespace autofill { namespace
32 // This class manages the various Autofill tables within the SQLite database
37 // autofill
48 // in the appropriate row of the autofill table.
52 // autofill_profiles This table contains Autofill profile data added by the
53 // user with the Autofill dialog. Most of the columns are
103 // This table contains guids of "trashed" autofill
110 // with the Autofill dialog. Most of the columns are
139 // autofill table. A list of all added and updated autofill entrie
    [all...]
autofill_webdata.h 24 namespace autofill { namespace
30 // Pure virtual interface for retrieving Autofill data. API users
61 // Schedules a task to add an Autofill profile to the web database.
64 // Schedules a task to update an Autofill profile in the web database.
67 // Schedules a task to remove an Autofill profile from the web database.
71 // Initiates the request for all Autofill profiles. The method
95 // Removes Autofill records from the database.
99 // Removes origin URLs associated with Autofill profiles and credit cards from
105 } // namespace autofill
  /external/chromium_org/components/autofill/core/common/
autofill_pref_names.cc 5 #include "components/autofill/core/common/autofill_pref_names.h"
7 namespace autofill { namespace
10 // Boolean that is true when auxiliary Autofill profiles are enabled.
13 "autofill.auxiliary_profiles_enabled";
15 // Boolean that is true if Autofill is enabled and allowed to save profile data.
16 const char kAutofillEnabled[] = "autofill.enabled";
19 const char kAutofillNegativeUploadRate[] = "autofill.negative_upload_rate";
22 const char kAutofillPositiveUploadRate[] = "autofill.positive_upload_rate";
25 } // namespace autofill
form_data.cc 5 #include "components/autofill/core/common/form_data.h"
9 namespace autofill { namespace
40 } // namespace autofill
form_data_predictions.cc 5 #include "components/autofill/core/common/form_data_predictions.h"
7 namespace autofill { namespace
35 } // namespace autofill
form_data_predictions.h 11 #include "components/autofill/core/common/form_data.h"
12 #include "components/autofill/core/common/form_field_data_predictions.h"
14 namespace autofill { namespace
36 } // namespace autofill
form_field_data_predictions.cc 5 #include "components/autofill/core/common/form_field_data_predictions.h"
7 namespace autofill { namespace
38 } // namespace autofill
forms_seen_state.h 8 namespace autofill { namespace
22 } // namespace autofill
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillTestHelper.java 5 package org.chromium.chrome.browser.autofill;
8 import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
9 import org.chromium.chrome.browser.autofill.PersonalDataManager.CreditCard;
10 import org.chromium.chrome.browser.autofill.PersonalDataManager.PersonalDataManagerObserver;
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 14 #include "components/autofill/core/browser/autofill_metrics.h"
24 namespace autofill { namespace
30 // Creates an autofill credit card infobar delegate and adds it to
81 } // namespace autofill
  /external/chromium_org/chrome/browser/password_manager/
password_generation_manager.h 16 namespace autofill { namespace
101 scoped_ptr<autofill::PasswordGenerator> password_generator_;
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h 17 namespace autofill { namespace
25 } // namespace autofill
37 scoped_refptr<autofill::AutofillWebDataService> GetWebDataService(
41 autofill::PersonalDataManager* GetPersonalDataManager(
46 void AddKeys(int profile, const std::set<autofill::AutofillKey>& keys);
50 void RemoveKey(int profile, const autofill::AutofillKey& key);
56 std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT;
62 // Replaces the Autofill profiles in sync profile |profile| with
65 std::vector<autofill::AutofillProfile>* autofill_profiles);
70 std::vector<autofill::CreditCard>* credit_cards)
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_sign_in_delegate.cc 5 #include "chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h"
7 #include "chrome/browser/ui/autofill/autofill_dialog_view.h"
11 namespace autofill { namespace
51 } // namespace autofill
mock_new_credit_card_bubble_controller.h 11 namespace autofill { namespace
42 } // namespace autofill
tab_autofill_manager_delegate.h 12 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
13 #include "components/autofill/content/browser/autocheckout_steps.h"
14 #include "components/autofill/core/browser/autocheckout_bubble_state.h"
15 #include "components/autofill/core/browser/autofill_manager_delegate.h"
25 namespace autofill { namespace
111 } // namespace autofill
test_generated_credit_card_bubble_view.cc 5 #include "chrome/browser/ui/autofill/test_generated_credit_card_bubble_view.h"
7 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h"
9 namespace autofill { namespace
43 } // namespace autofill
test_generated_credit_card_bubble_view.h 11 #include "chrome/browser/ui/autofill/generated_credit_card_bubble_view.h"
13 namespace autofill { namespace
55 } // namespace autofill
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_container.h 14 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
18 namespace autofill { namespace
34 scoped_ptr<autofill::DialogNotification> checkboxNotification_;
37 autofill::AutofillDialogViewDelegate* delegate_;
41 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
47 - (void)setNotifications:(const autofill::DialogNotifications&) notifications;
autofill_suggestion_container.h 11 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
13 namespace autofill { namespace
34 autofill::AutofillDialogViewDelegate* delegate_; // Not owned.
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
password_generation_bubble_controller.h 12 #include "components/autofill/core/common/password_generation_util.h"
15 namespace autofill { namespace
43 autofill::PasswordGenerator* passwordGenerator_;
45 autofill::password_generation::PasswordGenerationActions actions_;
56 usingGenerator:(autofill::PasswordGenerator*)passwordGenerator
  /external/chromium_org/chrome/browser/ui/views/autofill/
autocheckout_bubble_views.h 10 #include "chrome/browser/ui/autofill/autocheckout_bubble.h"
18 namespace autofill { namespace
23 // The bubble is only displayed when the Autofill server hints that the current
56 } // namespace autofill
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.h 19 namespace autofill { namespace
21 } // namespace autofill
36 virtual scoped_refptr<autofill::AutofillWebDataService> GetAutofillWebData();
45 scoped_refptr<autofill::AutofillWebDataService> autofill_web_data_;

Completed in 500 milliseconds

1 2 3 45 6 7 8 91011>>