Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/content/renderer/
Dautofill_agent.cc128 autofill_query_id_(0), in AutofillAgent()
301 ++autofill_query_id_; in didRequestAutocomplete()
459 if (!render_view()->GetWebView() || query_id != autofill_query_id_) in OnFillForm()
473 if (!render_view()->GetWebView() || query_id != autofill_query_id_) in OnPreviewForm()
636 autofill_query_id_ = query_counter++; in QueryAutofillSuggestions()
680 autofill_query_id_, in QueryAutofillSuggestions()
Dautofill_agent.h192 int autofill_query_id_; variable