HomeSort by relevance Sort by last modified time
    Searched defs:addressLine2 (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 236 const string16& addressLine1, const string16& addressLine2, const string16& city,
248 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_LINE2), addressLine2);
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 111 String addressLine2 = c.getString(c.getColumnIndex(
124 fullName, email, company, addressLine1, addressLine2, city,
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 313 string16 addressLine2 = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileAddressLine2);
320 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);

Completed in 630 milliseconds