OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
128
scoped_ptr<Profile>
parent_profile
(new TestingProfileWithHostZoomMap);
129
ASSERT_TRUE(
parent_profile
.get());
130
ASSERT_TRUE(
parent_profile
->GetPrefs());
131
ASSERT_TRUE(
parent_profile
->GetOffTheRecordPrefs());
135
HostZoomMap::GetForBrowserContext(
parent_profile
.get());
147
new OffTheRecordProfileImpl(
parent_profile
.get()));
/external/chromium_org/chrome/browser/
chrome_browser_main.cc
274
base::FilePath
parent_profile
=
local
279
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 118 milliseconds