Home
last modified time | relevance | path

Searched refs:guest_profile (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
Duser_manager_view.cc94 Profile* guest_profile, in OnGuestProfileCreated() argument
102 instance_->Init(profile_path_to_focus, guest_profile, GURL(url)); in OnGuestProfileCreated()
107 Profile* guest_profile, in Init() argument
109 web_view_ = new views::WebView(guest_profile); in Init()
156 guest_profile->GetPath()), in Init()
Duser_manager_view.h29 Profile* guest_profile,
39 Profile* guest_profile,
/external/chromium_org/chrome/browser/profiles/
Dprofiles_state.cc173 Profile* guest_profile = profile_manager->GetProfile( in SetActiveProfileToGuestIfLocked() local
175 DCHECK(guest_profile); in SetActiveProfileToGuestIfLocked()
180 guest_profile->GetPath().BaseName().MaybeAsASCII()); in SetActiveProfileToGuestIfLocked()
181 return guest_profile; in SetActiveProfileToGuestIfLocked()
Dprofile_window.cc148 Profile* guest_profile, in OnUserManagerGuestProfileCreated() argument
173 callback.Run(guest_profile, page); in OnUserManagerGuestProfileCreated()
Dprofile_manager_unittest.cc966 TestingProfile* guest_profile = builder.Build().release(); in TEST_F() local
967 guest_profile->set_profile_name(guest_profile_name); in TEST_F()
969 profile_manager->RegisterTestingProfile(guest_profile, false, false); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/drive/
Ddrive_notification_manager_factory_browsertest.cc57 Profile* guest_profile = in IN_PROC_BROWSER_TEST_F() local
64 guest_profile)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/invalidation/
Dprofile_invalidation_provider_factory_browsertest.cc120 Profile* guest_profile = in IN_PROC_BROWSER_TEST_F() local
126 EXPECT_FALSE(CanConstructProfileInvalidationProvider(guest_profile)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Duser_manager_mac.h33 static void OnGuestProfileCreated(Profile* guest_profile,
Duser_manager_mac.mm203 void UserManagerMac::OnGuestProfileCreated(Profile* guest_profile,
206 instance_ = new UserManagerMac(guest_profile);
/external/chromium_org/chrome/browser/ui/
Dbrowser_command_controller_unittest.cc255 TestingProfile* guest_profile = in TEST_F() local
258 ASSERT_TRUE(guest_profile->IsGuestSession()); in TEST_F()
261 Browser::CreateParams profile_params(guest_profile, in TEST_F()