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

  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc 131 void ProfileSyncServiceHarness::SetCredentials(const std::string& username,
  /external/chromium_org/components/policy/core/common/cloud/
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_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)
cluscfgserver.h     [all...]
rtccore.h     [all...]

Completed in 2127 milliseconds