Searched defs:mimetype (Results 1 - 11 of 11) sorted by relevance

/external/chromium/webkit/glue/
H A Dmimetype_unittest.cc26 void CheckMimeType(const char* mimetype, const std::string& expected) { argument
28 GURL url(test_server_.GetURL(path + mimetype));
/external/bluetooth/glib/gio/xdgmime/
H A Dtest-mime.c150 test_one_icon (const char *mimetype, const char *expected) argument
154 actual = xdg_mime_get_generic_icon (mimetype);
159 mimetype, actual, expected);
H A Dxdgmimeglob.c574 char *mimetype, *glob; local
590 mimetype = colon;
596 mimetype = line;
599 _xdg_glob_hash_append_glob (glob_hash, glob, mimetype, weight);
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
H A DTestNetscapePlugin.cpp56 webkit_test_plugin_new_instance(NPMIMEType mimetype, argument
107 return obj->pluginTest->NPP_New(mimetype, mode, argc, argn, argv, savedData);
/external/webkit/Source/WebKit/wx/
H A DWebFrame.cpp157 void wxWebFrame::SetPageSource(const wxString& source, const wxString& baseUrl, const wxString& mimetype) argument
166 WebCore::SubstituteData substituteData(sharedBuffer, mimetype, WTF::String("UTF-8"), WebCore::blankURL(), url);
H A DWebView.cpp464 void wxWebView::SetPageSource(const wxString& source, const wxString& baseUrl, const wxString& mimetype) argument
467 m_mainFrame->SetPageSource(source, baseUrl, mimetype);
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp534 static char *printContainer(struct SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) argument
557 if (mimetype != NULL) {
558 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype));
/external/bluetooth/glib/gio/
H A Dgcontenttype.c511 * On unix this is the "application/octet-stream" mimetype,
649 load_comment_for_mime (const char *mimetype) argument
656 basename = g_strdup_printf ("%s.xml", mimetype);
678 return g_strdup_printf (_("%s type"), mimetype);
889 char *mimetype; local
954 mimetype = g_strdup (sniffed_mimetype);
958 mimetype = NULL;
962 mimetype = g_strdup (sniffed_mimetype);
974 mimetype = g_strdup (name_mimetypes[i]);
981 if (mimetype
1002 char *mimetype; local
1103 gchar *mimetype; member in struct:__anon454
[all...]
H A Dgdesktopappinfo.c1501 char *filename, *basename, *mimetype; local
1517 mimetype = g_strdup_printf ("application/x-extension-%s", extension);
1530 "</mime-info>\n", mimetype, extension, extension);
1540 mimetype,
1543 g_free (mimetype);
2730 /* Go through all entries that support the mimetype */
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp1547 gchar** mimetype = g_strsplit(name, "/", 2); local
1548 if (g_str_equal(mimetype[0], "audio")
1549 || g_str_equal(mimetype[0], "video")
1550 || (g_str_equal(mimetype[0], "application")
1551 && handledApplicationSubtypes.contains(String(mimetype[1]))))
1557 g_strfreev(mimetype);
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp1025 WebFrame::downloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, const std::string& mimetype, long long contentLength) argument
1037 jstring jMimetype = stdStringToJstring(env, mimetype, true);

Completed in 255 milliseconds