HomeSort by relevance Sort by last modified time
    Searched refs:last_used_choice_is_autofill (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 54 const char kLastUsedChoiceIsAutofill[] = "last_used_choice_is_autofill";
237 bool last_used_choice_is_autofill = false; local
248 &last_used_choice_is_autofill);
258 last_used_choice_is_autofill = true;
283 last_used_choice_is_autofill, jlast_used_account_name.obj(),
392 const bool last_used_choice_is_autofill = !!jlast_used_choice_is_autofill; local
395 last_used_choice_is_autofill);
autofill_dialog_controller_android.h 59 jboolean last_used_choice_is_autofill,

Completed in 443 milliseconds