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

/external/chromium/android/autofill/
H A Dprofile_android.h195 virtual bool HasSessionService() const { NOTREACHED(); return false; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/profiles/
H A Dprofile.h437 virtual bool HasSessionService() const = 0;
H A Dprofile_impl.h104 virtual bool HasSessionService() const;
H A Dprofile.cc487 virtual bool HasSessionService() const { function in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1185 bool ProfileImpl::HasSessionService() const { function in class:ProfileImpl
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc779 if (profile()->HasSessionService()) {
916 // Don't use HasSessionService here, we want to force creation of the
1092 if (profile_->HasSessionService()) {
2603 if (profile_->HasSessionService()) {
2794 if (profile_->HasSessionService()) {
2842 if (!profile()->HasSessionService())
3970 if (!profile()->HasSessionService())
4422 if (profile_->HasSessionService()) {

Completed in 62 milliseconds