HomeSort by relevance Sort by last modified time
    Searched refs:ProfileImpl (Results 1 - 10 of 10) 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);
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 136 // Make sure that the ProfileImpl doesn't grow. We're currently trying to drive
137 // the number of services that are included in ProfileImpl (instead of using
146 COMPILE_ASSERT(sizeof(ProfileImpl) <= 744u, profile_impl_size_unexpected);
232 return ProfileImpl::kPrefExitTypeNormal;
281 return new ProfileImpl(
286 int ProfileImpl::create_readme_delay_ms = 60000;
289 const char* const ProfileImpl::kPrefExitTypeNormal = "Normal";
292 void ProfileImpl::RegisterProfilePrefs(
363 ProfileImpl::ProfileImpl(
    [all...]
profile_impl.h 54 class ProfileImpl : public Profile {
59 virtual ~ProfileImpl();
151 ProfileImpl(const base::FilePath& path,
236 base::OneShotTimer<ProfileImpl> create_session_service_timer_;
275 DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
profile_browsertest.cc 151 ProfileImpl::create_readme_delay_ms = 0;
179 ProfileImpl::create_readme_delay_ms = 0;
  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 180 friend class ProfileImpl;
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 137 ProfileImpl::RegisterUserPrefs(user_prefs);
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 323 ProfileImpl::RegisterProfilePrefs(registry);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc     [all...]
  /external/chromium_org/chrome/test/ui/
ui_test.cc 690 EXPECT_EQ(ProfileImpl::kPrefExitTypeNormal, exit_type);

Completed in 135 milliseconds