OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other_profile
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc
185
TestingProfile*
other_profile
=
local
190
content::Source<Profile>(
other_profile
),
230
TestingProfile*
other_profile
=
local
235
content::Source<Profile>(
other_profile
),
/external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc
287
Profile*
other_profile
=
local
289
return
other_profile
== profile();
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc
598
Profile*
other_profile
= profile_manager->GetProfile(dest_path);
local
599
ASSERT_TRUE(
other_profile
);
617
SessionStartupPref::SetStartupPref(
other_profile
, pref2);
629
last_opened_profiles.push_back(
other_profile
);
634
// in a browser for
other_profile
.
646
ASSERT_EQ(1u, chrome::GetBrowserCount(
other_profile
,
648
new_browser = FindOneOtherBrowserForProfile(
other_profile
, NULL);
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc
372
Profile*
other_profile
=
local
374
return
other_profile
== profile();
/external/chromium_org/chrome/browser/lifetime/
browser_close_manager_browsertest.cc
775
Profile*
other_profile
=
local
777
profile_manager->RegisterTestingProfile(
other_profile
, true, false);
778
Browser* other_profile_browser = CreateBrowser(
other_profile
);
[
all
...]
Completed in 470 milliseconds