/external/chromium_org/chrome/browser/ui/autofill/ |
H A D | autofill_dialog_models_unittest.cc | 5 #include "chrome/browser/ui/autofill/autofill_dialog_models.h" 9 namespace autofill { namespace 11 } // namespace autofill
|
H A D | autofill_dialog_view.cc | 7 #include "chrome/browser/ui/autofill/autofill_dialog_view.h" 9 namespace autofill { namespace 13 } // namespace autofill
|
H A D | popup_constants.h | 8 namespace autofill { namespace 13 } // namespace autofill
|
/external/chromium_org/components/autofill/core/common/ |
H A D | web_element_descriptor.cc | 5 #include "components/autofill/core/common/web_element_descriptor.h" 7 namespace autofill { namespace 9 autofill::WebElementDescriptor::WebElementDescriptor() 12 } // namespace autofill
|
H A D | autofill_constants.cc | 5 #include "components/autofill/core/common/autofill_constants.h" 9 namespace autofill { namespace 20 } // namespace autofill
|
H A D | password_autofill_util.h | 8 namespace autofill { namespace 14 } // namespace autofill
|
H A D | autofill_constants.h | 12 namespace autofill { namespace 23 } // namespace autofill
|
H A D | autofill_pref_names.cc | 5 #include "components/autofill/core/common/autofill_pref_names.h" 7 namespace autofill { namespace 13 "autofill.auxiliary_profiles_enabled"; 16 const char kAutofillEnabled[] = "autofill.enabled"; 23 "autofill.auxiliary_profiles_queried"; 29 "autofill.mac_address_book_prompt_showed_count"; 32 const char kAutofillNegativeUploadRate[] = "autofill.negative_upload_rate"; 35 const char kAutofillPositiveUploadRate[] = "autofill.positive_upload_rate"; 39 const char kAutofillUseMacAddressBook[] = "autofill.use_mac_address_book"; 42 } // namespace autofill [all...] |
H A D | autofill_switches.cc | 5 #include "components/autofill/core/common/autofill_switches.h" 7 namespace autofill { namespace 22 // Removes the requirement that we recieved a ping from the autofill servers 28 const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions"; 42 } // namespace autofill
|
/external/chromium_org/chrome/browser/password_manager/ |
H A D | password_store_mac_internal.h | 13 #include "components/autofill/core/common/password_form.h" 29 std::vector<autofill::PasswordForm*> PasswordsFillingForm( 31 autofill::PasswordForm::Scheme scheme); 35 bool HasPasswordExactlyMatchingForm(const autofill::PasswordForm& query_form); 43 const autofill::PasswordForm& query_form); 50 std::vector<autofill::PasswordForm*> GetAllPasswordFormPasswords(); 55 bool AddPassword(const autofill::PasswordForm& form); 59 bool RemovePassword(const autofill::PasswordForm& form); 69 std::vector<autofill::PasswordForm*> ConvertKeychainItemsToForms( 76 const autofill [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
H A D | autofill_options.css | 5 #autofill-options { 9 #autofill-help { 14 #autofill-options list { 18 .autofill-list-item { 25 .autofill-list-item + img { 30 #autofill-options > div:last-child { 34 #autofill-options > div.settings-list > div:last-child { 39 #autofill-add-address, 40 #autofill-add-creditcard { 44 #autofill [all...] |
/external/chromium_org/components/autofill/core/browser/ |
H A D | autofill_ie_toolbar_import_win.h | 8 namespace autofill { namespace 16 // autofill. 22 } // namespace autofill
|
H A D | test_autofill_external_delegate.h | 8 #include "components/autofill/core/browser/autofill_external_delegate.h" 10 namespace autofill { namespace 19 } // namespace autofill
|
/external/chromium_org/components/password_manager/core/browser/ |
H A D | password_autofill_manager.h | 11 #include "components/autofill/core/browser/autofill_client.h" 12 #include "components/autofill/core/browser/autofill_popup_delegate.h" 13 #include "components/autofill/core/common/password_form_fill_data.h" 24 class PasswordAutofillManager : public autofill::AutofillPopupDelegate { 27 autofill::AutofillClient* autofill_client); 43 const autofill::FormFieldData& field, 44 const autofill::PasswordFormFillData& fill_data); 49 const autofill::FormFieldData& field, 58 bool FillSuggestionForTest(const autofill::FormFieldData& field, 62 bool PreviewSuggestionForTest(const autofill [all...] |
H A D | password_form_manager.h | 14 #include "components/autofill/core/browser/field_types.h" 15 #include "components/autofill/core/common/password_form.h" 40 const autofill::PasswordForm& observed_form, 67 MatchResultMask DoesManage(const autofill::PasswordForm& form) const; 112 // Determines if we need to autofill given the results of the query. 114 void OnRequestDone(const std::vector<autofill::PasswordForm*>& result); 117 const std::vector<autofill::PasswordForm*>& results) OVERRIDE; 125 // authentication if available before being used for autofill. 136 void ProvisionallySave(const autofill::PasswordForm& credentials, 156 const autofill [all...] |
H A D | password_store_sync.h | 22 std::vector<autofill::PasswordForm*>* forms) = 0; 26 std::vector<autofill::PasswordForm*>* forms) = 0; 30 const autofill::PasswordForm& form) = 0; 34 const autofill::PasswordForm& form) = 0; 38 const autofill::PasswordForm& form) = 0;
|
H A D | password_generation_manager.cc | 7 #include "components/autofill/core/browser/autofill_field.h" 8 #include "components/autofill/core/browser/field_types.h" 9 #include "components/autofill/core/browser/form_structure.h" 10 #include "components/autofill/core/common/form_data.h" 25 const std::vector<autofill::FormStructure*>& forms) { 26 std::vector<autofill::FormData> account_creation_forms; 27 for (std::vector<autofill::FormStructure*>::const_iterator form_it = 29 autofill::FormStructure* form = *form_it; 30 for (std::vector<autofill::AutofillField*>::const_iterator field_it = 32 autofill [all...] |
H A D | mock_password_store.h | 8 #include "components/autofill/core/common/password_form.h" 22 MOCK_METHOD1(RemoveLogin, void(const autofill::PasswordForm&)); 24 const autofill::PasswordForm&, 27 MOCK_METHOD1(AddLogin, void(const autofill::PasswordForm&)); 28 MOCK_METHOD1(UpdateLogin, void(const autofill::PasswordForm&)); 32 PasswordStoreChangeList(const autofill::PasswordForm&)); 34 PasswordStoreChangeList(const autofill::PasswordForm&)); 36 PasswordStoreChangeList(const autofill::PasswordForm&)); 42 void(const autofill::PasswordForm& form, 48 bool(std::vector<autofill [all...] |
H A D | password_form_data.h | 10 #include "components/autofill/core/common/password_form.h" 20 const autofill::PasswordForm::Scheme scheme; 36 autofill::PasswordForm* CreatePasswordFormFromData( 42 const std::vector<autofill::PasswordForm*>& first, 43 const std::vector<autofill::PasswordForm*>& second); 46 std::vector<autofill::PasswordForm>& first, 47 std::vector<autofill::PasswordForm>& second);
|
/external/chromium_org/components/autofill/content/common/ |
H A D | autofill_messages.h | 12 #include "components/autofill/content/common/autofill_param_traits_macros.h" 13 #include "components/autofill/core/common/form_data.h" 14 #include "components/autofill/core/common/form_data_predictions.h" 15 #include "components/autofill/core/common/form_field_data.h" 16 #include "components/autofill/core/common/form_field_data_predictions.h" 17 #include "components/autofill/core/common/password_form.h" 18 #include "components/autofill/core/common/password_form_fill_data.h" 19 #include "components/autofill/core/common/web_element_descriptor.h" 34 IPC_STRUCT_TRAITS_BEGIN(autofill::WebElementDescriptor) 39 IPC_ENUM_TRAITS_MAX_VALUE(autofill [all...] |
H A D | autofill_param_traits_macros.h | 11 #include "components/autofill/core/common/password_form.h" 14 IPC_ENUM_TRAITS_MAX_VALUE(autofill::PasswordForm::Type, 15 autofill::PasswordForm::TYPE_LAST) 17 IPC_STRUCT_TRAITS_BEGIN(autofill::FormData) 25 IPC_ENUM_TRAITS_MAX_VALUE(autofill::PasswordForm::Scheme, 26 autofill::PasswordForm::SCHEME_LAST) 28 IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm)
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
H A D | 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; 68 std::vector<autofill::AutofillProfile>* autofill_profiles); 73 std::vector<autofill::CreditCard>* credit_cards); 75 // Adds the autofill profil [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
H A D | autofill_popup_view_cocoa.h | 10 #import "chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h" 12 namespace autofill { namespace 14 } // namespace autofill 20 __weak autofill::AutofillPopupController* controller_; 24 - (id)initWithController:(autofill::AutofillPopupController*)controller
|
H A D | autofill_section_container.h | 12 #include "chrome/browser/ui/autofill/autofill_dialog_types.h" 13 #import "chrome/browser/ui/cocoa/autofill/autofill_input_field.h" 14 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h" 16 namespace autofill { namespace 63 std::vector<const autofill::DetailInput*> detailInputs_; 73 autofill::DialogSection section_; 74 autofill::AutofillDialogViewDelegate* delegate_; // Not owned. 77 @property(readonly, nonatomic) autofill::DialogSection section; 82 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate 83 forSection:(autofill [all...] |
H A D | autofill_header.h | 11 #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h" 13 namespace autofill { namespace 15 } // autofill 24 autofill::AutofillDialogViewDelegate* delegate_; // not owned, owns dialog. 28 - (id)initWithDelegate:(autofill::AutofillDialogViewDelegate*)delegate;
|