/external/bluetooth/glib/gio/xdgmime/ |
xdgmimecache.c | 269 const char *mime_types[], 302 if (mime_types[n] && 303 _xdg_mime_mime_type_equal (mime_types[n], non_match)) 304 mime_types[n] = NULL; 357 const char *mime_types[], 387 mime_types[0] = (const char *)(cache->buffer + offset); 399 MimeWeight mime_types[], 426 mime_types[n].mime = mime_type; 427 mime_types[n].weight = weight; 446 MimeWeight mime_types[], 667 const char *mime_types[10]; local [all...] |
xdgmimeglob.c | 304 MimeWeight mime_types[], 330 mime_types, 337 mime_types[n].mime = node->mime_type; 338 mime_types[n].weight = node->weight; 346 mime_types[n].mime = node->mime_type; 347 mime_types[n].weight = node->weight; 371 const char *mime_types[], 391 mime_types[0] = list->mime_type; 422 mime_types[i] = mimes[i].mime;
|
xdgmimeglob.h | 59 const char *mime_types[],
|
xdgmimemagic.h | 54 const char *mime_types[],
|
xdgmime.c | 491 const char *mime_types[5]; local 511 n = _xdg_glob_hash_lookup_file_name (global_hash, base_name, mime_types, 5); 514 return mime_types[0]; 551 mime_types, n); 580 const char *mime_types[], 586 return _xdg_mime_cache_get_mime_types_from_file_name (file_name, mime_types, n_mime_types); 588 return _xdg_glob_hash_lookup_file_name (global_hash, file_name, mime_types, n_mime_types);
|
xdgmimemagic.c | 660 const char *mime_types[], 682 if (mime_types[n] && 683 _xdg_mime_mime_type_equal (mime_types[n], match->mime_type)) 684 mime_types[n] = NULL; 693 if (mime_types[n]) 694 mime_type = mime_types[n];
|
xdgmimecache.h | 64 const char *mime_types[],
|
xdgmime.h | 89 const char *mime_types[],
|
/external/chromium/chrome/common/ |
chrome_content_client.cc | 66 pdf.mime_types.push_back(pdf_mime_type); 86 nacl.mime_types.push_back(nacl_mime_type); 103 info.mime_types.push_back(remoting_mime_type); 155 plugin.mime_types.push_back(swf_mime_type); 159 plugin.mime_types.push_back(spl_mime_type);
|
/external/bluetooth/glib/gio/ |
gdesktopappinfo.c | 2169 gchar *filename, **mime_types; local 2256 gchar *filename, **mime_types; local 2336 gchar *filename, **mime_types; local 2662 char **mime_types; local [all...] |
/external/chromium/chrome/browser/ |
file_select_helper.cc | 173 std::vector<string16> mime_types; 174 base::SplitStringUsingSubstr(accept_types, ASCIIToUTF16(","), &mime_types); 175 if (mime_types.empty()) 188 for (size_t i = 0; i < mime_types.size(); ++i) { 189 string16 mime_type = mime_types[i];
|
/external/chromium/webkit/glue/ |
webkitclient_impl.cc | 241 for (size_t j = 0; j < plugin.mime_types.size(); ++j) { 242 const webkit::npapi::WebPluginMimeType& mime_type = plugin.mime_types[j];
|
/external/chromium/chrome/browser/resources/ |
plugins.html | 607 i18n-content="pluginMimeTypes">MIME_TYPES:</td>
|
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | 3170 ListValue* mime_types = new ListValue(); local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_service.cc | [all...] |