Searched refs:authorization_code (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/remoting/host/setup/
H A Dservice_client.h25 virtual void OnHostRegistered(const std::string& authorization_code) = 0;
H A Dhost_starter.cc132 void HostStarter::OnHostRegistered(const std::string& authorization_code) { argument
135 &HostStarter::OnHostRegistered, weak_ptr_, authorization_code));
139 if (authorization_code.empty()) {
156 oauth_client_info_, authorization_code, kMaxGetTokensRetries, this);
H A Dhost_starter.h63 virtual void OnHostRegistered(const std::string& authorization_code) OVERRIDE;
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_response_parser.h51 std::string* authorization_code,
H A Dcloud_print_response_parser.cc128 std::string* authorization_code,
145 if (!response_dictionary->GetString("authorization_code",
147 *error_description = "Cannot parse authorization_code.";
157 *authorization_code = response_authorization_code;
126 ParseRegisterCompleteResponse(const std::string& response, std::string* error_description, std::string* authorization_code, std::string* xmpp_jid) argument
H A Dcloud_print_requester.cc374 std::string authorization_code; local
380 &authorization_code,
387 gaia_->GetTokensFromAuthCode(oauth_client_info_, authorization_code,
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py546 authorization_code = final_ticket['robotAccountAuthorizationCode']
549 self.credentials = flow.step2_exchange(authorization_code)

Completed in 112 milliseconds