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

1 2

  /external/chromium_org/chrome/browser/supervised_user/
custodian_profile_downloader_service.cc 32 std::string current_email = custodian_profile_->GetProfileName();
  /external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.h 37 virtual base::string16 GetProfileName() const OVERRIDE;
renderer_resource.cc 73 base::string16 RendererResource::GetProfileName() const {
renderer_resource.h 26 virtual base::string16 GetProfileName() const OVERRIDE;
resource_provider.h 60 virtual base::string16 GetProfileName() const = 0;
browser_process_resource_provider.cc 70 base::string16 BrowserProcessResource::GetProfileName() const {
task_manager_unittest.cc 38 virtual base::string16 GetProfileName() const OVERRIDE {
child_process_resource_provider.cc 39 virtual base::string16 GetProfileName() const OVERRIDE;
104 base::string16 ChildProcessResource::GetProfileName() const {
worker_resource_provider.cc 54 virtual base::string16 GetProfileName() const OVERRIDE;
107 base::string16 SharedWorkerResource::GetProfileName() const {
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_util.cc 23 return GetUserIDFromEmail(profile->GetOriginalProfile()->GetProfileName());
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_shower_views_unittest.cc 159 EXPECT_EQ("p1", shower_->profile()->GetProfileName());
161 EXPECT_EQ("p2", shower_->profile()->GetProfileName());
  /external/chromium_org/chrome/common/
profiling.cc 44 std::string GetProfileName() {
172 base::debug::StartProfiling(GetProfileName());
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence.cc 46 const std::string username = profile->GetProfileName();
  /external/chromium_org/chrome/browser/safe_browsing/
incident_reporting_service_unittest.cc 332 static std::string GetProfileName(Profile* profile) {
333 // Cannot reliably use profile->GetProfileName() since the test needs the
345 GetProfileName(profile)));
354 switch (profile_properties_[GetProfileName(profile)].on_addition_action) {
361 profile_properties_[GetProfileName(profile)].on_addition_action);
  /external/chromium_org/chrome/browser/sync/
sync_error_notifier_ash.cc 121 notification_id_ = kProfileSyncNotificationId + profile_->GetProfileName();
  /external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller.cc 143 if (user_profile->GetProfileName().empty())
202 std::string user_email = user_profile->GetProfileName();
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util_unittest.cc 76 user_manager_->AddUser(profile_->GetProfileName());
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 39 virtual std::string GetProfileName() OVERRIDE;
profile.h 181 virtual std::string GetProfileName() = 0;
  /external/chromium_org/chrome/browser/signin/
signin_error_notifier_ash.cc 134 notification_id_ = kProfileSigninNotificationId + profile->GetProfileName();
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 16 std::string FakeProfile::GetProfileName() {
fake_profile.h 32 virtual std::string GetProfileName() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 132 DVLOG(2) << "Logged in profile name: " << GetProfile()->GetProfileName();
161 DVLOG(2) << "Newly logged in: " << GetProfile()->GetProfileName();
  /external/chromium_org/chrome/browser/extensions/
extension_assets_manager_chromeos.cc 267 const std::string& user_id = profile->GetProfileName();
396 users->AppendString(info.profile->GetProfileName());
437 base::StringValue user_name(profile->GetProfileName());

Completed in 2208 milliseconds

1 2