Home | History | Annotate | Download | only in url_request

Lines Matching refs:mime_type

60   virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
91 std::string* mime_type) const {
92 return job_->GetMimeType(mime_type);
935 bool URLRequestHttpJob::GetMimeType(std::string* mime_type) const {
941 return GetResponseHeaders()->GetMimeType(mime_type);
1457 std::string mime_type;
1458 return GetMimeType(&mime_type) &&
1459 (IsSupportedJavascriptMimeType(mime_type.c_str()) ||
1460 IsSupportedNonImageMimeType(mime_type.c_str()));