Home | History | Annotate | Download | only in cloud_print

Lines Matching refs:GURL

13 #include "googleurl/src/gurl.h"
33 GURL CloudPrintURL::GetCloudPrintServiceURL() {
38 GURL cloud_print_service_url = GURL(command_line.GetSwitchValueASCII(
41 cloud_print_service_url = GURL(
47 GURL CloudPrintURL::GetCloudPrintServiceDialogURL() {
48 GURL cloud_print_service_url = GetCloudPrintServiceURL();
50 GURL::Replacements replacements;
52 GURL cloud_print_dialog_url = cloud_print_service_url.ReplaceComponents(
57 GURL CloudPrintURL::GetCloudPrintServiceManageURL() {
58 GURL cloud_print_service_url = GetCloudPrintServiceURL();
60 GURL::Replacements replacements;
62 GURL cloud_print_manage_url = cloud_print_service_url.ReplaceComponents(
67 GURL CloudPrintURL::GetCloudPrintLearnMoreURL() {
68 GURL cloud_print_learn_more_url(kLearnMoreURL);
72 GURL CloudPrintURL::GetCloudPrintTestPageURL() {
73 GURL cloud_print_learn_more_url(kTestPageURL);