Searched defs:GetClientSecret (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/google_apis/
H A 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(
H A Dgoogle_api_keys.cc178 std::string GetClientSecret(OAuth2Client client) const { function in class:google_apis::APIKeyCache
260 return g_api_key_cache.Get().GetClientSecret(client);
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_runtime.cc66 static jstring GetClientSecret(JNIEnv* env, jclass clazz) { function in namespace:remoting

Completed in 262 milliseconds