Home | History | Annotate | Download | only in cros

Lines Matching full:source_url

55       explicit Request(const std::string& source_url);
76 static void ResolveProxyHandler(void* object, const char* source_url);
78 void ResolveProxy(const std::string& source_url);
190 void* object, const char* source_url) {
193 // source_url will be freed when this function returns, so make a copy of it.
194 std::string url(source_url);
201 const std::string& source_url) {
206 Request* request = new Request(source_url);
267 const std::string& source_url)
270 source_url_(source_url),