OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveAutofillProfile
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h
70
virtual void
RemoveAutofillProfile
(const std::string& guid) = 0;
autofill_webdata_service.h
70
virtual void
RemoveAutofillProfile
(const std::string& guid) OVERRIDE;
autofill_webdata_service.cc
118
void AutofillWebDataService::
RemoveAutofillProfile
(
121
Bind(&AutofillWebDataBackendImpl::
RemoveAutofillProfile
,
autofill_table.h
207
virtual bool
RemoveAutofillProfile
(const std::string& guid);
autofill_webdata_backend_impl.h
110
WebDatabase::State
RemoveAutofillProfile
(const std::string& guid,
autofill_webdata_backend_impl.cc
211
WebDatabase::State AutofillWebDataBackendImpl::
RemoveAutofillProfile
(
221
if (!AutofillTable::FromWebDatabase(db)->
RemoveAutofillProfile
(guid)) {
web_data_service_unittest.cc
339
wds_->
RemoveAutofillProfile
(profile.guid());
autofill_table_unittest.cc
755
EXPECT_TRUE(table_->
RemoveAutofillProfile
(billing_profile.guid()));
[
all
...]
autofill_profile_syncable_service.cc
297
if (!autofill_table->
RemoveAutofillProfile
(bundle.profiles_to_delete[i]))
autofill_table.cc
[
all
...]
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc
503
database_->
RemoveAutofillProfile
(guid);
842
database_->
RemoveAutofillProfile
((*iter)->guid());
[
all
...]
personal_data_manager_unittest.cc
568
autofill_database_service_->
RemoveAutofillProfile
(profile1.guid());
569
autofill_database_service_->
RemoveAutofillProfile
(profile2.guid());
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
143
MOCK_METHOD1(
RemoveAutofillProfile
,
[
all
...]
Completed in 562 milliseconds