Home
last modified time | relevance | path

Searched refs:was_query_node_autofilled_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/content/renderer/
Dautofill_agent.cc131 was_query_node_autofilled_(false), in AutofillAgent()
462 was_query_node_autofilled_ = element_.isAutofilled(); in OnFillForm()
476 was_query_node_autofilled_ = element_.isAutofilled(); in OnPreviewForm()
490 ClearPreviewedFormWithElement(element_, was_query_node_autofilled_); in OnClearPreviewedForm()
695 was_query_node_autofilled_ = element_.isAutofilled(); in PreviewFieldWithValue()
Dautofill_agent.h207 bool was_query_node_autofilled_; variable