OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCreditCards
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h
69
void
SetCreditCards
(int profile,
autofill_helper.cc
250
void
SetCreditCards
(int profile, std::vector<CreditCard>* credit_cards) {
256
pdm->
SetCreditCards
(credit_cards);
two_client_autofill_sync_test.cc
36
using autofill_helper::
SetCreditCards
;
473
SetCreditCards
(0, &credit_cards);
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.h
37
void
SetCreditCards
(int, std::vector<autofill::CreditCard>*);
209
friend void autofill_helper::
SetCreditCards
(
226
void
SetCreditCards
(std::vector<CreditCard>* credit_cards);
personal_data_manager.cc
811
void PersonalDataManager::
SetCreditCards
(
986
SetCreditCards
(&credit_cards);
[
all
...]
/external/chromium/chrome/browser/autofill/
personal_data_manager.h
103
void
SetCreditCards
(std::vector<CreditCard>* credit_cards);
autofill_ie_toolbar_import_win.cc
177
personal_data_manager_->
SetCreditCards
(&credit_cards_);
personal_data_manager.cc
411
void PersonalDataManager::
SetCreditCards
(
532
// TODO(jhawkins): Refactor
SetCreditCards
so this isn't so hacky.
540
SetCreditCards
(&credit_cards);
565
// TODO(jhawkins): Refactor
SetCreditCards
so this isn't so hacky.
577
SetCreditCards
(&credit_cards);
923
SetCreditCards
(&creditcards);
personal_data_manager_unittest.cc
164
// TODO(jhawkins): Test
SetCreditCards
w/out a WebDataService in the profile.
165
TEST_F(PersonalDataManagerTest,
SetCreditCards
) {
190
personal_data_->
SetCreditCards
(&update);
205
personal_data_->
SetCreditCards
(&update);
279
personal_data_->
SetCreditCards
(&update_cc);
401
personal_data_->
SetCreditCards
(&update);
727
personal_data_->
SetCreditCards
(&update);
[
all
...]
/external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc
153
personal_data_manager()->
SetCreditCards
(cards);
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc
519
personal_data_manager_->
SetCreditCards
(&cards);
[
all
...]
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
Completed in 163 milliseconds