Searched defs:ProfileImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.h59 class ProfileImpl : public Profile { class in inherits:Profile
64 virtual ~ProfileImpl();
161 ProfileImpl(const base::FilePath& path,
248 base::OneShotTimer<ProfileImpl> create_session_service_timer_;
286 DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
H A Dprofile_impl.cc237 return ProfileImpl::kPrefExitTypeNormal;
292 return new ProfileImpl(
297 int ProfileImpl::create_readme_delay_ms = 60000;
300 const char* const ProfileImpl::kPrefExitTypeNormal = "Normal";
303 void ProfileImpl::RegisterProfilePrefs(
374 ProfileImpl::ProfileImpl( function in class:ProfileImpl
387 TRACE_EVENT0("browser", "ProfileImpl::ctor")
394 &ProfileImpl::EnsureSessionServiceCreated);
486 prefs_->AddPrefInitObserver(base::Bind(&ProfileImpl
[all...]

Completed in 153 milliseconds