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

  /external/chromium_org/components/autofill/core/browser/
address_field.cc 75 if (address_field->company_ != NULL ||
95 if (company_) {
96 base::string16 name = StringToLowerASCII(company_->name);
128 : company_(NULL),
176 bool ok = AddClassification(company_, address_company, map);
189 if (address_field->company_ && !address_field->company_->IsEmpty())
193 &address_field->company_);
address_field.h 72 const AutofillField* company_; // optional member in class:autofill::AddressField
autofill_profile.h 207 CompanyInfo company_; member in class:autofill::AutofillProfile
autofill_profile.cc 257 company_ = profile.company_;
832 v[2] = &company_;
853 return &company_;
  /external/chromium/chrome/browser/autofill/
address_field.cc 56 ok = Add(field_type_map, company_, AutofillType(address_company));
131 if (address_field->company_ != NULL ||
162 : company_(NULL),
178 if (address_field->company_ && !address_field->company_->IsEmpty())
188 if (!ParseText(iter, pattern, &address_field->company_))
address_field.h 57 AutofillField* company_; // optional member in class:AddressField
autofill_profile.h 170 CompanyInfo company_; member in class:AutofillProfile
autofill_profile.cc 208 company_ = profile.company_;
610 v[2] = &company_;
632 form_group = &company_;

Completed in 134 milliseconds