Searched refs:IsGuestSession (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/ownership/
H A Downer_settings_service_chromeos_factory.cc60 if (profile->IsGuestSession() || ProfileHelper::IsSigninProfile(profile))
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extensions_browser_client.cc98 bool ChromeExtensionsBrowserClient::IsGuestSession( function in class:extensions::ChromeExtensionsBrowserClient
100 return static_cast<Profile*>(context)->IsGuestSession();
106 return IsGuestSession(context)
113 return IsGuestSession(context)
H A Dchrome_process_manager_delegate.cc46 return !(profile->IsGuestSession() && !profile->IsOffTheRecord());
H A Dchrome_extensions_browser_client.h56 virtual bool IsGuestSession(content::BrowserContext* context) const OVERRIDE;
/external/chromium_org/chrome/browser/profiles/
H A Dprofiles_state.cc140 return profile->IsGuestSession() || !profile->IsOffTheRecord();
163 if (active_profile->IsGuestSession())
H A Doff_the_record_profile_impl.cc130 DCHECK(profile_->IsGuestSession() ||
515 if (IsGuestSession())
H A Dprofile.cc208 bool Profile::IsGuestSession() const { function in class:Profile
H A Dprofile.h332 virtual bool IsGuestSession() const;
H A Dprofile_manager.cc300 if (profile->IsGuestSession() ||
498 return profile->IsGuestSession() ? profile->GetOffTheRecordProfile() :
753 if (profile->IsGuestSession()) {
1149 if (profile->IsGuestSession())
1201 return profile->IsGuestSession();
/external/chromium_org/chrome/browser/prefs/
H A Dincognito_mode_prefs.cc85 if (profile->IsGuestSession())
/external/chromium_org/chrome/browser/ui/
H A Dsettings_window_manager.cc40 if (!profile->IsGuestSession() && profile->IsOffTheRecord())
H A Dbrowser_command_controller.cc950 const bool guest_session = profile()->IsGuestSession();
1031 const bool guest_session = profile->IsGuestSession();
1032 // TODO(mlerman): Make GetAvailability account for profile->IsGuestSession().
1182 browser_defaults::bookmarks_enabled && !profile()->IsGuestSession() &&
1242 const bool guest_session = profile()->IsGuestSession();
H A Dbrowser_list.cc218 if (profile->IsGuestSession())
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_tab_helper.cc67 if (profile->IsGuestSession())
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view.cc92 if (browser_view_->IsGuestSession()) {
H A Dbrowser_view_unittest.cc47 EXPECT_FALSE(browser_view()->IsGuestSession());
/external/chromium_org/extensions/browser/
H A Dextensions_browser_client.h91 virtual bool IsGuestSession(content::BrowserContext* context) const = 0;
H A Dtest_extensions_browser_client.cc73 bool TestExtensionsBrowserClient::IsGuestSession( function in class:extensions::TestExtensionsBrowserClient
H A Dtest_extensions_browser_client.h45 virtual bool IsGuestSession(content::BrowserContext* context) const OVERRIDE;
/external/chromium_org/extensions/shell/browser/
H A Dshell_extensions_browser_client.h38 virtual bool IsGuestSession(content::BrowserContext* context) const OVERRIDE;
H A Dshell_extensions_browser_client.cc94 bool ShellExtensionsBrowserClient::IsGuestSession( function in class:extensions::ShellExtensionsBrowserClient
/external/chromium_org/chrome/browser/
H A Dpepper_broker_infobar_delegate.cc38 if (profile->IsGuestSession()) {
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc631 if (signin_required || last_used_profile->IsGuestSession()) {
668 (*it)->IsGuestSession())
684 !last_used_profile->IsGuestSession())
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate_chromeos.cc265 !profile->IsGuestSession() && !profile->IsSupervised()) {
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dnew_avatar_button.cc176 bool use_generic_button = (!browser_->profile()->IsGuestSession() &&

Completed in 353 milliseconds

12