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

  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.h 71 std::string* claim_url) = 0;
privet_http_server.cc 436 std::string claim_url; local
437 status = delegate_->RegistrationGetClaimToken(user, &token, &claim_url);
439 response->SetString("claim_url", claim_url);
printer.h 62 std::string* claim_url) OVERRIDE;
printer.cc 256 std::string* claim_url) {
284 *claim_url = state_.complete_invite_url;

Completed in 110 milliseconds