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

  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 235 bool KeysMatch(int profile_a, int profile_b) {
236 return GetAllKeys(profile_a) == GetAllKeys(profile_b);
315 bool ProfilesMatch(int profile_a, int profile_b) {
325 GetAllProfiles(profile_b);
330 << profile_b << ".";
344 << " but not in " << profile_b << "."; local
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 67 } profile_b; member in struct:BrowserCloseTest::DownloadsCloseCheckCase
315 browser_b_regular, check_case.profile_b.regular.downloads);
317 browser_b_incognito, check_case.profile_b.incognito.downloads);
327 check_case.profile_b.regular.windows,
328 check_case.profile_b.incognito.windows,
393 // Top level nesting is {profile_a, profile_b}
483 if (profile_b.regular.windows || profile_b.regular.downloads)
485 profile_b.regular.windows,
486 profile_b.regular.downloads)
    [all...]

Completed in 715 milliseconds