/external/chromium_org/remoting/host/ |
signaling_connector.cc | 243 gaia::OAuthClientInfo client_info = { local 254 client_info, oauth_credentials_->refresh_token, empty_scope_list,
|
/external/chromium/chrome/common/net/gaia/ |
gaia_oauth_client_unittest.cc | 159 OAuthClientInfo client_info; local 160 client_info.client_id = "test_client_id"; 161 client_info.client_secret = "test_client_secret"; 164 auth.GetTokensFromAuthCode(client_info, "auth_code", 2, &delegate); 183 OAuthClientInfo client_info; local 184 client_info.client_id = "test_client_id"; 185 client_info.client_secret = "test_client_secret"; 188 auth.GetTokensFromAuthCode(client_info, "auth_code", -1, &delegate); 206 OAuthClientInfo client_info; local 207 client_info.client_id = "test_client_id" 227 OAuthClientInfo client_info; local 247 OAuthClientInfo client_info; local [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
enrollment_handler_chromeos.cc | 221 gaia::OAuthClientInfo client_info; local 222 client_info.client_id = GaiaUrls::GetInstance()->oauth2_chrome_client_id(); 223 client_info.client_secret = 225 client_info.redirect_uri = "oob"; 230 gaia_oauth_client_->GetTokensFromAuthCode(client_info,
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_operations_util.cc | 29 // On success, returns true and updates |client_info| with a reference to an 33 base::win::ScopedComPtr<IPortableDeviceValues>* client_info) { 35 DCHECK(client_info); 36 HRESULT hr = client_info->CreateInstance(__uuidof(PortableDeviceValues), 43 (*client_info)->SetStringValue(WPD_CLIENT_NAME, 45 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_MAJOR_VERSION, 0); 46 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_MINOR_VERSION, 0); 47 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_REVISION, 0); 48 (*client_info)->SetUnsignedIntegerValue( 50 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_DESIRED_ACCESS 301 base::win::ScopedComPtr<IPortableDeviceValues> client_info; local [all...] |
/external/chromium_org/sandbox/win/src/ |
crosscall_server.h | 153 const ClientInfo* client_info; member in struct:sandbox::IPCInfo
|
/external/chromium_org/chrome/browser/chromeos/login/ |
oauth2_login_manager.cc | 168 gaia::OAuthClientInfo client_info; local 170 client_info.client_id = gaia_urls->oauth2_chrome_client_id(); 171 client_info.client_secret = gaia_urls->oauth2_chrome_client_secret(); 175 account_id_fetcher_->RefreshToken(client_info, refresh_token,
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_oauth2_token_service.cc | 108 gaia::OAuthClientInfo client_info; local 109 client_info.client_id = gaia_urls->oauth2_chrome_client_id(); 110 client_info.client_secret = gaia_urls->oauth2_chrome_client_secret(); 113 client_info,
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_refresh_token_fetcher.cc | 218 gaia::OAuthClientInfo client_info; local 220 client_info.client_id = urls->oauth2_chrome_client_id(); 221 client_info.client_secret = urls->oauth2_chrome_client_secret(); 223 gaia_oauth_client_->GetTokensFromAuthCode(client_info, auth_code, kNumRetries,
|
/external/chromium_org/chrome/browser/storage_monitor/ |
portable_device_watcher_win.cc | 120 // On success, returns true and updates |client_info| with a reference to an 124 base::win::ScopedComPtr<IPortableDeviceValues>* client_info) { 125 HRESULT hr = client_info->CreateInstance(__uuidof(PortableDeviceValues), 133 (*client_info)->SetStringValue(WPD_CLIENT_NAME, kClientName); 134 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_MAJOR_VERSION, 0); 135 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_MINOR_VERSION, 0); 136 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_REVISION, 0); 137 (*client_info)->SetUnsignedIntegerValue( 139 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_DESIRED_ACCESS, 149 base::win::ScopedComPtr<IPortableDeviceValues> client_info; local [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p_group.c | 26 struct wpabuf *client_info; member in struct:p2p_group_member 78 wpabuf_free(m->client_info); 128 if (m->client_info == NULL) 130 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1) 132 wpabuf_put_buf(ie, m->client_info); 578 m->client_info = p2p_build_client_info(addr, m->p2p_ie, 592 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u", 594 m->client_info ? 1 : 0, 674 if (m->client_info == NULL || wps == NULL) 677 pos = wpabuf_head(m->client_info); [all...] |
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.cc | 598 const std::string& client_info = webkit_glue::GetUserAgent(GURL()); local 599 SyncNotifierFactory sync_notifier_factory(client_info); [all...] |
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.cc | 873 ClientInfo* client_info = GetClientInfoFromLoader(loader); local 874 if (client_info) 875 return client_info->client; 895 WebPluginImpl::ClientInfo* client_info = GetClientInfoFromLoader(loader); local 896 if (client_info) { 901 if (client_info->is_plugin_src_load && 905 client_info->client->DidFail(client_info->id); 912 if (!client_info->notify_redirects) { 920 client_info->client->DidFail(client_info->id) 951 ClientInfo* client_info = GetClientInfoFromLoader(loader); local 958 ClientInfo* client_info = GetClientInfoFromLoader(loader); local 1037 ClientInfo* client_info = GetClientInfoFromLoader(loader); local 1063 ClientInfo* client_info = GetClientInfoFromLoader(loader); local 1070 ClientInfo* client_info = GetClientInfoFromLoader(loader); local 1090 ClientInfo* client_info = GetClientInfoFromLoader(loader); local 1344 ClientInfo& client_info = *client_index; local 1476 ClientInfo& client_info = *client_index; local [all...] |