Searched defs:profile_b (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsearch_engines_helper.cc63 bool ServicesMatch(int profile_a, int profile_b) { argument
67 search_engines_helper::GetServiceForBrowserContext(profile_b);
H A Dautofill_helper.cc236 bool KeysMatch(int profile_a, int profile_b) { argument
237 return GetAllKeys(profile_a) == GetAllKeys(profile_b);
244 KeysMatchStatusChecker(int profile_a, int profile_b);
255 KeysMatchStatusChecker::KeysMatchStatusChecker(int profile_a, int profile_b) argument
259 profile_b_(profile_b) {
362 int profile_b,
373 DVLOG(1) << "GUID " << p->guid() << " not found in profile " << profile_b
388 << profile_b << "."; local
396 bool ProfilesMatch(int profile_a, int profile_b) { argument
400 GetAllProfiles(profile_b);
359 ProfilesMatchImpl( int profile_a, const std::vector<AutofillProfile*>& autofill_profiles_a, int profile_b, const std::vector<AutofillProfile*>& autofill_profiles_b) argument
440 ProfilesMatchStatusChecker(int profile_a, int profile_b) argument
[all...]
H A Dbookmarks_helper.cc686 bool ModelsMatch(int profile_a, int profile_b) { argument
688 GetBookmarkModel(profile_b));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc67 } profile_b; member in struct:BrowserCloseTest::DownloadsCloseCheckCase
316 browser_b_regular, check_case.profile_b.regular.downloads);
318 browser_b_incognito, check_case.profile_b.incognito.downloads);
328 check_case.profile_b.regular.windows,
329 check_case.profile_b.incognito.windows,
394 // Top level nesting is {profile_a, profile_b}
484 if (profile_b.regular.windows || profile_b.regular.downloads)
486 profile_b.regular.windows,
487 profile_b
[all...]

Completed in 1008 milliseconds