Home | History | Annotate | Download | only in net

Lines Matching refs:gurl

171   GURL file_url = net::FilePathToFileURL(base::FilePath(filename));
373 // TODO(pkasting): Maybe we should try to use GURL's parser for this?
433 // Have the GURL parser do the heavy lifting for us.
440 // Have the GURL parser do the heavy lifting for us.
459 // Have the GURL parser do the heavy lifting for us.
495 GURL URLFixerUpper::FixupURL(const std::string& text,
500 return GURL(); // Nothing here.
512 return GURL(content::kViewSourceScheme + std::string(":") +
520 return GURL(parts.scheme.is_valid() ? text : FixupPath(text));
525 return GURL(text);
526 return GURL();
557 return GURL(url);
567 return GURL(trimmed);
575 GURL URLFixerUpper::FixupRelativeFile(const base::FilePath& base_dir,
590 GURL gurl(trimmed);
591 if (gurl.is_valid() && gurl.IsStandard())
617 GURL file_url = net::FilePathToFileURL(full_path);
619 return GURL(UTF16ToUTF8(net::FormatUrl(file_url, std::string(),