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

  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc 132 scoped_ptr<Profile> parent_profile(new TestingProfileWithHostZoomMap);
133 ASSERT_TRUE(parent_profile.get());
134 ASSERT_TRUE(parent_profile->GetPrefs());
135 ASSERT_TRUE(parent_profile->GetOffTheRecordPrefs());
139 HostZoomMap::GetForBrowserContext(parent_profile.get());
151 new OffTheRecordProfileImpl(parent_profile.get()));
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 268 base::FilePath parent_profile = local
273 parent_profile,
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 724 FilePath parent_profile = local
727 PrefService::CreatePrefService(parent_profile, NULL, NULL));
    [all...]

Completed in 77 milliseconds