OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveAutofillProfile
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h
69
virtual void
RemoveAutofillProfile
(const std::string& guid) = 0;
autofill_webdata_backend_impl.h
110
WebDatabase::State
RemoveAutofillProfile
(const std::string& guid,
autofill_webdata_service.h
69
virtual void
RemoveAutofillProfile
(const std::string& guid) OVERRIDE;
autofill_webdata_service.cc
118
void AutofillWebDataService::
RemoveAutofillProfile
(
121
Bind(&AutofillWebDataBackendImpl::
RemoveAutofillProfile
,
autofill_webdata_backend_impl.cc
211
WebDatabase::State AutofillWebDataBackendImpl::
RemoveAutofillProfile
(
221
if (!AutofillTable::FromWebDatabase(db)->
RemoveAutofillProfile
(guid)) {
autofill_table.h
246
virtual bool
RemoveAutofillProfile
(const std::string& guid);
autofill_table_unittest.cc
636
EXPECT_TRUE(table_->
RemoveAutofillProfile
(billing_profile.guid()));
819
// Try to delete the trashed profile. This stops |
RemoveAutofillProfile
| from
821
// removal from trash is done by |WebDataService|. |
RemoveAutofillProfile
|
825
EXPECT_TRUE(table_->
RemoveAutofillProfile
(profile.guid()));
834
EXPECT_TRUE(table_->
RemoveAutofillProfile
(profile.guid()));
[
all
...]
web_data_service_unittest.cc
349
wds_->
RemoveAutofillProfile
(profile.guid());
autofill_table.cc
[
all
...]
/external/chromium/chrome/browser/webdata/
autofill_table.h
212
virtual bool
RemoveAutofillProfile
(const std::string& guid);
web_data_service.h
462
void
RemoveAutofillProfile
(const std::string& guid);
autofill_table_unittest.cc
772
EXPECT_TRUE(db.GetAutofillTable()->
RemoveAutofillProfile
(
[
all
...]
web_data_service_unittest.cc
312
wds_->
RemoveAutofillProfile
(profile.guid());
web_data_service.cc
416
void WebDataService::
RemoveAutofillProfile
(const std::string& guid) {
[
all
...]
autofill_table.cc
1059
bool AutofillTable::
RemoveAutofillProfile
(const std::string& guid) {
[
all
...]
/external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc
182
if (!web_database_->GetAutofillTable()->
RemoveAutofillProfile
(
autofill_change_processor.cc
400
if (!web_database_->GetAutofillTable()->
RemoveAutofillProfile
(*guid)) {
autofill_profile_model_associator.cc
445
if (!web_database_->GetAutofillTable()->
RemoveAutofillProfile
(
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc
496
database_->
RemoveAutofillProfile
(guid);
782
database_->
RemoveAutofillProfile
((*iter)->guid());
[
all
...]
personal_data_manager_unittest.cc
571
autofill_database_service_->
RemoveAutofillProfile
(profile1.guid());
572
autofill_database_service_->
RemoveAutofillProfile
(profile2.guid());
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
136
MOCK_METHOD1(
RemoveAutofillProfile
,
[
all
...]
/external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
113
MOCK_METHOD1(
RemoveAutofillProfile
,
849
EXPECT_CALL(autofill_table_,
RemoveAutofillProfile
(native_guid)).
[
all
...]
/external/chromium/chrome/browser/autofill/
personal_data_manager_unittest.cc
494
wds->
RemoveAutofillProfile
(profile1.guid());
495
wds->
RemoveAutofillProfile
(profile2.guid());
[
all
...]