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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.h 82 void setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName,
WebAutofill.cpp 235 void WebAutofill::setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName,
246 mAutofillProfile->SetInfo(AutofillFieldType(COMPANY_NAME), companyName);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 435 String companyName = null;
471 companyName = getValue();
657 } else if (companyName != null) {
658 name = companyName;
690 if (companyName != null) {
691 ops.addOrganization(entity, Organization.TYPE_WORK, companyName, title, department,
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 314 string16 companyName = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileCompanyName);
323 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 144 String companyName, String addressLine1, String addressLine2,
150 mCompanyName = companyName;
    [all...]

Completed in 130 milliseconds