Searched refs:gaia_url_ (Results 1 – 3 of 3) sorted by relevance
30 : gaia_url_(gaia_url), in Core()66 GURL gaia_url_; member in gaia::GaiaOAuthClient::Core108 request_.reset(URLFetcher::Create(0, gaia_url_, URLFetcher::POST, this)); in MakeGaiaRequest()
44 gaia_url_(gaia_url), in GaiaAuthenticator()158 GURL gaia_auth_url(gaia_url_); in PerformGaiaRequest()209 GURL url(gaia_url_); // Gaia server. in LookupEmail()259 GURL url(gaia_url_); // Gaia server. in IssueAuthToken()
270 const std::string gaia_url_; variable