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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.h 83 const string16& addressLine1, const string16& addressLine2, const string16& city,
WebAutofill.cpp 236 const string16& addressLine1, const string16& addressLine2, const string16& city,
247 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_LINE1), addressLine1);
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 109 String addressLine1 = c.getString(c.getColumnIndex(
124 fullName, email, company, addressLine1, addressLine2, city,
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 312 string16 addressLine1 = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileAddressLine1);
320 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 143 String companyName, String addressLine1, String addressLine2,
150 mAddressLine1 = addressLine1;
    [all...]

Completed in 94 milliseconds