Home
last modified time | relevance | path

Searched refs:mimetype (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dlighttpd.conf14 mimetype.assign = (
36 mimetype.use-xattr = "enable"
75 mimetype.assign = (
81 mimetype.assign = ( ".txt" => "text/plain; charset=koi8-r" )
87 mimetype.assign = ( ".manifest" => "text/plain" )
/external/chromium/webkit/glue/
Dmimetype_unittest.cc26 void CheckMimeType(const char* mimetype, const std::string& expected) { in CheckMimeType() argument
28 GURL url(test_server_.GetURL(path + mimetype)); in CheckMimeType()
/external/smack/src/org/jivesoftware/smackx/provider/
DVCardProvider.java132 String mimetype = null; in setupPhoto() local
155 mimetype = value; in setupPhoto()
159 if (binval == null || mimetype == null) in setupPhoto()
162 vCard.setAvatar(binval, mimetype); in setupPhoto()
/external/libvpx/libvpx/third_party/googletest/src/scripts/
Dupload.py715 mimetype = mimetypes.guess_type(filename)[0]
716 if not mimetype:
718 return mimetype.startswith("image/")
910 mimetype = RunShell(["svn", "propget", "svn:mime-type", filename],
913 is_binary = mimetype and not mimetype.startswith("text/")
927 mimetype, returncode = RunShellWithReturnCode(cmd)
931 mimetype = ""
933 is_binary = mimetype and not mimetype.startswith("text/")
/external/chromium/testing/gtest/scripts/
Dupload.py715 mimetype = mimetypes.guess_type(filename)[0]
716 if not mimetype:
718 return mimetype.startswith("image/")
910 mimetype = RunShell(["svn", "propget", "svn:mime-type", filename],
913 is_binary = mimetype and not mimetype.startswith("text/")
927 mimetype, returncode = RunShellWithReturnCode(cmd)
931 mimetype = ""
933 is_binary = mimetype and not mimetype.startswith("text/")
/external/chromium/testing/gmock/scripts/
Dupload.py715 mimetype = mimetypes.guess_type(filename)[0]
716 if not mimetype:
718 return mimetype.startswith("image/")
910 mimetype = RunShell(["svn", "propget", "svn:mime-type", filename],
913 is_binary = mimetype and not mimetype.startswith("text/")
927 mimetype, returncode = RunShellWithReturnCode(cmd)
931 mimetype = ""
933 is_binary = mimetype and not mimetype.startswith("text/")
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py453 mimetype=None): argument
462 if not mimetype:
464 mimetype, _ = mimetypes.guess_type(filename)
465 if not mimetype:
466 mimetype = "text/plain" # Bugzilla might auto-guess for us and we might not need this?
467 self.browser.add_file(file_object, mimetype, filename, 'data')
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp1547 gchar** mimetype = g_strsplit(name, "/", 2); in mimeTypeCache() local
1548 if (g_str_equal(mimetype[0], "audio") in mimeTypeCache()
1549 || g_str_equal(mimetype[0], "video") in mimeTypeCache()
1550 || (g_str_equal(mimetype[0], "application") in mimeTypeCache()
1551 && handledApplicationSubtypes.contains(String(mimetype[1])))) in mimeTypeCache()
1557 g_strfreev(mimetype); in mimeTypeCache()
/external/webkit/Source/WebKit/wx/
DWebFrame.h137 …tring& source, const wxString& baseUrl = wxEmptyString, const wxString& mimetype = wxT("text/html"…
DWebFrame.cpp157 …xWebFrame::SetPageSource(const wxString& source, const wxString& baseUrl, const wxString& mimetype) in SetPageSource() argument
166 …WebCore::SubstituteData substituteData(sharedBuffer, mimetype, WTF::String("UTF-8"), WebCore::blan… in SetPageSource()
DWebView.cpp464 …wxWebView::SetPageSource(const wxString& source, const wxString& baseUrl, const wxString& mimetype) in SetPageSource() argument
467 m_mainFrame->SetPageSource(source, baseUrl, mimetype); in SetPageSource()
DWebView.h159 …tring& source, const wxString& baseUrl = wxEmptyString, const wxString& mimetype = wxT("text/html"…
DChangeLog713 2. Add the mimetype as an argument to SetPageSource to allow XHTML documents to be loaded.
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp56 webkit_test_plugin_new_instance(NPMIMEType mimetype, in webkit_test_plugin_new_instance() argument
107 return obj->pluginTest->NPP_New(mimetype, mode, argc, argn, argv, savedData); in webkit_test_plugin_new_instance()
/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.h119 …g& userAgent, const std::string& contentDisposition, const std::string& mimetype, const std::strin…
DWebCoreFrameBridge.cpp840 …g& userAgent, const std::string& contentDisposition, const std::string& mimetype, const std::strin… in downloadStart() argument
849 jstring jMimetype = stdStringToJstring(env, mimetype, true); in downloadStart()
/external/icu4c/tools/genrb/
Dwrtxml.cpp536 …SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, … in printContainer() argument
559 if (mimetype != NULL) { in printContainer()
560 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype)); in printContainer()
/external/libvorbis/
DCHANGES84 * application/ogg mimetype is now official
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp827 String mimetype("x-apple-web-kit/"); in generatedMIMETypeForURLScheme() local
828 mimetype.append(URLScheme.lower()); in generatedMIMETypeForURLScheme()
829 return mimetype; in generatedMIMETypeForURLScheme()
/external/regex-re2/lib/codereview/
Dcodereview.py3319 mimetype = mimetypes.guess_type(filename)[0]
3320 if not mimetype:
3322 return mimetype.startswith("image/")
3326 mimetype = mimetypes.guess_type(filename)[0]
3327 if not mimetype:
3330 if mimetype in TEXT_MIMETYPES:
3332 return not mimetype.startswith("text/")
/external/webkit/Source/WebKit/chromium/
DChangeLog1092 Chromium DevTools: recognize WebP as a valid mimetype in the Chromium port.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-245501 Test: fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html
5652 Test: fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html
30563 Allow plugins implemented by the application, such as mimetype 'x-qt-plugin',
30578 Allow plugins implemented by the application, such as mimetype 'x-qt-plugin',
30591 Currently, only Qt has application-implemented plugins: these use the mimetype
DChangeLog-2009-06-164605 … Fix regression, local WML files won't load anymore, as the mimetype isn't correctly detected.
12897 returns the application/octet-stream mimetype when it can't associate
12898 extension with any mimetype, it can happen that the application/octet-stream
12899 mimetype will hit the list of supported image formats. For instance,
12903 Make sure that this mimetype is not treated as displayable image type.
90294 Fix plugin extension info. It was returning the mimetype where the
DChangeLog-2011-02-169340 (WebCore::mimeTypeCache): Add audio/x-m4a mimetype in the cache.
15571 (WebCore::mimeTypeCache): Add audio/x-m4a mimetype in the cache.
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-143658 The main resource for a standalone image webarchive has the same mimetype as the

12