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

1 2

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos_unittest.cc 73 void AddProfile(base::string16 name, bool log_in) {
122 AddProfile(name1, true);
139 AddProfile(name1, true);
140 AddProfile(name2, false);
141 AddProfile(name3, true);
142 AddProfile(name4, false);
161 AddProfile(name1, true);
183 AddProfile(name1, true);
184 AddProfile(name2, false);
196 AddProfile(name1, true)
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_autofill_sync_test.cc 24 using autofill_helper::AddProfile;
158 AddProfile(0, CreateAutofillProfile(PROFILE_HOMER));
164 AddProfile(1, CreateAutofillProfile(PROFILE_MARION));
170 AddProfile(0, CreateAutofillProfile(PROFILE_MARION));
201 AddProfile(0, CreateAutofillProfile(PROFILE_HOMER));
202 AddProfile(0, CreateAutofillProfile(PROFILE_HOMER));
217 AddProfile(0, profile0);
218 AddProfile(1, profile1);
228 AddProfile(0, CreateAutofillProfile(PROFILE_NULL));
234 IN_PROC_BROWSER_TEST_F(TwoClientAutofillSyncTest, AddProfile) {
    [all...]
autofill_helper.h 76 void AddProfile(int profile, const autofill::AutofillProfile& autofill_profile);
autofill_helper.cc 303 void AddProfile(int profile, const AutofillProfile& autofill_profile) {
  /external/chromium_org/chromeos/dbus/
shill_profile_client.h 49 virtual void AddProfile(const std::string& profile_path,
fake_shill_profile_client.h 49 virtual void AddProfile(const std::string& profile_path,
fake_shill_profile_client.cc 127 void FakeShillProfileClient::AddProfile(const std::string& profile_path,
137 AddProfile(profile_path);
shill_manager_client.h 56 // ShillProfileClient::TestInterface::AddProfile.
57 virtual void AddProfile(const std::string& profile_path) = 0;
fake_shill_manager_client.h 108 virtual void AddProfile(const std::string& profile_path) OVERRIDE;
  /external/chromium_org/chromeos/network/
network_profile_handler.h 71 void AddProfile(const NetworkProfile& profile);
network_profile_handler.cc 142 AddProfile(NetworkProfile(profile_path, userhash));
145 void NetworkProfileHandler::AddProfile(const NetworkProfile& profile) {
network_connection_handler_unittest.cc 92 dbus_manager->GetShillProfileClient()->GetTestInterface()->AddProfile(
94 dbus_manager->GetShillProfileClient()->GetTestInterface()->AddProfile(
client_cert_resolver_unittest.cc 167 profile_test_->AddProfile(kUserProfilePath, kUserHash);
managed_network_configuration_handler_unittest.cc 68 void AddProfile(const std::string& profile_path,
163 AddProfile(profile);
239 profiles_stub_.AddProfile(kUser1ProfilePath, kUser1);
243 profiles_stub_.AddProfile(NetworkProfileHandler::GetSharedProfilePath(),
network_state_handler_unittest.cc 316 profile_test_->AddProfile(profile, "" /* userhash */);
522 profile_test_->AddProfile(profile, "" /* userhash */);
678 profile_test_->AddProfile(profile, "" /* userhash */);
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autofill_server_browsertest.cc 119 ->AddProfile(test::GetFullProfile());
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 145 TEST_F(PersonalDataManagerTest, AddProfile) {
149 personal_data_->AddProfile(profile0);
162 personal_data_->AddProfile(profile0a);
180 personal_data_->AddProfile(profile1);
212 personal_data_->AddProfile(profile0);
213 personal_data_->AddProfile(profile1);
229 personal_data_->AddProfile(profile2);
320 personal_data_->AddProfile(profile);
405 personal_data_->AddProfile(profile0);
406 personal_data_->AddProfile(profile1)
    [all...]
personal_data_manager.h 99 void AddProfile(const AutofillProfile& profile);
autofill_ie_toolbar_import_win.cc 222 personal_data_manager_->AddProfile(*iter);
autofill_manager_unittest.cc 86 void AddProfile(AutofillProfile* profile) {
459 void AddProfile(AutofillProfile* profile) {
460 personal_data_->AddProfile(profile);
804 autofill_manager_->AddProfile(duplicate_profile);
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 94 profile_manager_->AddProfile(profile); // Takes ownership.
133 profile_manager_->AddProfile(profile); // Takes ownership.
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_unittest.cc 194 AddProfile();
213 virtual void AddProfile() {
379 virtual void AddProfile() OVERRIDE {
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 254 bool AddProfile(Profile* profile);
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 250 profile_test->AddProfile(kUserProfilePath, "user_hash");
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 222 personal_data_manager_->AddProfile(profile);

Completed in 726 milliseconds

1 2