Searched defs:last_used_choice_is_autofill (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc53 const char kLastUsedChoiceIsAutofill[] = "last_used_choice_is_autofill";
354 bool last_used_choice_is_autofill = false; local
365 &last_used_choice_is_autofill);
376 last_used_choice_is_autofill = true;
415 last_used_choice_is_autofill, jlast_used_account_name.obj(),
478 const bool last_used_choice_is_autofill = !!jlast_used_choice_is_autofill; local
481 last_used_choice_is_autofill);

Completed in 42 milliseconds