OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imported_profile
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.h
30
virtual void SaveImportedProfile(const AutofillProfile&
imported_profile
)
33
const AutofillProfile&
imported_profile
() { return imported_profile_; }
function in class:autofill::TestPersonalDataManager
test_personal_data_manager.cc
38
const AutofillProfile&
imported_profile
) {
39
imported_profile_ =
imported_profile
;
personal_data_manager.cc
232
scoped_ptr<AutofillProfile>
imported_profile
(new AutofillProfile);
236
imported_profile
->set_origin(origin);
270
imported_profile
->GetRawInfo(EMAIL_ADDRESS) != value) {
271
imported_profile
.reset();
279
imported_profile
.reset();
300
imported_profile
->SetInfo(field_type, value, app_locale_);
305
imported_profile
->GetRawInfo(ADDRESS_HOME_COUNTRY).empty()) {
306
imported_profile
.reset();
313
if (
imported_profile
.get() && !home.IsEmpty()) {
315
if (!home.ParseNumber(*
imported_profile
, app_locale_
[
all
...]
personal_data_manager.h
82
// Saves |
imported_profile
| to the WebDB if it exists.
83
virtual void SaveImportedProfile(const AutofillProfile&
imported_profile
);
/external/chromium/chrome/browser/autofill/
personal_data_manager.cc
201
scoped_ptr<AutofillProfile>
imported_profile
(new AutoFillProfile);
233
imported_profile
.reset();
272
imported_profile
->SetInfo(PHONE_HOME_COUNTRY_CODE, country_code);
273
imported_profile
->SetInfo(PHONE_HOME_CITY_CODE, city_code);
274
imported_profile
->SetInfo(PHONE_HOME_NUMBER, number);
276
imported_profile
->SetInfo(PHONE_FAX_COUNTRY_CODE, country_code);
277
imported_profile
->SetInfo(PHONE_FAX_CITY_CODE, city_code);
278
imported_profile
->SetInfo(PHONE_FAX_NUMBER, number);
293
string16 stored_number =
imported_profile
->GetInfo(number_type);
301
imported_profile
->SetInfo(field_type, value)
[
all
...]
personal_data_manager.h
212
// Saves |
imported_profile
| to the WebDB if it exists.
213
virtual void SaveImportedProfile(const AutofillProfile&
imported_profile
);
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc
[
all
...]
Completed in 733 milliseconds