Searched defs:guest_profile (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_notification_manager_factory_browsertest.cc57 Profile* guest_profile = local
64 guest_profile));
/external/chromium_org/chrome/browser/invalidation/
H A Dprofile_invalidation_provider_factory_browsertest.cc120 Profile* guest_profile = local
126 EXPECT_FALSE(CanConstructProfileInvalidationProvider(guest_profile));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller_unittest.cc255 TestingProfile* guest_profile = local
258 ASSERT_TRUE(guest_profile->IsGuestSession());
261 Browser::CreateParams profile_params(guest_profile,
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.cc94 Profile* guest_profile,
102 instance_->Init(profile_path_to_focus, guest_profile, GURL(url));
107 Profile* guest_profile,
109 web_view_ = new views::WebView(guest_profile);
156 guest_profile->GetPath()),
91 OnGuestProfileCreated( scoped_ptr<UserManagerView> instance, const base::FilePath& profile_path_to_focus, Profile* guest_profile, const std::string& url) argument
105 Init( const base::FilePath& profile_path_to_focus, Profile* guest_profile, const GURL& url) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_window.cc139 // Called after a |guest_profile| is available to be used by the user manager.
148 Profile* guest_profile,
173 callback.Run(guest_profile, page);
143 OnUserManagerGuestProfileCreated( const base::FilePath& profile_path_to_focus, profiles::UserManagerTutorialMode tutorial_mode, profiles::UserManagerProfileSelected profile_open_action, const base::Callback<void(Profile*, const std::string&)>& callback, Profile* guest_profile, Profile::CreateStatus status) argument
H A Dprofile_manager_unittest.cc966 TestingProfile* guest_profile = builder.Build().release(); local
967 guest_profile->set_profile_name(guest_profile_name);
969 profile_manager->RegisterTestingProfile(guest_profile, false, false);

Completed in 2301 milliseconds