Searched refs:ProfileImpl (Results 1 – 4 of 4) sorted by relevance
240 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 ProfileImpl287 &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 …]
37 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);
180 friend class ProfileImpl; variable
137 ProfileImpl::RegisterUserPrefs(user_prefs); in RegisterUserPrefs()