Searched refs:SetCredentials (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_supervised_user_settings_sync_test.cc53 GetClient(i)->SetCredentials(username, password);
H A Dprofile_sync_service_harness.h33 void SetCredentials(const std::string& username, const std::string& password);
H A Dprofile_sync_service_harness.cc131 void ProfileSyncServiceHarness::SetCredentials(const std::string& username, function in class:ProfileSyncServiceHarness
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_store_unittest.cc77 store_->SetCredentials(ComponentPolicyBuilder::kFakeUsername,
203 another_store.SetCredentials("wrongdude@example.com", "wrongtoken");
261 another_store.SetCredentials(ComponentPolicyBuilder::kFakeUsername,
310 another_store.SetCredentials(ComponentPolicyBuilder::kFakeUsername,
325 yet_another_store.SetCredentials(ComponentPolicyBuilder::kFakeUsername,
H A Dcomponent_cloud_policy_store.h70 void SetCredentials(const std::string& username,
H A Dcomponent_cloud_policy_service.cc68 void SetCredentials(const std::string& username, const std::string& dm_token);
124 void ComponentCloudPolicyService::Backend::SetCredentials( function in class:policy::ComponentCloudPolicyService::Backend
131 store_.SetCredentials(username, dm_token);
272 base::Bind(&Backend::SetCredentials,
354 base::Bind(&Backend::SetCredentials,
H A Dcomponent_cloud_policy_updater_unittest.cc91 store_->SetCredentials(ComponentPolicyBuilder::kFakeUsername,
H A Dcomponent_cloud_policy_store.cc110 void ComponentCloudPolicyStore::SetCredentials(const std::string& username, function in class:policy::ComponentCloudPolicyStore

Completed in 95 milliseconds