Searched refs:AppendPathToUrl (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/common/cloud_print/ |
D | cloud_print_helpers.cc | 52 std::string AppendPathToUrl(const GURL& url, const std::string& path) { in AppendPathToUrl() function 62 std::string path(AppendPathToUrl(cloud_print_server_url, "search")); in GetUrlForSearch() 69 std::string path(AppendPathToUrl(cloud_print_server_url, "submit")); in GetUrlForSubmit() 77 std::string path(AppendPathToUrl(cloud_print_server_url, "list")); in GetUrlForPrinterList() 86 std::string path(AppendPathToUrl(cloud_print_server_url, "register")); in GetUrlForPrinterRegistration() 94 std::string path(AppendPathToUrl(cloud_print_server_url, "update")); in GetUrlForPrinterUpdate() 105 std::string path(AppendPathToUrl(cloud_print_server_url, "delete")); in GetUrlForPrinterDelete() 117 std::string path(AppendPathToUrl(cloud_print_server_url, "fetch")); in GetUrlForJobFetch() 129 std::string path(AppendPathToUrl(cloud_print_server_url, "ticket")); in GetUrlForJobCjt() 140 std::string path(AppendPathToUrl(cloud_print_server_url, "deletejob")); in GetUrlForJobDelete() [all …]
|
D | cloud_print_helpers.h | 32 std::string AppendPathToUrl(const GURL& url, const std::string& path);
|
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_service_helpers.cc | 53 std::string path(AppendPathToUrl(cloud_print_server_url, "control")); in GetUrlForJobStatusUpdate()
|