Home
last modified time | relevance | path

Searched refs:SetGuestSession (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dbrowser_command_controller_unittest.cc144 testprofile->SetGuestSession(true); in TEST_F()
152 testprofile->SetGuestSession(false); in TEST_F()
251 guest_builder.SetGuestSession(); in TEST_F()
424 testprofile->SetGuestSession(true); in TEST_F()
/external/chromium_org/chrome/test/base/
Dtesting_profile.h101 void SetGuestSession();
201 void SetGuestSession(bool guest);
Dtesting_profile_manager.cc111 builder.SetGuestSession(); in CreateGuestProfile()
Dtesting_profile.cc584 void TestingProfile::SetGuestSession(bool guest) { in SetGuestSession() function in TestingProfile
940 void TestingProfile::Builder::SetGuestSession() { in SetGuestSession() function in TestingProfile::Builder
/external/chromium_org/chrome/browser/profiles/
Dprofile_manager_unittest.cc378 builder.SetGuestSession(); in CreateProfileHelper()