OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_profile
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
extension_settings_helper.cc
59
bool AreSettingsSame(Profile*
expected_profile
, Profile* actual_profile) {
61
expected_profile
->GetExtensionService()->extensions();
72
scoped_ptr<DictionaryValue> expected(GetAllSettings(
expected_profile
, id));
autofill_helper.cc
333
AutofillProfile*
expected_profile
= &autofill_profiles_a_map[p->guid()];
local
334
expected_profile
->set_guid(p->guid());
335
if (*
expected_profile
!= *p) {
/external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service_unittest.cc
265
AutofillProfile
expected_profile
(profile2);
266
expected_profile
.set_origin(kSettingsOrigin);
272
expected_profile
)));
278
expected_bundle.profiles_to_add.push_back(&
expected_profile
);
326
AutofillProfile
expected_profile
(profile1);
327
expected_profile
.set_origin(origin_present1);
338
expected_profile
)));
342
expected_bundle.profiles_to_add.push_back(&
expected_profile
);
/external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
[
all
...]
/external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc
2147
AutofillProfile
expected_profile
= new_verified_profile;
local
[
all
...]
Completed in 55 milliseconds