OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imported_credit_card
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.h
36
const CreditCard&
imported_credit_card
) OVERRIDE;
50
const CreditCard&
imported_credit_card
() { return imported_credit_card_; }
function in class:autofill::TestPersonalDataManager
autofill_merge_unittest.cc
231
scoped_ptr<CreditCard>
imported_credit_card
;
local
232
personal_data_.ImportFormData(form_structure, &
imported_credit_card
);
233
EXPECT_EQ(static_cast<CreditCard*>(NULL),
imported_credit_card
.get());
personal_data_manager_unittest.cc
615
scoped_ptr<CreditCard>
imported_credit_card
;
local
617
&
imported_credit_card
));
618
ASSERT_FALSE(
imported_credit_card
);
656
scoped_ptr<CreditCard>
imported_credit_card
;
local
658
&
imported_credit_card
));
659
ASSERT_EQ(static_cast<CreditCard*>(NULL),
imported_credit_card
.get());
689
scoped_ptr<CreditCard>
imported_credit_card
;
local
691
&
imported_credit_card
));
720
scoped_ptr<CreditCard>
imported_credit_card
;
local
722
&
imported_credit_card
));
741
scoped_ptr<CreditCard>
imported_credit_card
;
local
772
scoped_ptr<CreditCard>
imported_credit_card
;
local
799
scoped_ptr<CreditCard>
imported_credit_card
;
local
821
scoped_ptr<CreditCard>
imported_credit_card
;
local
860
scoped_ptr<CreditCard>
imported_credit_card
;
local
907
scoped_ptr<CreditCard>
imported_credit_card
;
local
987
scoped_ptr<CreditCard>
imported_credit_card
;
local
1071
scoped_ptr<CreditCard>
imported_credit_card
;
local
1168
scoped_ptr<CreditCard>
imported_credit_card
;
local
1261
scoped_ptr<CreditCard>
imported_credit_card
;
local
1348
scoped_ptr<CreditCard>
imported_credit_card
;
local
1429
scoped_ptr<CreditCard>
imported_credit_card
;
local
1483
scoped_ptr<CreditCard>
imported_credit_card
;
local
1516
scoped_ptr<CreditCard>
imported_credit_card
;
local
1585
scoped_ptr<CreditCard>
imported_credit_card
;
local
1649
scoped_ptr<CreditCard>
imported_credit_card
;
local
1720
scoped_ptr<CreditCard>
imported_credit_card
;
local
1785
scoped_ptr<CreditCard>
imported_credit_card
;
local
1897
scoped_ptr<CreditCard>
imported_credit_card
;
local
1952
scoped_ptr<CreditCard>
imported_credit_card
;
local
2010
scoped_ptr<CreditCard>
imported_credit_card
;
local
2060
scoped_ptr<CreditCard>
imported_credit_card
;
local
2352
scoped_ptr<CreditCard>
imported_credit_card
;
local
[
all
...]
autofill_manager.cc
784
scoped_ptr<CreditCard>
imported_credit_card
;
local
785
if (!personal_data_->ImportFormData(submitted_form, &
imported_credit_card
))
790
if (
imported_credit_card
) {
796
*
imported_credit_card
));
[
all
...]
Completed in 865 milliseconds