Searched defs:IsGuestSession (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile.cc171 bool Profile::IsGuestSession() const { function in class:Profile
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc139 bool Profile::IsGuestSession() { function in class:Profile
772 if (Profile::IsGuestSession())
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc863 bool TestingProfile::IsGuestSession() const { function in class:TestingProfile
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc558 bool BrowserView::IsGuestSession() const { function in class:BrowserView
559 return browser_->profile()->IsGuestSession();
564 return (profile->IsGuestSession() || !profile->IsOffTheRecord());
589 if (IsOffTheRecord() && !IsGuestSession())

Completed in 107 milliseconds