Home | History | Annotate | Download | only in browser

Lines Matching defs:old_path

351   const std::string old_path = url->path();
353 const std::string::size_type separator = old_path.find('/', 1);
357 new_host = old_path.substr(1);
359 new_host = old_path.substr(1, separator - 1);
360 new_path = old_path