Home
last modified time | relevance | path

Searched refs:HasSessionService (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile.h437 virtual bool HasSessionService() const = 0;
Dprofile_impl.h104 virtual bool HasSessionService() const;
Dprofile.cc487 virtual bool HasSessionService() const { in HasSessionService() function in OffTheRecordProfileImpl
Dprofile_impl.cc1185 bool ProfileImpl::HasSessionService() const { in HasSessionService() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h195 virtual bool HasSessionService() const { NOTREACHED(); return false; } in HasSessionService() function
/external/chromium/chrome/browser/ui/
Dbrowser.cc779 if (profile()->HasSessionService()) { in SaveWindowPlacement()
1092 if (profile_->HasSessionService()) { in AddRestoredTab()
2603 if (profile_->HasSessionService()) { in DuplicateContentsAt()
2794 if (profile_->HasSessionService()) { in TabSelectedAt()
2842 if (!profile()->HasSessionService()) in TabPinnedStateChanged()
3970 if (!profile()->HasSessionService()) in SyncHistoryWithTabs()
4422 if (profile_->HasSessionService()) { in ViewSource()