OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:credit_card1
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autofill/
credit_card_unittest.cc
32
CreditCard
credit_card1
;
local
33
autofill_test::SetCreditCardInfo(&
credit_card1
,
35
string16 summary1 =
credit_card1
.Label();
37
string16 obfuscated1 =
credit_card1
.ObfuscatedNumber();
personal_data_manager_unittest.cc
700
CreditCard
credit_card1
;
local
701
credit_card1
.SetInfo(CREDIT_CARD_NAME, ASCIIToUTF16("Paul"));
722
update.push_back(
credit_card1
);
745
EXPECT_EQ(
credit_card1
.guid(), results[1]->guid());
[
all
...]
/external/chromium_org/components/autofill/core/browser/
credit_card_unittest.cc
71
CreditCard
credit_card1
(base::GenerateGUID(), "https://www.example.com/");
72
test::SetCreditCardInfo(&
credit_card1
,"John Dillinger", "", "01", "2010");
73
base::string16 summary1 =
credit_card1
.Label();
75
base::string16 obfuscated1 =
credit_card1
.ObfuscatedNumber();
personal_data_manager_unittest.cc
258
CreditCard
credit_card1
(base::GenerateGUID(), "https://www.example.com");
259
test::SetCreditCardInfo(&
credit_card1
,
268
personal_data_->AddCreditCard(
credit_card1
);
278
EXPECT_EQ(0,
credit_card1
.Compare(*results1[1]));
283
personal_data_->RemoveByGUID(
credit_card1
.guid());
403
CreditCard
credit_card1
(base::GenerateGUID(), "https://www.example.com");
404
test::SetCreditCardInfo(&
credit_card1
,
423
personal_data_->AddCreditCard(
credit_card1
);
433
EXPECT_EQ(
credit_card1
, *results2[1]);
441
guids.insert(
credit_card1
.guid())
[
all
...]
Completed in 677 milliseconds