OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveCreditCard
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.h
45
void
RemoveCreditCard
(const ListValue* args);
autofill_options_handler.cc
170
"
removeCreditCard
",
171
NewCallback(this, &AutofillOptionsHandler::
RemoveCreditCard
));
292
void AutofillOptionsHandler::
RemoveCreditCard
(const ListValue* args) {
301
personal_data_->
RemoveCreditCard
(guid);
/external/chromium/chrome/browser/autofill/
personal_data_manager.h
114
void
RemoveCreditCard
(const std::string& guid);
personal_data_manager.cc
434
wds->
RemoveCreditCard
((*iter)->guid());
564
void PersonalDataManager::
RemoveCreditCard
(const std::string& guid) {
/external/chromium/chrome/browser/webdata/
autofill_table.h
228
bool
RemoveCreditCard
(const std::string& guid);
web_data_service.h
482
void
RemoveCreditCard
(const std::string& guid);
web_data_service_unittest.cc
431
wds_->
RemoveCreditCard
(credit_card.guid());
web_data_service.cc
468
void WebDataService::
RemoveCreditCard
(const std::string& guid) {
[
all
...]
autofill_table.cc
[
all
...]
autofill_table_unittest.cc
[
all
...]
Completed in 1375 milliseconds