OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:companyName
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp
235
void WebAutofill::setProfile(const string16& fullName, const string16& emailAddress, const string16&
companyName
,
246
mAutofillProfile->SetInfo(AutofillFieldType(COMPANY_NAME),
companyName
);
/external/webkit/Source/WebKit/android/jni/
WebSettings.cpp
300
string16
companyName
= getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileCompanyName);
309
webAutofill->setProfile(fullName, emailAddress,
companyName
, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
/packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncAdapter.java
361
String
companyName
= null;
400
companyName
= getValue();
591
} else if (
companyName
!= null) {
592
name =
companyName
;
624
if (
companyName
!= null) {
625
ops.addOrganization(entity, Organization.TYPE_WORK,
companyName
, title, department,
[
all
...]
Completed in 734 milliseconds