OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CREDIT_CARD
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_type.cc
117
{ AutofillType::
CREDIT_CARD
, AutofillType::NO_SUBGROUP },
119
{ AutofillType::
CREDIT_CARD
, AutofillType::NO_SUBGROUP },
121
{ AutofillType::
CREDIT_CARD
, AutofillType::NO_SUBGROUP },
123
{ AutofillType::
CREDIT_CARD
, AutofillType::NO_SUBGROUP },
125
{ AutofillType::
CREDIT_CARD
, AutofillType::NO_SUBGROUP },
127
{ AutofillType::
CREDIT_CARD
, AutofillType::NO_SUBGROUP },
129
{ AutofillType::
CREDIT_CARD
, AutofillType::NO_SUBGROUP },
131
{ AutofillType::
CREDIT_CARD
, AutofillType::NO_SUBGROUP },
133
{ AutofillType::
CREDIT_CARD
, AutofillType::NO_SUBGROUP },
autofill_type.h
29
CREDIT_CARD
,
autofill_manager.cc
26
#include "chrome/browser/autofill/
credit_card
.h"
150
bool is_credit_card_field = current_type_group == AutofillType::
CREDIT_CARD
;
389
(AutofillType(type).group() == AutofillType::
CREDIT_CARD
);
519
const CreditCard*
credit_card
= NULL;
local
524
credit_card
= *iter;
528
DCHECK(
credit_card
);
531
if (!profile && !
credit_card
)
536
FindSectionBounds(*form_structure, *autofill_field, (
credit_card
!= NULL),
549
DCHECK_NE(AutofillType::
CREDIT_CARD
,
553
DCHECK_EQ(AutofillType::
CREDIT_CARD
,
928
CreditCard*
credit_card
= *iter;
local
[
all
...]
autofill_metrics.cc
94
case AutofillType::
CREDIT_CARD
:
form_structure.cc
114
if (autofill_type.group() == AutofillType::
CREDIT_CARD
)
258
if (autofill_type.group() == AutofillType::
CREDIT_CARD
)
personal_data_manager.cc
240
if (group == AutofillType::
CREDIT_CARD
) {
533
void PersonalDataManager::AddCreditCard(const CreditCard&
credit_card
) {
539
credit_cards.push_back(
credit_card
);
543
void PersonalDataManager::UpdateCreditCard(const CreditCard&
credit_card
) {
552
if ((*iter)->guid() ==
credit_card
.guid()) {
554
*iter = new CreditCard(
credit_card
);
559
wds->UpdateCreditCard(
credit_card
);
611
const FormGroup*
credit_card
= *iter;
local
612
if (!
credit_card
) {
617
credit_card
->GetPossibleFieldTypes(clean_info, possible_types)
[
all
...]
Completed in 50 milliseconds