HomeSort by relevance Sort by last modified time
    Searched defs:ProfileImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_impl.cc 240 return new ProfileImpl(path, NULL);
253 return new ProfileImpl(path, delegate);
257 void ProfileImpl::RegisterUserPrefs(PrefService* prefs) {
262 ProfileImpl::ProfileImpl(const FilePath& path,
287 &ProfileImpl::EnsureSessionServiceCreated);
305 void ProfileImpl::DoFinalInit() {
404 void ProfileImpl::InitExtensions(bool extensions_enabled) {
456 void ProfileImpl::RegisterComponentExtensions() {
548 void ProfileImpl::InitPromoResources()
    [all...]
profile_impl.h 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);

Completed in 68 milliseconds