Home
last modified time | relevance | path

Searched refs:GetProfileName (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller_unittest.cc1351 SwitchActiveUser(profile2->GetProfileName()); in TEST_F()
1355 SwitchActiveUser(profile()->GetProfileName()); in TEST_F()
1378 SwitchActiveUser(profile2->GetProfileName()); in TEST_F()
1383 SwitchActiveUser(profile()->GetProfileName()); in TEST_F()
1388 SwitchActiveUser(profile2->GetProfileName()); in TEST_F()
1390 SwitchActiveUser(profile()->GetProfileName()); in TEST_F()
1418 SwitchActiveUser(profile2->GetProfileName()); in TEST_F()
1422 SwitchActiveUser(profile()->GetProfileName()); in TEST_F()
1434 SwitchActiveUser(profile2->GetProfileName()); in TEST_F()
1449 SwitchActiveUser(profile2->GetProfileName()); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_shower_views_unittest.cc159 EXPECT_EQ("p1", shower_->profile()->GetProfileName()); in TEST_F()
161 EXPECT_EQ("p2", shower_->profile()->GetProfileName()); in TEST_F()
/external/chromium_org/chrome/browser/safe_browsing/
Dincident_reporting_service_unittest.cc332 static std::string GetProfileName(Profile* profile) { in GetProfileName() function in IncidentReportingServiceTest
345 GetProfileName(profile))); in DelayedDeleteProfile()
354 switch (profile_properties_[GetProfileName(profile)].on_addition_action) { in PreProfileAdd()
361 profile_properties_[GetProfileName(profile)].on_addition_action); in PreProfileAdd()
/external/chromium_org/chrome/common/
Dprofiling.cc44 std::string GetProfileName() { in GetProfileName() function
172 base::debug::StartProfiling(GetProfileName()); in Start()
/external/chromium_org/chrome/browser/chromeos/login/users/
Dmulti_profile_user_controller.cc143 if (user_profile->GetProfileName().empty()) in StartObserving()
202 std::string user_email = user_profile->GetProfileName(); in OnUserPrefChanged()
/external/chromium_org/chrome/browser/supervised_user/
Dcustodian_profile_downloader_service.cc32 std::string current_email = custodian_profile_->GetProfileName(); in DownloadProfile()
/external/chromium_org/chrome/browser/task_manager/
Drenderer_resource.h26 virtual base::string16 GetProfileName() const OVERRIDE;
Drenderer_resource.cc73 base::string16 RendererResource::GetProfileName() const { in GetProfileName() function in task_manager::RendererResource
Dchild_process_resource_provider.cc39 virtual base::string16 GetProfileName() const OVERRIDE;
104 base::string16 ChildProcessResource::GetProfileName() const { in GetProfileName() function in task_manager::ChildProcessResource
Dbrowser_process_resource_provider.h37 virtual base::string16 GetProfileName() const OVERRIDE;
Dbrowser_process_resource_provider.cc70 base::string16 BrowserProcessResource::GetProfileName() const { in GetProfileName() function in task_manager::BrowserProcessResource
Dworker_resource_provider.cc54 virtual base::string16 GetProfileName() const OVERRIDE;
107 base::string16 SharedWorkerResource::GetProfileName() const { in GetProfileName() function in task_manager::SharedWorkerResource
Dresource_provider.h60 virtual base::string16 GetProfileName() const = 0;
Dtask_manager_unittest.cc38 virtual base::string16 GetProfileName() const OVERRIDE { in GetProfileName() function in __anonbcbbac4b0111::TestResource
/external/chromium_org/chrome/browser/ui/ash/multi_user/
Dmulti_user_util.cc23 return GetUserIDFromEmail(profile->GetOriginalProfile()->GetProfileName()); in GetUserIDFromProfile()
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
Dpush_messaging_api.cc132 DVLOG(2) << "Logged in profile name: " << GetProfile()->GetProfileName(); in RunAsync()
161 DVLOG(2) << "Newly logged in: " << GetProfile()->GetProfileName(); in OnRefreshTokenAvailable()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_persistence.cc46 const std::string username = profile->GetProfileName(); in SetUserLRUInputMethod()
/external/chromium_org/chrome/browser/extensions/
Dextension_assets_manager_chromeos.cc267 const std::string& user_id = profile->GetProfileName(); in CheckSharedExtension()
396 users->AppendString(info.profile->GetProfileName()); in InstallSharedExtensionDone()
437 base::StringValue user_name(profile->GetProfileName()); in MarkSharedExtensionUnused()
/external/chromium_org/chrome/browser/sync/
Dsync_error_notifier_ash.cc121 notification_id_ = kProfileSyncNotificationId + profile_->GetProfileName(); in SyncErrorNotifier()
/external/chromium_org/chrome/browser/signin/
Dsignin_error_notifier_ash.cc134 notification_id_ = kProfileSigninNotificationId + profile->GetProfileName(); in SigninErrorNotifier()
/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile.cc16 std::string FakeProfile::GetProfileName() { in GetProfileName() function in FakeProfile
Dfake_profile.h32 virtual std::string GetProfileName() OVERRIDE;
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_impl.h39 virtual std::string GetProfileName() OVERRIDE;
Dprofile.h181 virtual std::string GetProfileName() = 0;
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
Dmount_path_util_unittest.cc76 user_manager_->AddUser(profile_->GetProfileName()); in SetUp()

12