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

  /external/chromium_org/google_apis/
google_api_keys.h 41 // OAuth2Client enumeration below)
44 // the OAuth2Client enumeration below)
70 enum OAuth2Client {
83 std::string GetOAuth2ClientID(OAuth2Client client);
90 std::string GetOAuth2ClientSecret(OAuth2Client client);
google_api_keys.cc 159 std::string GetClientID(OAuth2Client client) const {
164 std::string GetClientSecret(OAuth2Client client) const {
227 OAuth2Client client = static_cast<OAuth2Client>(client_id);
241 std::string GetOAuth2ClientID(OAuth2Client client) {
245 std::string GetOAuth2ClientSecret(OAuth2Client client) {

Completed in 84 milliseconds