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/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...]
  /external/chromium_org/chrome/browser/sync/test/integration/
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...]

Completed in 155 milliseconds