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

  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h 59 // |profile_a| and |profile_b|. Returns true if they match.
60 bool KeysMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
63 bool AwaitKeysMatch(int profile_a, int profile_b);
102 // |profile_a| and |profile_b|. Returns true if they match.
103 bool ProfilesMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
110 bool AwaitProfilesMatch(int profile_a, int profile_b);
autofill_helper.cc 236 bool KeysMatch(int profile_a, int profile_b) {
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)
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) {
400 GetAllProfiles(profile_b);
    [all...]
bookmarks_helper.h 146 // Checks if the bookmark models of |profile_a| and |profile_b| match each
148 bool ModelsMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
search_engines_helper.cc 63 bool ServicesMatch(int profile_a, int profile_b) {
67 search_engines_helper::GetServiceForBrowserContext(profile_b);
bookmarks_helper.cc 686 bool ModelsMatch(int profile_a, int profile_b) {
688 GetBookmarkModel(profile_b));
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 67 } 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.regular.downloads)
    [all...]

Completed in 1291 milliseconds