Home | History | Annotate | Download | only in file_manager

Lines Matching refs:mime_type

54     const std::string mime_type = mime_type_list[i];
56 if (!mime_type.empty())
57 mime_types.insert(mime_type);
72 std::string mime_type = it->second;
74 if (mime_type.empty() && !drive::util::IsUnderDriveMountPoint(file_path)) {
81 &mime_type);
84 sniffed_path_mime_set.insert(std::make_pair(file_path, mime_type));
172 std::string mime_type;
174 mime_type = params->mime_types[i];
186 if (mime_type.empty())
187 mime_type = file_manager::util::GetMimeTypeForPath(file_path);
189 path_mime_set->insert(std::make_pair(file_path, mime_type));