Searched refs:other_profile (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_prefs_unittest.cc184 TestingProfile* other_profile = local
189 content::Source<Profile>(other_profile),
237 TestingProfile* other_profile = local
242 content::Source<Profile>(other_profile),
/external/chromium_org/chrome/browser/power/
H A Dprocess_power_collector_unittest.cc229 scoped_ptr<Profile> other_profile(CreateProfile());
230 Browser::CreateParams native_params(other_profile.get(),
260 // |other_profile| should have an entry for |hidden_url| but not |url|.
262 OriginPowerMapFactory::GetForBrowserContext(other_profile.get());
/external/chromium_org/chrome/browser/lifetime/
H A Dbrowser_close_manager_browsertest.cc816 Profile* other_profile = local
818 profile_manager->RegisterTestingProfile(other_profile, true, false);
819 Browser* other_profile_browser = CreateBrowser(other_profile);
823 SetDownloadPathForProfile(other_profile);
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_browsertest.cc598 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);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc363 Profile* other_profile = local
365 return other_profile == profile();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc1456 Profile* other_profile = multi_user_util::GetProfileFromUserID(user_id); local
1457 DCHECK_NE(other_profile, profile_);
1465 GetShelfAutoHideBehaviorFromPrefs(other_profile, root_window);
1469 GetShelfAlignmentFromPrefs(other_profile, root_window);

Completed in 142 milliseconds