HomeSort by relevance Sort by last modified time
    Searched defs:kProfileName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 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"\"",
    [all...]
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]

Completed in 295 milliseconds