Home | History | Annotate | Download | only in profiles

Lines Matching refs:kProfileName

293   const base::string16 kProfileName = L"Harry";
295 const base::string16 expected_name = kProfileName + L" - " +
298 profiles::internal::GetShortcutFilenameForProfile(kProfileName,
314 const base::string16 kProfileName = L"<Harry/>";
320 profiles::internal::GetShortcutFilenameForProfile(kProfileName,
334 const base::string16 kProfileName = L"MyProfileX";
336 profile_info_cache_->GetUserDataDir().Append(kProfileName);
337 EXPECT_EQ(L"--profile-directory=\"" + kProfileName + L"\"",