OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_autofilled
(Results
1 - 21
of
21
) sorted by null
/external/chromium/webkit/glue/
form_field.cc
28
is_autofilled
(false) {
36
is_autofilled
(false) {
48
is_autofilled
= input_element.isAutofilled();
71
bool
is_autofilled
)
77
is_autofilled
(
is_autofilled
) {
form_field.h
35
bool
is_autofilled
);
54
bool
is_autofilled
;
member in struct:webkit_glue::FormField
/external/chromium_org/components/autofill/core/common/
form_field_data.h
24
// |
is_autofilled
|.
38
bool
is_autofilled
;
member in struct:autofill::FormFieldData
71
EXPECT_EQ(expected.
is_autofilled
, actual.
is_autofilled
); \
form_data_unittest.cc
28
field_data.
is_autofilled
= true;
form_field_data.cc
64
is_autofilled
(false),
105
pickle->WriteBool(field_data.
is_autofilled
);
131
!iter->ReadBool(&field_data->
is_autofilled
) ||
166
<< (field.
is_autofilled
? "true" : "false")
form_field_data_unittest.cc
22
data.
is_autofilled
= true;
/external/chromium/chrome/browser/autofill/
autofill_metrics.h
54
// |
is_autofilled
()|.
58
// |
is_autofilled
()| but has a value that is present in the personal data
autofill_metrics_unittest.cc
226
field.
is_autofilled
= true;
257
field.
is_autofilled
= true;
468
field.
is_autofilled
= true;
602
field.
is_autofilled
= true;
640
field.
is_autofilled
= true;
[
all
...]
autofill_manager_unittest.cc
[
all
...]
form_structure.cc
431
// TODO(isherman): <select> fields don't support |
is_autofilled
()|, so we
436
if (field->
is_autofilled
) {
autofill_manager.cc
215
if (form.fields[j].
is_autofilled
)
846
if (!field.
is_autofilled
) {
[
all
...]
/external/chromium_org/components/autofill/core/browser/
autofill_metrics_unittest.cc
340
field.
is_autofilled
= true;
347
field.
is_autofilled
= false;
353
field.
is_autofilled
= false;
359
field.
is_autofilled
= false;
365
field.
is_autofilled
= false;
371
field.
is_autofilled
= true;
603
field.
is_autofilled
= true;
609
field.
is_autofilled
= false;
615
field.
is_autofilled
= false;
620
field.
is_autofilled
= false
[
all
...]
autofill_manager.cc
111
form.fields[i].
is_autofilled
) {
338
if (autofill_field->
is_autofilled
) {
339
autofill_field->
is_autofilled
= false;
475
autofill_field->
is_autofilled
= true;
512
form_structure->field(i)->
is_autofilled
= true;
[
all
...]
autofill_metrics.h
178
// |
is_autofilled
()|.
182
// |
is_autofilled
()| but has a value that is present in the personal data
autofill_external_delegate.cc
307
if (autofill_query_field_.
is_autofilled
) {
autofill_manager_unittest.cc
[
all
...]
form_structure.cc
778
if (field->
is_autofilled
)
845
// TODO(isherman): <select> fields don't support |
is_autofilled
()|, so we
850
if (field->
is_autofilled
) {
[
all
...]
/external/chromium/chrome/common/
autofill_messages.h
24
IPC_STRUCT_TRAITS_MEMBER(
is_autofilled
)
/external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc
359
expected.
is_autofilled
= true;
382
expected.
is_autofilled
= true;
394
expected.
is_autofilled
= true;
[
all
...]
/external/chromium_org/components/autofill/content/common/
autofill_messages.h
48
IPC_STRUCT_TRAITS_MEMBER(
is_autofilled
)
/external/chromium_org/components/autofill/content/renderer/
form_autofill_util.cc
774
field->
is_autofilled
= input_element->isAutofilled();
[
all
...]
Completed in 275 milliseconds