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

  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_response_parser.h 42 std::string* polling_url,
cloud_print_response_parser.cc 58 std::string* polling_url,
91 if (!response_dictionary->GetString("polling_url", &response_polling_url)) {
92 *error_description = "No polling_url specified.";
119 *polling_url = response_polling_url;
cloud_print_requester.cc 349 std::string polling_url; local
357 &polling_url,
363 polling_url_ = polling_url;

Completed in 2464 milliseconds