HomeSort by relevance Sort by last modified time
    Searched refs:credit_cards (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_dialog.h 34 std::vector<CreditCard>* credit_cards) = 0;
autofill_ie_toolbar_import_win_unittest.cc 20 std::vector<CreditCard>* credit_cards);
162 std::vector<CreditCard> credit_cards; local
163 EXPECT_TRUE(ImportCurrentUserProfiles(&profiles, &credit_cards));
185 ASSERT_EQ(credit_cards.size(), 1);
186 EXPECT_EQ(credit_cards[0].GetInfo(CREDIT_CARD_NAME), credit_card[0].value);
187 EXPECT_EQ(credit_cards[0].GetInfo(CREDIT_CARD_NUMBER), L"4111111111111111");
188 EXPECT_EQ(credit_cards[0].GetInfo(CREDIT_CARD_EXP_MONTH),
190 EXPECT_EQ(credit_cards[0].GetInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR),
201 credit_cards.clear();
202 EXPECT_TRUE(ImportCurrentUserProfiles(&profiles, &credit_cards));
    [all...]
personal_data_manager.cc 412 std::vector<CreditCard>* credit_cards) {
419 credit_cards->erase(
421 credit_cards->begin(), credit_cards->end(),
423 credit_cards->end());
433 if (!FindByGUID<CreditCard>(*credit_cards, (*iter)->guid()))
438 for (std::vector<CreditCard>::iterator iter = credit_cards->begin();
439 iter != credit_cards->end(); ++iter) {
445 for (std::vector<CreditCard>::iterator iter = credit_cards->begin();
446 iter != credit_cards->end(); ++iter)
662 const std::vector<CreditCard*>& PersonalDataManager::credit_cards() { function in class:PersonalDataManager
851 std::vector<CreditCard*> credit_cards = r->GetValue(); local
    [all...]
autofill_ie_toolbar_import_win.cc 29 std::vector<CreditCard>* credit_cards);
197 std::vector<CreditCard>* credit_cards) {
199 DCHECK(credit_cards);
251 credit_cards->push_back(credit_card);
255 return (profiles->size() + credit_cards->size()) > 0;
personal_data_manager.h 101 // Sets |credit_cards_| to the contents of |credit_cards| and updates the web
103 void SetCreditCards(std::vector<CreditCard>* credit_cards);
148 virtual const std::vector<CreditCard*>& credit_cards();
personal_data_manager_unittest.cc 192 const std::vector<CreditCard*>& results1 = personal_data_->credit_cards();
207 const std::vector<CreditCard*>& results2 = personal_data_->credit_cards();
226 const std::vector<CreditCard*>& results3 = personal_data_->credit_cards();
282 const std::vector<CreditCard*>& results2 = personal_data_->credit_cards();
404 const std::vector<CreditCard*>& results1 = personal_data_->credit_cards();
421 const std::vector<CreditCard*>& results2 = personal_data_->credit_cards();
637 const std::vector<CreditCard*>& credit_cards = personal_data_->credit_cards(); local
638 ASSERT_EQ(0U, credit_cards.size());
742 const std::vector<CreditCard*>& results = personal_data_->credit_cards();
1285 const std::vector<CreditCard*>& credit_cards = personal_data_->credit_cards(); local
    [all...]
autofill_manager.cc 383 personal_data_->profiles(), personal_data_->credit_cards(), &host) &&
482 const std::vector<CreditCard*>& credit_cards = personal_data_->credit_cards(); local
490 if (!GetHost(profiles, credit_cards, &host) ||
521 for (std::vector<CreditCard*>::const_iterator iter = credit_cards.begin();
522 iter != credit_cards.end(); ++iter) {
761 const std::vector<CreditCard*>& credit_cards,
771 if (profiles.empty() && credit_cards.empty())
    [all...]
autofill_manager.h 175 const std::vector<CreditCard*>& credit_cards,
autofill_manager_unittest.cc 123 void CreateTestCreditCards(ScopedVector<CreditCard>* credit_cards) {
129 credit_cards->push_back(credit_card);
136 credit_cards->push_back(credit_card);
141 credit_cards->push_back(credit_card);
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 262 ListValue credit_cards; local
264 personal_data_->credit_cards().begin();
265 i != personal_data_->credit_cards().end(); ++i) {
273 credit_cards.Append(entry);
277 credit_cards);
  /external/chromium/chrome/browser/webdata/
autofill_table.h 98 // credit_cards This table contains credit card data added by the user
220 // Records a single credit card in the credit_cards table.
226 // Removes a row from the credit_cards table. |guid| is the identifer of the
236 virtual bool GetCreditCards(std::vector<CreditCard*>* credit_cards);
238 // Removes rows from autofill_profiles and credit_cards if they were created
web_data_service.cc 554 std::vector<CreditCard*> credit_cards = r->GetValue(); local
555 STLDeleteElements(&credit_cards);
1240 std::vector<CreditCard*> credit_cards; local
    [all...]
autofill_table.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 3972 std::vector<CreditCard*> credit_cards = pdm->credit_cards(); local
4010 std::vector<CreditCard> credit_cards; local
4375 std::vector<CreditCard> credit_cards; local
    [all...]
testing_automation_provider.h 691 const std::vector<CreditCard*>& credit_cards);
    [all...]

Completed in 380 milliseconds