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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.h54 class ProfileImpl : public Profile { class in inherits:Profile
59 virtual ~ProfileImpl();
156 ProfileImpl(const base::FilePath& path,
241 base::OneShotTimer<ProfileImpl> create_session_service_timer_;
279 DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
H A Dprofile_impl.cc143 // Make sure that the ProfileImpl doesn't grow. We're currently trying to drive
144 // the number of services that are included in ProfileImpl (instead of using
153 COMPILE_ASSERT(sizeof(ProfileImpl) <= 744u, profile_impl_size_unexpected);
239 return ProfileImpl::kPrefExitTypeNormal;
288 return new ProfileImpl(
293 int ProfileImpl::create_readme_delay_ms = 60000;
296 const char* const ProfileImpl::kPrefExitTypeNormal = "Normal";
299 void ProfileImpl::RegisterProfilePrefs(
374 ProfileImpl::ProfileImpl( function in class:ProfileImpl
[all...]
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.h37 class ProfileImpl : public Profile, class in inherits:Profile,SpellCheckHostObserver,NotificationObserver,PrefService::Delegate
42 virtual ~ProfileImpl();
159 ProfileImpl(const FilePath& path,
265 base::OneShotTimer<ProfileImpl> create_session_service_timer_;
318 DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
H A Dprofile_impl.cc240 return new ProfileImpl(path, NULL);
253 return new ProfileImpl(path, delegate);
257 void ProfileImpl::RegisterUserPrefs(PrefService* prefs) {
262 ProfileImpl::ProfileImpl(const FilePath& path, function in class:ProfileImpl
287 &ProfileImpl::EnsureSessionServiceCreated);
305 void ProfileImpl::DoFinalInit() {
404 void ProfileImpl::InitExtensions(bool extensions_enabled) {
456 void ProfileImpl::RegisterComponentExtensions() {
548 void ProfileImpl
[all...]

Completed in 120 milliseconds