HomeSort by relevance Sort by last modified time
    Searched refs:SetCredentials (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_managed_user_settings_sync_test.cc 53 GetClient(i)->SetCredentials(username, password);
profile_sync_service_harness.h 33 void SetCredentials(const std::string& username, const std::string& password);
profile_sync_service_harness.cc 129 void ProfileSyncServiceHarness::SetCredentials(const std::string& username,
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_store_unittest.cc 77 store_->SetCredentials(ComponentPolicyBuilder::kFakeUsername,
197 another_store.SetCredentials("wrongdude@example.com", "wrongtoken");
255 another_store.SetCredentials(ComponentPolicyBuilder::kFakeUsername,
304 another_store.SetCredentials(ComponentPolicyBuilder::kFakeUsername,
319 yet_another_store.SetCredentials(ComponentPolicyBuilder::kFakeUsername,
component_cloud_policy_store.h 70 void SetCredentials(const std::string& username,
component_cloud_policy_service.cc 68 void SetCredentials(const std::string& username, const std::string& dm_token);
124 void ComponentCloudPolicyService::Backend::SetCredentials(
131 store_.SetCredentials(username, dm_token);
272 base::Bind(&Backend::SetCredentials,
354 base::Bind(&Backend::SetCredentials,
component_cloud_policy_updater_unittest.cc 91 store_->SetCredentials(ComponentPolicyBuilder::kFakeUsername,
component_cloud_policy_store.cc 110 void ComponentCloudPolicyStore::SetCredentials(const std::string& username,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 102 virtual HRESULT WINAPI SetCredentials(BG_AUTH_CREDENTIALS *credentials) = 0;
149 HRESULT (WINAPI *SetCredentials)(IBackgroundCopyJob2 *This,BG_AUTH_CREDENTIALS *credentials);
198 #define IBackgroundCopyJob2_SetCredentials(This,credentials) (This)->lpVtbl->SetCredentials(This,credentials)
bits2_0.h 131 HRESULT (WINAPI *SetCredentials)(IBackgroundCopyJob3 *This,BG_AUTH_CREDENTIALS *credentials);
184 #define IBackgroundCopyJob3_SetCredentials(This,credentials) (This)->lpVtbl -> SetCredentials(This,credentials)
rtccore.h     [all...]
cluscfgserver.h     [all...]

Completed in 427 milliseconds