Searched refs:profile_full_name (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_logger_android.h19 // with data from |profile_full_name|.
21 const base::string16& profile_full_name);
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_client.h117 const base::string16& profile_full_name) = 0;
H A Dtest_autofill_client.h54 const base::string16& profile_full_name) OVERRIDE;
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/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
H A Dchrome_autofill_client.h72 const base::string16& profile_full_name) OVERRIDE;
/external/chromium_org/android_webview/native/
H A Daw_autofill_client.h88 const base::string16& profile_full_name) OVERRIDE;
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

Completed in 1212 milliseconds