Home | History | Annotate | Download | only in cloud_print

Lines Matching refs:Replacements

63   GURL::Replacements replacements;
64 replacements.SetPathStr(path);
65 return cloud_print_server_url.ReplaceComponents(replacements);
70 GURL::Replacements replacements;
71 replacements.SetPathStr(path);
72 return cloud_print_server_url.ReplaceComponents(replacements);
78 GURL::Replacements replacements;
79 replacements.SetPathStr(path);
81 replacements.SetQueryStr(query);
82 return cloud_print_server_url.ReplaceComponents(replacements);
87 GURL::Replacements replacements;
88 replacements.SetPathStr(path);
89 return cloud_print_server_url.ReplaceComponents(replacements);
95 GURL::Replacements replacements;
96 replacements.SetPathStr(path);
98 replacements.SetQueryStr(query);
99 return cloud_print_server_url.ReplaceComponents(replacements);
106 GURL::Replacements replacements;
107 replacements.SetPathStr(path);
110 replacements.SetQueryStr(query);
111 return cloud_print_server_url.ReplaceComponents(replacements);
118 GURL::Replacements replacements;
119 replacements.SetPathStr(path);
122 replacements.SetQueryStr(query);
123 return cloud_print_server_url.ReplaceComponents(replacements);
130 GURL::Replacements replacements;
131 replacements.SetPathStr(path);
134 replacements.SetQueryStr(query);
135 return cloud_print_server_url.ReplaceComponents(replacements);
141 GURL::Replacements replacements;
142 replacements.SetPathStr(path);
144 replacements.SetQueryStr(query);
145 return cloud_print_server_url.ReplaceComponents(replacements);
153 GURL::Replacements replacements;
154 replacements.SetPathStr(path);
158 replacements.SetQueryStr(query);
159 return cloud_print_server_url.ReplaceComponents(replacements);
165 GURL::Replacements replacements;
166 replacements.SetPathStr(path);
168 replacements.SetQueryStr(query);
169 return cloud_print_server_url.ReplaceComponents(replacements);
178 GURL::Replacements replacements;
179 replacements.SetPathStr(path);
183 replacements.SetQueryStr(query);
184 return cloud_print_server_url.ReplaceComponents(replacements);