OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addressLine1
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp
234
const string16&
addressLine1
, const string16& addressLine2, const string16& city,
245
mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_LINE1),
addressLine1
);
/packages/apps/Browser/src/com/android/browser/
AutofillHandler.java
96
String
addressLine1
= c.getString(c.getColumnIndex(
111
fullName, email, company,
addressLine1
, addressLine2, city,
/external/webkit/Source/WebKit/android/jni/
WebSettings.cpp
301
string16
addressLine1
= getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileAddressLine1);
309
webAutofill->setProfile(fullName, emailAddress, companyName,
addressLine1
, addressLine2, city, state, zipCode, country, phoneNumber);
Completed in 89 milliseconds