OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_filling_credit_card
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_manager.cc
103
// the initiating field. |
is_filling_credit_card
| should be true if filling
109
// depending on whether |
is_filling_credit_card
| is true.
114
bool
is_filling_credit_card
,
151
bool is_appropriate_type = is_credit_card_field ==
is_filling_credit_card
;
388
bool
is_filling_credit_card
=
local
390
if (
is_filling_credit_card
) {
410
else if (
is_filling_credit_card
&& !FormIsHTTPS(form_structure))
420
is_filling_credit_card
, §ion_start, §ion_end);
439
if (!
is_filling_credit_card
)
[
all
...]
/external/chromium_org/components/autofill/core/browser/
autofill_manager.cc
376
bool
is_filling_credit_card
= (type.group() == CREDIT_CARD);
local
377
if (
is_filling_credit_card
) {
396
else if (
is_filling_credit_card
&& !FormIsHTTPS(*form_structure))
421
if (!
is_filling_credit_card
)
[
all
...]
Completed in 137 milliseconds