Searched refs:guest_profile (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | user_manager_view.cc | 94 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()
|
D | user_manager_view.h | 29 Profile* guest_profile, 39 Profile* guest_profile,
|
/external/chromium_org/chrome/browser/profiles/ |
D | profiles_state.cc | 173 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()
|
D | profile_window.cc | 148 Profile* guest_profile, in OnUserManagerGuestProfileCreated() argument 173 callback.Run(guest_profile, page); in OnUserManagerGuestProfileCreated()
|
D | profile_manager_unittest.cc | 966 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/ |
D | drive_notification_manager_factory_browsertest.cc | 57 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/ |
D | profile_invalidation_provider_factory_browsertest.cc | 120 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/ |
D | user_manager_mac.h | 33 static void OnGuestProfileCreated(Profile* guest_profile,
|
D | user_manager_mac.mm | 203 void UserManagerMac::OnGuestProfileCreated(Profile* guest_profile, 206 instance_ = new UserManagerMac(guest_profile);
|
/external/chromium_org/chrome/browser/ui/ |
D | browser_command_controller_unittest.cc | 255 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()
|