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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.h 84 const string16& state, const string16& zipCode, const string16& country, const string16& phoneNumber);
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 319 string16 zipCode = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileZipCode);
323 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 145 String city, String state, String zipCode, String country,
155 mZipCode = zipCode;
    [all...]

Completed in 170 milliseconds