/external/chromium_org/chrome/browser/ui/ash/launcher/ |
D | chrome_launcher_controller_unittest.cc | 1351 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/ |
D | app_list_shower_views_unittest.cc | 159 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/ |
D | incident_reporting_service_unittest.cc | 332 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/ |
D | profiling.cc | 44 std::string GetProfileName() { in GetProfileName() function 172 base::debug::StartProfiling(GetProfileName()); in Start()
|
/external/chromium_org/chrome/browser/chromeos/login/users/ |
D | multi_profile_user_controller.cc | 143 if (user_profile->GetProfileName().empty()) in StartObserving() 202 std::string user_email = user_profile->GetProfileName(); in OnUserPrefChanged()
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | custodian_profile_downloader_service.cc | 32 std::string current_email = custodian_profile_->GetProfileName(); in DownloadProfile()
|
/external/chromium_org/chrome/browser/task_manager/ |
D | renderer_resource.h | 26 virtual base::string16 GetProfileName() const OVERRIDE;
|
D | renderer_resource.cc | 73 base::string16 RendererResource::GetProfileName() const { in GetProfileName() function in task_manager::RendererResource
|
D | child_process_resource_provider.cc | 39 virtual base::string16 GetProfileName() const OVERRIDE; 104 base::string16 ChildProcessResource::GetProfileName() const { in GetProfileName() function in task_manager::ChildProcessResource
|
D | browser_process_resource_provider.h | 37 virtual base::string16 GetProfileName() const OVERRIDE;
|
D | browser_process_resource_provider.cc | 70 base::string16 BrowserProcessResource::GetProfileName() const { in GetProfileName() function in task_manager::BrowserProcessResource
|
D | worker_resource_provider.cc | 54 virtual base::string16 GetProfileName() const OVERRIDE; 107 base::string16 SharedWorkerResource::GetProfileName() const { in GetProfileName() function in task_manager::SharedWorkerResource
|
D | resource_provider.h | 60 virtual base::string16 GetProfileName() const = 0;
|
D | task_manager_unittest.cc | 38 virtual base::string16 GetProfileName() const OVERRIDE { in GetProfileName() function in __anonbcbbac4b0111::TestResource
|
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
D | multi_user_util.cc | 23 return GetUserIDFromEmail(profile->GetOriginalProfile()->GetProfileName()); in GetUserIDFromProfile()
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
D | push_messaging_api.cc | 132 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/ |
D | input_method_persistence.cc | 46 const std::string username = profile->GetProfileName(); in SetUserLRUInputMethod()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_assets_manager_chromeos.cc | 267 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/ |
D | sync_error_notifier_ash.cc | 121 notification_id_ = kProfileSyncNotificationId + profile_->GetProfileName(); in SyncErrorNotifier()
|
/external/chromium_org/chrome/browser/signin/ |
D | signin_error_notifier_ash.cc | 134 notification_id_ = kProfileSigninNotificationId + profile->GetProfileName(); in SigninErrorNotifier()
|
/external/chromium_org/chrome/browser/ui/app_list/test/ |
D | fake_profile.cc | 16 std::string FakeProfile::GetProfileName() { in GetProfileName() function in FakeProfile
|
D | fake_profile.h | 32 virtual std::string GetProfileName() OVERRIDE;
|
/external/chromium_org/chrome/browser/profiles/ |
D | off_the_record_profile_impl.h | 39 virtual std::string GetProfileName() OVERRIDE;
|
D | profile.h | 181 virtual std::string GetProfileName() = 0;
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
D | mount_path_util_unittest.cc | 76 user_manager_->AddUser(profile_->GetProfileName()); in SetUp()
|