Searched refs:AddProfile (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos_unittest.cc73 void AddProfile(base::string16 name, bool log_in) { function in class:chromeos::ProfileListChromeOSTest
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(name
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_autofill_sync_test.cc24 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...]
H A Dautofill_helper.h76 void AddProfile(int profile, const autofill::AutofillProfile& autofill_profile);
H A Dautofill_helper.cc303 void AddProfile(int profile, const AutofillProfile& autofill_profile) { function in namespace:autofill_helper
/external/chromium_org/chromeos/network/
H A Dnetwork_profile_handler.h71 void AddProfile(const NetworkProfile& profile);
H A Dnetwork_profile_handler.cc142 AddProfile(NetworkProfile(profile_path, userhash));
145 void NetworkProfileHandler::AddProfile(const NetworkProfile& profile) { function in class:chromeos::NetworkProfileHandler
H A Dnetwork_connection_handler_unittest.cc92 dbus_manager->GetShillProfileClient()->GetTestInterface()->AddProfile(
94 dbus_manager->GetShillProfileClient()->GetTestInterface()->AddProfile(
H A Dclient_cert_resolver_unittest.cc167 profile_test_->AddProfile(kUserProfilePath, kUserHash);
H A Dmanaged_network_configuration_handler_unittest.cc68 void AddProfile(const std::string& profile_path, function in class:chromeos::__anon6171::ShillProfileTestClient
163 AddProfile(profile);
239 profiles_stub_.AddProfile(kUser1ProfilePath, kUser1);
243 profiles_stub_.AddProfile(NetworkProfileHandler::GetSharedProfilePath(),
H A Dnetwork_state_handler_unittest.cc316 profile_test_->AddProfile(profile, "" /* userhash */);
522 profile_test_->AddProfile(profile, "" /* userhash */);
678 profile_test_->AddProfile(profile, "" /* userhash */);
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_server_browsertest.cc119 ->AddProfile(test::GetFullProfile());
/external/chromium_org/chromeos/dbus/
H A Dshill_profile_client.h49 virtual void AddProfile(const std::string& profile_path,
H A Dfake_shill_profile_client.h49 virtual void AddProfile(const std::string& profile_path,
H A Dfake_shill_profile_client.cc127 void FakeShillProfileClient::AddProfile(const std::string& profile_path, function in class:chromeos::FakeShillProfileClient
137 AddProfile(profile_path);
H A Dshill_manager_client.h56 // ShillProfileClient::TestInterface::AddProfile.
57 virtual void AddProfile(const std::string& profile_path) = 0;
H A Dfake_shill_manager_client.h108 virtual void AddProfile(const std::string& profile_path) OVERRIDE;
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager_unittest.cc145 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(profile
[all...]
H A Dpersonal_data_manager.h99 void AddProfile(const AutofillProfile& profile);
H A Dautofill_ie_toolbar_import_win.cc222 personal_data_manager_->AddProfile(*iter);
H A Dautofill_manager_unittest.cc86 void AddProfile(AutofillProfile* profile) { function in class:autofill::__anon6317::TestPersonalDataManager
459 void AddProfile(AutofillProfile* profile) { function in class:autofill::__anon6317::TestAutofillManager
460 personal_data_->AddProfile(profile);
804 autofill_manager_->AddProfile(duplicate_profile);
1290 autofill_manager_->AddProfile(profile);
1333 autofill_manager_->AddProfile(profile);
1405 autofill_manager_->AddProfile(profile);
1446 autofill_manager_->AddProfile(profile);
1515 autofill_manager_->AddProfile(profile);
2810 autofill_manager_->AddProfile(profil
[all...]
/external/chromium_org/chrome/test/base/
H A Dtesting_profile_manager.cc94 profile_manager_->AddProfile(profile); // Takes ownership.
133 profile_manager_->AddProfile(profile); // Takes ownership.
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_unittest.cc194 AddProfile();
213 virtual void AddProfile() { function in class:policy::__anon4410::UserPolicySigninServiceTest
379 virtual void AddProfile() OVERRIDE {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.h254 bool AddProfile(Profile* profile);
/external/chromium_org/chrome/browser/chromeos/
H A Dproxy_config_service_impl_unittest.cc250 profile_test->AddProfile(kUserProfilePath, "user_hash");
/external/chromium_org/chrome/browser/autofill/android/
H A Dpersonal_data_manager_android.cc222 personal_data_manager_->AddProfile(profile);

Completed in 1618 milliseconds

12