Searched refs:upload_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_registration_ticket_request.cc28 void GCDRegistrationTicketRequest::GetUploadData(std::string* upload_type, argument
33 *upload_type = cloud_print::kContentTypeJSON;
H A Dgcd_api_flow.cc24 void GCDApiFlow::Request::GetUploadData(std::string* upload_type, argument
26 *upload_type = std::string();
H A Dgcd_api_flow_impl.cc69 std::string upload_type; local
71 request_->GetUploadData(&upload_type, &upload_data);
72 url_fetcher_->SetUploadData(upload_type, upload_data);
H A Dgcd_registration_ticket_request.h27 virtual void GetUploadData(std::string* upload_type,
H A Dgcd_api_flow.h48 // If there is no data, set upload_type and upload_data to ""
49 virtual void GetUploadData(std::string* upload_type,

Completed in 1922 milliseconds