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

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence_unittest.cc 28 const char kProfileName[] = "input_method_test";
41 mock_profile_manager_.CreateTestingProfile(kProfileName);
43 cl->AppendSwitchASCII(switches::kLoginProfile, kProfileName);
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_unittest.cc 95 const std::string kProfileName = "test_profile";
97 profile_manager_->CreateTestingProfile(kProfileName);
111 profile_manager_->DeleteTestingProfile(kProfileName);
125 const std::string kProfileName = "test_profile";
127 profile_manager_->CreateTestingProfile(kProfileName);
156 profile_manager_->DeleteTestingProfile(kProfileName);
163 const std::string kProfileName = "test_profile";
165 profile_manager_->CreateTestingProfile(kProfileName);
167 profile_manager_->DeleteTestingProfile(kProfileName);
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 290 const string16 kProfileName = L"Harry";
292 const string16 expected_name = kProfileName + L" - " +
295 profiles::internal::GetShortcutFilenameForProfile(kProfileName,
310 const string16 kProfileName = L"<Harry/>";
316 profiles::internal::GetShortcutFilenameForProfile(kProfileName,
328 const string16 kProfileName = L"MyProfileX";
330 profile_info_cache_->GetUserDataDir().Append(kProfileName);
331 EXPECT_EQ(L"--profile-directory=\"" + kProfileName + L"\"",
    [all...]
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]

Completed in 271 milliseconds