Home
last modified time | relevance | path

Searched refs:cloud_print_service_url (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/printing/cloud_print/
Dcloud_print_url.cc38 GURL cloud_print_service_url = GURL(command_line.GetSwitchValueASCII( in GetCloudPrintServiceURL() local
40 if (cloud_print_service_url.is_empty()) { in GetCloudPrintServiceURL()
41 cloud_print_service_url = GURL( in GetCloudPrintServiceURL()
44 return cloud_print_service_url; in GetCloudPrintServiceURL()
48 GURL cloud_print_service_url = GetCloudPrintServiceURL(); in GetCloudPrintServiceDialogURL() local
49 std::string path(cloud_print_service_url.path() + "/client/dialog.html"); in GetCloudPrintServiceDialogURL()
52 GURL cloud_print_dialog_url = cloud_print_service_url.ReplaceComponents( in GetCloudPrintServiceDialogURL()
58 GURL cloud_print_service_url = GetCloudPrintServiceURL(); in GetCloudPrintServiceManageURL() local
59 std::string path(cloud_print_service_url.path() + "/manage.html"); in GetCloudPrintServiceManageURL()
62 GURL cloud_print_manage_url = cloud_print_service_url.ReplaceComponents( in GetCloudPrintServiceManageURL()
/external/chromium/chrome/browser/printing/
Dprint_dialog_cloud_uitest.cc178 GURL cloud_print_service_url = in AddTestHandlers() local
181 scheme_ = cloud_print_service_url.scheme(); in AddTestHandlers()
182 host_name_ = cloud_print_service_url.host(); in AddTestHandlers()