Home | History | Annotate | Download | only in worker

Lines Matching refs:mime_type

258     const blink::WebString& mime_type,
273 std::string mime_type;
275 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type));
276 return base::ASCIIToUTF16(mime_type);
281 std::string mime_type;
283 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type);
284 return base::ASCIIToUTF16(mime_type);
289 std::string mime_type;
293 &mime_type));
294 return base::ASCIIToUTF16(mime_type);