HomeSort by relevance Sort by last modified time
    Searched refs:isUnsupportedTextMIMEType (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.h 73 static bool isUnsupportedTextMIMEType(const String& mimeType);
MIMETypeRegistry.cpp 528 bool MIMETypeRegistry::isUnsupportedTextMIMEType(const String& mimeType)
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 532 return !MIMETypeRegistry::isUnsupportedTextMIMEType(mimeType);
    [all...]

Completed in 96 milliseconds