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

/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_logger_android.cc13 const base::string16& profile_full_name) {
18 base::android::ConvertUTF16ToJavaString(env, profile_full_name);
11 DidFillOrPreviewField( const base::string16& autofilled_value, const base::string16& profile_full_name) argument
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_client.cc73 const base::string16& profile_full_name) {
71 DidFillOrPreviewField( const base::string16& autofilled_value, const base::string16& profile_full_name) argument
H A Dautofill_manager.cc570 base::string16 profile_full_name; local
573 profile_full_name = data_model->GetInfo(
602 client_->DidFillOrPreviewField(value, profile_full_name);
662 client_->DidFillOrPreviewField(value, profile_full_name);
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.cc166 const base::string16& profile_full_name) {
164 DidFillOrPreviewField( const base::string16& autofilled_value, const base::string16& profile_full_name) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dchrome_autofill_client.cc203 const base::string16& profile_full_name) {
206 profile_full_name);
201 DidFillOrPreviewField( const base::string16& autofilled_value, const base::string16& profile_full_name) argument

Completed in 166 milliseconds