Home | History | Annotate | Download | only in download

Lines Matching refs:url_path

1149     std::string url_path;
1154 url_path = url_parts[i];
1155 if (!url_path.empty())
1159 if (url_path.empty())
1160 url_path = page_url_.host();
1161 name_with_proper_ext = FilePath::FromWStringHack(UTF8ToWide(url_path));