Lines Matching defs:url
247 std::string url; 248 ret = params.GetString("url", &url); 250 paramsObject->url_ = std::move(url); 252 error += "Wrong or unknown type of 'url'"; 350 std::string url; 351 ret = params.GetString("url", &url); 353 paramsObject->url_ = std::move(url); 355 error += "Wrong type of 'url';";