OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expected_profile
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
extension_settings_helper.cc
60
bool AreSettingsSame(Profile*
expected_profile
, Profile* actual_profile) {
62
ExtensionRegistry::Get(
expected_profile
)->enabled_extensions();
75
GetAllSettings(
expected_profile
, id));
autofill_helper.cc
377
AutofillProfile*
expected_profile
= &autofill_profiles_a_map[p->guid()];
local
378
expected_profile
->set_guid(p->guid());
379
if (*
expected_profile
!= *p) {
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service_unittest.cc
347
AutofillProfile
expected_profile
(profile2);
348
expected_profile
.set_origin(kSettingsOrigin);
354
expected_profile
)));
360
expected_bundle.profiles_to_add.push_back(&
expected_profile
);
406
AutofillProfile
expected_profile
(profile1);
407
expected_profile
.set_origin(origin_present1);
418
expected_profile
)));
422
expected_bundle.profiles_to_add.push_back(&
expected_profile
);
773
scoped_ptr<AutofillProfile>
expected_profile
= ConstructCompleteProfile();
local
775
expected_bundle.profiles_to_add.push_back(
expected_profile
.get())
[
all
...]
/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
2120
AutofillProfile
expected_profile
= new_verified_profile;
local
[
all
...]
Completed in 618 milliseconds