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

  /external/webkit/Source/WebCore/xml/
DOMParser.cpp 30 if (!DOMImplementation::isXMLMIMEType(contentType))
XMLHttpRequest.cpp 924 return DOMImplementation::isXMLMIMEType(responseMIMEType());
    [all...]
  /external/webkit/Source/WebCore/dom/
DOMImplementation.h 62 static bool isXMLMIMEType(const String& MIMEType);
DOMImplementation.cpp 290 bool DOMImplementation::isXMLMIMEType(const String& mimeType)
382 if (isXMLMIMEType(type))
  /external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.cpp 128 return m_MIMEType == "text/html" || m_MIMEType == "image/svg+xml" || DOMImplementation::isXMLMIMEType(m_MIMEType);
  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 63 if (m_type == "text/html" || m_type == "application/xhtml+xml" || m_type == "image/svg+xml" || DOMImplementation::isXMLMIMEType(m_type)
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.cpp 288 if (DOMImplementation::isXMLMIMEType(mimeType))
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 810 DOMImplementation::isXMLMIMEType(mimeType))
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]

Completed in 288 milliseconds