HomeSort by relevance Sort by last modified time
    Searched full:path_profile2 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_manager_browsertest.cc 261 base::FilePath path_profile2 = local
263 profile_manager->CreateProfileAsync(path_profile2,
286 profiles::SwitchToProfile(path_profile2, desktop_type, false,
291 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
301 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
325 base::FilePath path_profile2 = local
328 path_profile2,
341 profiles::SwitchToProfile(path_profile2, desktop_type, false,
346 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
349 profiles::SwitchToProfile(path_profile2, desktop_type, true
    [all...]
profile_list_desktop_browsertest.cc 116 base::FilePath path_profile2 = user_dir.Append( local
118 profile_manager->CreateProfileAsync(path_profile2,
142 menu->SwitchToProfile(cache.GetIndexOfProfileWithPath(path_profile2),
151 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc 200 base::FilePath path_profile2 = local
202 profile_manager->CreateProfileAsync(path_profile2,
219 CreateBrowser(profile_manager->GetProfileByPath(path_profile2));
220 size_t profile2_index = cache.GetIndexOfProfileWithPath(path_profile2);

Completed in 157 milliseconds