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

  /external/chromium_org/components/autofill/core/browser/
address_field.cc 77 if (address_field->company_ ||
98 : company_(NULL),
116 return AddClassification(company_, COMPANY_NAME, map) &&
127 if (company_ && !company_->IsEmpty())
130 return ParseField(scanner, UTF8ToUTF16(autofill::kCompanyRe), &company_);
address_field.h 52 const AutofillField* company_; member in class:autofill::AddressField
autofill_profile.h 203 CompanyInfo company_; member in class:autofill::AutofillProfile
autofill_profile.cc 260 company_ = profile.company_;
849 v[2] = &company_;
870 return &company_;

Completed in 515 milliseconds