OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddAutofillProfile
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h
63
virtual void
AddAutofillProfile
(const AutofillProfile& profile) = 0;
autofill_webdata_service.h
68
virtual void
AddAutofillProfile
(const AutofillProfile& profile) OVERRIDE;
autofill_webdata_service.cc
104
void AutofillWebDataService::
AddAutofillProfile
(
107
Bind(&AutofillWebDataBackendImpl::
AddAutofillProfile
,
web_data_service_unittest.cc
301
wds_->
AddAutofillProfile
(profile);
320
wds_->
AddAutofillProfile
(profile);
363
wds_->
AddAutofillProfile
(profile1);
364
wds_->
AddAutofillProfile
(profile2);
489
wds_->
AddAutofillProfile
(profile);
autofill_table.h
200
virtual bool
AddAutofillProfile
(const AutofillProfile& profile);
autofill_webdata_backend_impl.h
102
WebDatabase::State
AddAutofillProfile
(const AutofillProfile& profile,
autofill_webdata_backend_impl.cc
165
WebDatabase::State AutofillWebDataBackendImpl::
AddAutofillProfile
(
168
if (!AutofillTable::FromWebDatabase(db)->
AddAutofillProfile
(profile)) {
autofill_table_unittest.cc
656
EXPECT_TRUE(table_->
AddAutofillProfile
(home_profile));
683
EXPECT_TRUE(table_->
AddAutofillProfile
(billing_profile));
768
EXPECT_TRUE(table_->
AddAutofillProfile
(p));
[
all
...]
autofill_profile_syncable_service.cc
302
if (!autofill_table->
AddAutofillProfile
(*bundle.profiles_to_add[i]))
autofill_table.cc
877
bool AutofillTable::
AddAutofillProfile
(const AutofillProfile& profile) {
[
all
...]
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc
395
database_->
AddAutofillProfile
(profile);
857
database_->
AddAutofillProfile
(*iter);
[
all
...]
personal_data_manager_unittest.cc
553
autofill_database_service_->
AddAutofillProfile
(profile2);
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
141
MOCK_METHOD1(
AddAutofillProfile
,
[
all
...]
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc
[
all
...]
Completed in 4106 milliseconds