Home
last modified time | relevance | path

Searched refs:GetClientSecret (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/google_apis/
Dgoogle_api_keys_unittest.cc145 std::string secret_main = testcase::g_api_key_cache.Get().GetClientSecret( in TEST_F()
151 testcase::g_api_key_cache.Get().GetClientSecret( in TEST_F()
156 testcase::g_api_key_cache.Get().GetClientSecret( in TEST_F()
161 testcase::g_api_key_cache.Get().GetClientSecret( in TEST_F()
242 std::string secret_main = testcase::g_api_key_cache.Get().GetClientSecret( in TEST_F()
248 testcase::g_api_key_cache.Get().GetClientSecret( in TEST_F()
253 testcase::g_api_key_cache.Get().GetClientSecret( in TEST_F()
258 testcase::g_api_key_cache.Get().GetClientSecret( in TEST_F()
308 std::string secret_main = testcase::g_api_key_cache.Get().GetClientSecret( in TEST_F()
314 testcase::g_api_key_cache.Get().GetClientSecret( in TEST_F()
[all …]
Dgoogle_api_keys.py78 def GetClientSecret(client_name): function
86 print 'GOOGLE_CLIENT_SECRET_MAIN=%s' % GetClientSecret('MAIN')
88 print 'GOOGLE_CLIENT_SECRET_CLOUD_PRINT=%s' % GetClientSecret('CLOUD_PRINT')
90 print 'GOOGLE_CLIENT_SECRET_REMOTING=%s' % GetClientSecret('REMOTING')
92 print 'GOOGLE_CLIENT_SECRET_REMOTING_HOST=%s' % GetClientSecret(
Dgoogle_api_keys.cc178 std::string GetClientSecret(OAuth2Client client) const { in GetClientSecret() function in google_apis::APIKeyCache
260 return g_api_key_cache.Get().GetClientSecret(client); in GetOAuth2ClientSecret()
/external/chromium_org/remoting/webapp/
Dbuild-webapp.py227 apiClientSecret = google_api_keys.GetClientSecret('REMOTING')
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_runtime.cc66 static jstring GetClientSecret(JNIEnv* env, jclass clazz) { in GetClientSecret() function