Home
last modified time | relevance | path

Searched refs:ProfileImpl (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_impl.cc240 return new ProfileImpl(path, NULL); in CreateProfile()
253 return new ProfileImpl(path, delegate); in CreateProfileAsync()
257 void ProfileImpl::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
262 ProfileImpl::ProfileImpl(const FilePath& path, in ProfileImpl() function in ProfileImpl
287 &ProfileImpl::EnsureSessionServiceCreated); in ProfileImpl()
305 void ProfileImpl::DoFinalInit() { in DoFinalInit()
404 void ProfileImpl::InitExtensions(bool extensions_enabled) { in InitExtensions()
456 void ProfileImpl::RegisterComponentExtensions() { in RegisterComponentExtensions()
548 void ProfileImpl::InitPromoResources() { in InitPromoResources()
556 void ProfileImpl::InitRegisteredProtocolHandlers() { in InitRegisteredProtocolHandlers()
[all …]
Dprofile_impl.h37 class ProfileImpl : public Profile,
42 virtual ~ProfileImpl();
159 ProfileImpl(const FilePath& path,
265 base::OneShotTimer<ProfileImpl> create_session_service_timer_;
318 DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.h180 friend class ProfileImpl; variable
/external/chromium/chrome/browser/prefs/
Dbrowser_prefs.cc137 ProfileImpl::RegisterUserPrefs(user_prefs); in RegisterUserPrefs()