HomeSort by relevance Sort by last modified time
    Searched refs:profile_manager (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 26 #include "chrome/browser/profiles/profile_manager.h"
151 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
154 Profile* profile = profile_manager->GetProfile(dest_path);
158 EXPECT_EQ(profile, profile_manager->GetProfile(dest_path));
166 g_browser_process->profile_manager()->GetInitialProfileDir().value());
179 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
181 profile_manager->GetInitialProfileDir().value());
187 profile_manager->Observe(chrome::NOTIFICATION_LOGIN_USER_CHANGED
206 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
275 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
292 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
308 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
337 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
360 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
386 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
408 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
447 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
513 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
563 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
626 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
667 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
715 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
    [all...]
profile_manager_browsertest.cc 11 #include "chrome/browser/profiles/profile_manager.h"
46 g_browser_process->profile_manager()->GetProfileInfoCache().AddObserver(
51 g_browser_process->profile_manager()->GetProfileInfoCache().RemoveObserver(
84 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
85 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
94 profile_manager->ScheduleProfileForDeletion(singleton_profile_path,
120 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
121 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache()
163 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
    [all...]
avatar_menu_model_browsertest.cc 10 #include "chrome/browser/profiles/profile_manager.h"
36 ProfileManager* profile_manager = g_browser_process->profile_manager();
38 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
69 ProfileManager* profile_manager = g_browser_process->profile_manager();
71 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
78 profile_manager->CreateProfileAsync(path_profile2,
profile_loader.cc 11 #include "chrome/browser/profiles/profile_manager.h"
13 ProfileLoader::ProfileLoader(ProfileManager* profile_manager)
14 : profile_manager_(profile_manager),
avatar_menu_model.cc 20 #include "chrome/browser/profiles/profile_manager.h"
174 Profile* profile = g_browser_process->profile_manager()->GetProfileByPath(
203 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
204 profile_manager->CreateProfileAsync(ProfileManager::GetGuestProfilePath(),
288 (g_browser_process->profile_manager() &&
289 g_browser_process->profile_manager()->GetNumberOfProfiles() > 1);
334 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
337 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache()
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_start_util.cc 11 #include "chrome/browser/profiles/profile_manager.h"
20 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
21 if (!profile_manager) {
27 Profile* p = profile_manager->GetProfileByPath(profile);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_interactive_uitest.cc 12 #include "chrome/browser/profiles/profile_manager.h"
30 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
34 Profile* profile_1 = profile_manager->GetProfile(
35 profile_manager->user_data_dir().Append(FILE_PATH_LITERAL(
38 Profile* profile_2 = profile_manager->GetProfile(
39 profile_manager->user_data_dir().Append(FILE_PATH_LITERAL(
42 Profile* profile_3 = profile_manager->GetProfile(
43 profile_manager->user_data_dir().Append(FILE_PATH_LITERAL(
46 Profile* profile_4 = profile_manager->GetProfile
    [all...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc 15 #include "chrome/browser/profiles/profile_manager.h"
24 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
25 base::FilePath user_data_dir = profile_manager->user_data_dir();
50 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
51 return profile_manager->GetProfile(GetProfilePathByUserIdHash(user_id_hash));
64 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
65 base::FilePath profile_path = profile_manager->user_data_dir()
72 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
device_change_handler.cc 10 #include "chrome/browser/profiles/profile_manager.h"
39 g_browser_process->profile_manager()->GetDefaultProfile()->GetPrefs();
54 g_browser_process->profile_manager()->IsLoggedIn() ?
69 g_browser_process->profile_manager()->GetDefaultProfile()->GetPrefs();
77 g_browser_process->profile_manager()->IsLoggedIn() ?
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.cc 20 #include "chrome/browser/profiles/profile_manager.h"
78 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
79 // profile_manager might be NULL in testing environments.
80 if (profile_manager) {
81 profile_manager->GetProfileInfoCache().AddObserver(this);
88 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
89 // profile_manager might be NULL in testing environments or during shutdown.
90 if (profile_manager)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate.cc 9 #include "chrome/browser/profiles/profile_manager.h"
41 if (!g_browser_process->profile_manager())
48 g_browser_process->profile_manager()->GetLoadedProfiles();
event_router_forwarder.cc 12 #include "chrome/browser/profiles/profile_manager.h"
85 if (!g_browser_process || !g_browser_process->profile_manager())
88 ProfileManager* profile_manager = g_browser_process->profile_manager();
92 if (!profile_manager->IsValidProfile(profile))
99 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager.cc 14 #include "chrome/browser/profiles/profile_manager.h"
33 &g_browser_process->profile_manager()->GetProfileInfoCache();
  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder.cc 9 #include "chrome/browser/profiles/profile_manager.h"
68 if (!g_browser_process || !g_browser_process->profile_manager())
71 ProfileManager* profile_manager = g_browser_process->profile_manager();
74 profile = profile_manager->GetProfileWithId(profile_id);
83 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
  /external/chromium/chrome/browser/
memory_purger.cc 12 #include "chrome/browser/profiles/profile_manager.h"
100 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
101 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
  /external/chromium_org/chrome/browser/
memory_purger.cc 15 #include "chrome/browser/profiles/profile_manager.h"
102 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
103 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_browsertest.cc 10 #include "chrome/browser/profiles/profile_manager.h"
52 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
54 profile_manager->CreateProfileAsync(
app_list_controller_delegate.cc 9 #include "chrome/browser/profiles/profile_manager.h"
40 return g_browser_process->profile_manager()->GetNumberOfProfiles() > 1;
  /external/chromium_org/chrome/browser/android/
content_view_util.cc 10 #include "chrome/browser/profiles/profile_manager.h"
16 Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile();
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button_browsertest.cc 12 #include "chrome/browser/profiles/profile_manager.h"
74 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
75 EXPECT_EQ(1u, profile_manager->GetNumberOfProfiles());
84 profile_manager->RegisterTestingProfile(profile, true, false);
86 EXPECT_EQ(2u, profile_manager->GetNumberOfProfiles());
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.cc 22 #include "chrome/browser/profiles/profile_manager.h"
60 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
63 base::FilePath full_path = profile_manager->user_data_dir().Append(path);
64 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
70 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
71 base::FilePath full_path = profile_manager->user_data_dir().Append(path);
72 Profile* profile = profile_manager->GetProfileByPath(full_path);
75 return profile && profile_manager->IsValidProfile(profile) ? profile : NULL
81 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_crx_file_system_message_filter.cc 11 #include "chrome/browser/profiles/profile_manager.h"
89 ProfileManager* profile_manager = g_browser_process->profile_manager(); local
90 return profile_manager->GetProfile(profile_directory_);
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc 107 scoped_ptr<TestingProfileManager> profile_manager(
109 ASSERT_TRUE(profile_manager->SetUp());
111 profile_manager->CreateTestingProfile("test_profile");
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 11 #include "chrome/browser/profiles/profile_manager.h"
151 ProfileManager* profile_manager = testing_profile_manager.profile_manager(); local
154 profile_manager); local
158 ASSERT_EQ(1U, profile_manager->GetNumberOfProfiles());
162 ASSERT_EQ(2U, profile_manager->GetNumberOfProfiles());
166 ASSERT_EQ(1U, profile_manager->GetNumberOfProfiles());
309 ProfileManager* profile_manager = testing_profile_manager.profile_manager(); local
311 new chrome::BrowserCommandController(browser2.get(), profile_manager);
328 ProfileManager* profile_manager = testing_profile_manager.profile_manager(); local
330 profile_manager); local
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_event_observers_chromeos.cc 37 g_browser_process->profile_manager()->GetLastUsedProfile());

Completed in 840 milliseconds

1 2 3 4 5 6