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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 237 const string16& state, const string16& zipCode, const string16& country, const string16& phoneNumber)
251 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_ZIP), zipCode);
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 316 string16 zipCode = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileZipCode);
320 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);

Completed in 191 milliseconds