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

  /external/chromium_org/cloud_print/gcp20/prototype/
printer_state.h 44 std::string registration_token; member in struct:PrinterState
cloud_print_response_parser.h 43 std::string* registration_token,
cloud_print_response_parser.cc 59 std::string* registration_token,
77 if (!response_dictionary->GetString("registration_token",
79 *error_description = "No registration_token specified.";
120 *registration_token = response_registration_token;
cloud_print_requester.cc 350 std::string registration_token; local
358 &registration_token,
364 delegate_->OnRegistrationStartResponseParsed(registration_token,
cloud_print_requester.h 39 const std::string& registration_token,
printer.cc 281 *token = state_.registration_token;
429 const std::string& registration_token,
434 state_.registration_token = registration_token;
printer.h 97 const std::string& registration_token,

Completed in 78 milliseconds