Searched defs:MIMEType (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIconGtk.cpp53 static String lookupIconName(String MIMEType) argument
69 int pos = MIMEType.find('/');
71 String media = MIMEType.substring(0, pos);
72 String subtype = MIMEType.substring(pos + 1);
100 String MIMEType = MIMETypeRegistry::getMIMETypeForPath(filenames[0]);
101 String iconName = lookupIconName(MIMEType);
/external/webkit/Source/WebKit/win/
H A DWebResource.cpp132 HRESULT STDMETHODCALLTYPE WebResource::MIMEType( function in class:WebResource
H A DWebURLResponse.cpp301 HRESULT STDMETHODCALLTYPE WebURLResponse::MIMEType( function in class:WebURLResponse
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp450 void WebPage::loadData(PassRefPtr<SharedBuffer> sharedBuffer, const String& MIMEType, const String& encodingName, const KURL& baseURL, const KURL& unreachableURL) argument
453 SubstituteData substituteData(sharedBuffer, MIMEType, encodingName, unreachableURL);

Completed in 3319 milliseconds