Searched refs:GetProfileName (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/supervised_user/
H A Dcustodian_profile_downloader_service.cc32 std::string current_email = custodian_profile_->GetProfileName();
/external/chromium_org/chrome/browser/task_manager/
H A Dbrowser_process_resource_provider.h37 virtual base::string16 GetProfileName() const OVERRIDE;
H A Drenderer_resource.cc73 base::string16 RendererResource::GetProfileName() const { function in class:task_manager::RendererResource
H A Drenderer_resource.h26 virtual base::string16 GetProfileName() const OVERRIDE;
H A Dbrowser_process_resource_provider.cc70 base::string16 BrowserProcessResource::GetProfileName() const { function in class:task_manager::BrowserProcessResource
H A Dresource_provider.h60 virtual base::string16 GetProfileName() const = 0;
H A Dtask_manager_unittest.cc37 virtual base::string16 GetProfileName() const OVERRIDE {
H A Dchild_process_resource_provider.cc39 virtual base::string16 GetProfileName() const OVERRIDE;
104 base::string16 ChildProcessResource::GetProfileName() const { function in class:task_manager::ChildProcessResource
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_util.cc23 return GetUserIDFromEmail(profile->GetOriginalProfile()->GetProfileName());
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc1345 SwitchActiveUser(profile2->GetProfileName());
1349 SwitchActiveUser(profile()->GetProfileName());
1372 SwitchActiveUser(profile2->GetProfileName());
1377 SwitchActiveUser(profile()->GetProfileName());
1382 SwitchActiveUser(profile2->GetProfileName());
1384 SwitchActiveUser(profile()->GetProfileName());
1412 SwitchActiveUser(profile2->GetProfileName());
1416 SwitchActiveUser(profile()->GetProfileName());
1428 SwitchActiveUser(profile2->GetProfileName());
1443 SwitchActiveUser(profile2->GetProfileName());
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower_views_unittest.cc159 EXPECT_EQ("p1", shower_->profile()->GetProfileName());
161 EXPECT_EQ("p2", shower_->profile()->GetProfileName());
/external/chromium_org/chrome/common/
H A Dprofiling.cc45 std::string GetProfileName() { function in namespace:__anon5695
170 base::debug::StartProfiling(GetProfileName());
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_persistence.cc82 profile->GetProfileName(), input_method, local_state);
/external/chromium_org/chrome/browser/sync/
H A Dsync_error_notifier_ash.cc129 notification_id_ = kProfileSyncNotificationId + profile_->GetProfileName();
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dmulti_profile_user_controller.cc167 if (user_profile->GetProfileName().empty())
225 std::string user_email = user_profile->GetProfileName();
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h39 virtual std::string GetProfileName() OVERRIDE;
H A Dprofile.h179 virtual std::string GetProfileName() = 0;
H A Dprofile_impl.h101 virtual std::string GetProfileName() OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Dsignin_error_notifier_ash.cc142 notification_id_ = kProfileSigninNotificationId + profile->GetProfileName();
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc16 std::string FakeProfile::GetProfileName() { function in class:FakeProfile
H A Dfake_profile.h33 virtual std::string GetProfileName() OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc137 DVLOG(2) << "Logged in profile name: " << GetProfile()->GetProfileName();
166 DVLOG(2) << "Newly logged in: " << GetProfile()->GetProfileName();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_assets_manager_chromeos.cc283 const std::string& user_id = profile->GetProfileName();
412 users->AppendString(info.profile->GetProfileName());
453 base::StringValue user_name(profile->GetProfileName());
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service_unittest.cc375 profile->GetProfileName()));
384 switch (profile_properties_[profile->GetProfileName()].on_addition_action) {
395 profile_properties_[profile->GetProfileName()].on_addition_action);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_window_property_manager_browsertest_win.cc216 base::UTF8ToUTF16(browser()->profile()->GetProfileName())));

Completed in 5242 milliseconds

12