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

  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_logger_android.h 19 // with data from |profile_full_name|.
21 const base::string16& profile_full_name);
autofill_logger_android.cc 13 const base::string16& profile_full_name) {
18 base::android::ConvertUTF16ToJavaString(env, profile_full_name);
  /external/chromium_org/components/autofill/core/browser/
autofill_client.h 117 const base::string16& profile_full_name) = 0;
test_autofill_client.cc 73 const base::string16& profile_full_name) {
test_autofill_client.h 54 const base::string16& profile_full_name) OVERRIDE;
autofill_manager.cc 552 base::string16 profile_full_name; local
554 profile_full_name = data_model->GetInfo(
578 client_->DidFillOrPreviewField(value, profile_full_name);
635 client_->DidFillOrPreviewField(value, profile_full_name);
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
chrome_autofill_client.cc 186 const base::string16& profile_full_name) {
189 profile_full_name);
chrome_autofill_client.h 70 const base::string16& profile_full_name) OVERRIDE;
  /external/chromium_org/android_webview/native/
aw_autofill_client.h 88 const base::string16& profile_full_name) OVERRIDE;
aw_autofill_client.cc 161 const base::string16& profile_full_name) {

Completed in 131 milliseconds