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

1 2

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_autofill_sync_test.cc 23 using autofill_helper::AddProfile;
160 AddProfile(0, CreateAutofillProfile(PROFILE_HOMER));
167 AddProfile(1, CreateAutofillProfile(PROFILE_MARION));
174 AddProfile(0, CreateAutofillProfile(PROFILE_MARION));
209 AddProfile(0, CreateAutofillProfile(PROFILE_HOMER));
210 AddProfile(0, CreateAutofillProfile(PROFILE_HOMER));
226 AddProfile(0, profile0);
227 AddProfile(1, profile1);
238 AddProfile(0, CreateAutofillProfile(PROFILE_NULL));
245 IN_PROC_BROWSER_TEST_F(TwoClientAutofillSyncTest, AddProfile) {
    [all...]
autofill_helper.h 73 void AddProfile(int profile, const autofill::AutofillProfile& autofill_profile);
autofill_helper.cc 259 void AddProfile(int profile, const AutofillProfile& autofill_profile) {
  /external/chromium/chrome/browser/profiles/
profile_manager.h 142 bool AddProfile(Profile* profile);
profile_manager.cc 218 bool result = AddProfile(profile);
260 bool ProfileManager::AddProfile(Profile* profile) {
  /external/chromium_org/chromeos/dbus/
shill_profile_client.h 50 virtual void AddProfile(const std::string& profile_path,
shill_profile_client_stub.h 46 virtual void AddProfile(const std::string& profile_path,
shill_profile_client_stub.cc 43 AddProfile(kSharedProfilePath, std::string());
128 void ShillProfileClientStub::AddProfile(const std::string& profile_path,
138 AddProfile(profile_path);
shill_manager_client.h 55 // ShillProfileClient::TestInterface::AddProfile.
56 virtual void AddProfile(const std::string& profile_path) = 0;
shill_manager_client_stub.h 89 virtual void AddProfile(const std::string& profile_path) OVERRIDE;
  /external/chromium_org/chromeos/network/
network_profile_handler.h 70 void AddProfile(const NetworkProfile& profile);
network_profile_handler.cc 147 AddProfile(NetworkProfile(profile_path, userhash));
150 void NetworkProfileHandler::AddProfile(const NetworkProfile& profile) {
managed_network_configuration_handler_unittest.cc 66 void AddProfile(const std::string& profile_path,
141 AddProfile(profile);
210 profiles_stub_.AddProfile(kUser1ProfilePath, kUser1);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.h 60 void AddProfile(const std::string& uuid,
bluetooth_event_router_unittest.cc 131 router_.AddProfile(kAudioProfileUuid, &mock_audio_profile_);
132 router_.AddProfile(kHealthProfileUuid, &mock_health_profile_);
147 router_.AddProfile(kAudioProfileUuid, &mock_audio_profile_);
bluetooth_api.cc 67 namespace AddProfile = extensions::api::bluetooth::AddProfile;
121 scoped_ptr<AddProfile::Params> params(AddProfile::Params::Create(*args_));
198 GetEventRouter(profile())->AddProfile(uuid_, bluetooth_profile);
bluetooth_event_router.cc 103 void ExtensionBluetoothEventRouter::AddProfile(
  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 106 void AddProfile(const AutofillProfile& profile);
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 65 profile_manager_->AddProfile(profile); // Takes ownership.
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 113 TEST_F(PersonalDataManagerTest, AddProfile) {
117 personal_data_->AddProfile(profile0);
130 personal_data_->AddProfile(profile0a);
148 personal_data_->AddProfile(profile1);
180 personal_data_->AddProfile(profile0);
181 personal_data_->AddProfile(profile1);
197 personal_data_->AddProfile(profile2);
291 personal_data_->AddProfile(profile);
376 personal_data_->AddProfile(profile0);
377 personal_data_->AddProfile(profile1)
    [all...]
personal_data_manager.h 89 void AddProfile(const AutofillProfile& profile);
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 256 bool AddProfile(Profile* profile);
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 209 personal_data_manager_->AddProfile(profile);
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 248 profile_test->AddProfile(kUserProfilePath, "user_hash");
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 121 profile_test->AddProfile(kUser1ProfilePath, userhash_);

Completed in 1111 milliseconds

1 2