Home | History | Annotate | Download | only in base

Lines Matching refs:url

21 // * Safari 3: Render as text (Note: Safari will Render as HTML if the URL
48 // URL has an GIF extension)
59 // Download as GIF if the URL has an GIF extension)
61 // URL has an GIF extension)
71 // Download as GIF if the URL has an GIF extension)
73 // URL has an GIF extension)
523 const GURL& url,
546 if (url.path().rfind(kCRXExtension, std::string::npos, kExtensionLength) ==
547 url.path().size() - kExtensionLength) {
565 bool ShouldSniffMimeType(const GURL& url, const std::string& mime_type) {
571 bool sniffable_scheme = url.is_empty() ||
572 url.SchemeIs("http") ||
573 url.SchemeIs("https") ||
574 url.SchemeIs("ftp") ||
575 url.SchemeIsFile();
616 const GURL& url, const std::string& type_hint,
671 if (SniffCRX(content, content_size, url, type_hint,