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

  /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 74 milliseconds