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

12

/external/chromium/chrome/common/
H A Dprofiling.cc15 std::string GetProfileName() { function in namespace:__anon2873
78 base::debug::StartProfiling(GetProfileName());
/external/chromium_org/chrome/browser/chromeos/contacts/
H A Dgoogle_contact_store.cc144 << profile_->GetProfileName();
231 VLOG(1) << "Downloading all contacts for " << profile_->GetProfileName();
235 << profile_->GetProfileName();
261 VLOG(1) << "Scheduling update of " << profile_->GetProfileName()
297 << profile_->GetProfileName();
354 LOG(WARNING) << "Contacts download failed for " << profile_->GetProfileName();
362 << profile_->GetProfileName();
367 << profile_->GetProfileName();
H A Dfake_contact_store.cc108 << profile << " (" << profile->GetProfileName() << ")";
/external/chromium_org/chrome/browser/managed_mode/
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 Dguest_resource_provider.cc42 virtual base::string16 GetProfileName() const OVERRIDE;
74 base::string16 GuestResource::GetProfileName() const { function in class:task_manager::GuestResource
H A Dnotification_resource_provider.cc32 virtual base::string16 GetProfileName() const OVERRIDE;
82 base::string16 NotificationResource::GetProfileName() const { function in class:task_manager::NotificationResource
H A Dbrowser_process_resource_provider.cc77 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.cc36 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
H A Dextension_process_resource_provider.cc46 virtual base::string16 GetProfileName() const OVERRIDE;
112 base::string16 ExtensionProcessResource::GetProfileName() const { function in class:task_manager::ExtensionProcessResource
H A Dpanel_resource_provider.cc40 virtual base::string16 GetProfileName() const OVERRIDE;
90 base::string16 PanelResource::GetProfileName() const { function in class:task_manager::PanelResource
H A Dbackground_resource_provider.cc48 virtual base::string16 GetProfileName() const OVERRIDE;
109 base::string16 BackgroundContentsResource::GetProfileName() const { function in class:task_manager::BackgroundContentsResource
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_util.cc22 return GetUserIDFromEmail(profile->GetOriginalProfile()->GetProfileName());
/external/chromium_org/chrome/browser/chromeos/login/
H A Dmulti_profile_user_controller.cc138 if (user_profile->GetProfileName().empty())
193 std::string user_email = user_profile->GetProfileName();
/external/chromium_org/chrome/common/
H A Dprofiling.cc44 std::string GetProfileName() { function in namespace:__anon7038
172 base::debug::StartProfiling(GetProfileName());
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_persistence.cc49 const std::string username = profile->GetProfileName();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_window_property_manager_browsertest_win.cc141 browser(), UTF8ToUTF16(browser()->profile()->GetProfileName()));
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h38 virtual std::string GetProfileName() OVERRIDE;
H A Dprofile.h176 virtual std::string GetProfileName() = 0;
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dapp_list_shower_unittest.cc22 return profile_->GetProfileName();
H A Dfake_profile.cc16 std::string FakeProfile::GetProfileName() { function in class:FakeProfile
H A Dfake_profile.h32 virtual std::string GetProfileName() OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc116 DVLOG(2) << "Logged in profile name: " << GetProfile()->GetProfileName();
136 DVLOG(2) << "Newly logged in: " << GetProfile()->GetProfileName();

Completed in 2994 milliseconds

12