OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateAutofillProfile
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h
66
virtual void
UpdateAutofillProfile
(const AutofillProfile& profile) = 0;
autofill_table.h
203
virtual bool
UpdateAutofillProfile
(const AutofillProfile& profile);
315
FRIEND_TEST_ALL_PREFIXES(AutofillTableTest,
UpdateAutofillProfile
);
autofill_webdata_service.h
69
virtual void
UpdateAutofillProfile
(const AutofillProfile& profile) OVERRIDE;
autofill_webdata_service.cc
111
void AutofillWebDataService::
UpdateAutofillProfile
(
114
Bind(&AutofillWebDataBackendImpl::
UpdateAutofillProfile
,
autofill_webdata_backend_impl.h
106
WebDatabase::State
UpdateAutofillProfile
(const AutofillProfile& profile,
autofill_table_unittest.cc
702
EXPECT_TRUE(table_->
UpdateAutofillProfile
(billing_profile));
737
EXPECT_TRUE(table_->
UpdateAutofillProfile
(billing_profile));
780
EXPECT_TRUE(table_->
UpdateAutofillProfile
(p));
789
EXPECT_TRUE(table_->
UpdateAutofillProfile
(p));
[
all
...]
autofill_webdata_backend_impl.cc
183
WebDatabase::State AutofillWebDataBackendImpl::
UpdateAutofillProfile
(
196
if (!AutofillTable::FromWebDatabase(db)->
UpdateAutofillProfile
(profile)) {
web_data_service_unittest.cc
386
wds_->
UpdateAutofillProfile
(profile2_changed);
autofill_profile_syncable_service.cc
307
if (!autofill_table->
UpdateAutofillProfile
(*bundle.profiles_to_update[i]))
autofill_table.cc
946
bool AutofillTable::
UpdateAutofillProfile
(const AutofillProfile& profile) {
[
all
...]
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc
422
database_->
UpdateAutofillProfile
(profile);
849
database_->
UpdateAutofillProfile
(*iter);
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
139
MOCK_METHOD1(
UpdateAutofillProfile
,
[
all
...]
Completed in 320 milliseconds