OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:autofill_field
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_manager.cc
22
#include "chrome/browser/autofill/
autofill_field
.h"
381
AutofillField*
autofill_field
= NULL;
local
384
FindCachedFormAndField(form, field, &form_structure, &
autofill_field
) &&
387
AutofillFieldType type =
autofill_field
->type();
419
FindSectionBounds(*form_structure, *
autofill_field
,
489
AutofillField*
autofill_field
= NULL;
local
491
!FindCachedFormAndField(form, field, &form_structure, &
autofill_field
))
496
DCHECK(
autofill_field
);
536
FindSectionBounds(*form_structure, *
autofill_field
, (credit_card != NULL),
547
AutofillFieldType field_type =
autofill_field
->type()
[
all
...]
/external/chromium_org/components/autofill/core/browser/
autofill_manager.cc
27
#include "components/autofill/core/browser/
autofill_field
.h"
329
AutofillField*
autofill_field
= NULL;
local
330
if (!GetCachedFormAndField(form, field, &form_structure, &
autofill_field
))
338
if (
autofill_field
->is_autofilled) {
339
autofill_field
->is_autofilled = false;
369
AutofillField*
autofill_field
= NULL;
local
372
GetCachedFormAndField(form, field, &form_structure, &
autofill_field
) &&
375
AutofillType type =
autofill_field
->Type();
407
autofill_field
->section());
448
AutofillField*
autofill_field
= NULL
local
[
all
...]
Completed in 526 milliseconds