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

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter_state.h45 std::string complete_invite_url; member in struct:PrinterState
H A Dcloud_print_response_parser.h44 std::string* complete_invite_url,
H A Dcloud_print_response_parser.cc60 std::string* complete_invite_url,
84 if (!response_dictionary->GetString("complete_invite_url",
86 *error_description = "No complete_invite_url specified.";
121 *complete_invite_url = response_complete_invite_url;
56 ParseRegisterStartResponse(const std::string& response, std::string* error_description, std::string* polling_url, std::string* registration_token, std::string* complete_invite_url, std::string* device_id) argument
H A Dcloud_print_requester.cc351 std::string complete_invite_url; local
359 &complete_invite_url,
365 complete_invite_url,
H A Dcloud_print_requester.h40 const std::string& complete_invite_url,
H A Dprinter.cc285 *claim_url = state_.complete_invite_url;
433 const std::string& complete_invite_url,
438 state_.complete_invite_url = complete_invite_url;
431 OnRegistrationStartResponseParsed( const std::string& registration_token, const std::string& complete_invite_url, const std::string& device_id) argument
H A Dprinter.h98 const std::string& complete_invite_url,

Completed in 87 milliseconds