Searched refs:isXMLType (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DPagePolicyClientEfl.cpp93 bool isXMLType = WKStringIsEqualToUTF8CString(mimeType.get(), "text/xml") || WKStringIsEqualToUTF8CString(mimeType.get(), "application/xml"); local
94 if (!canShowMIMEType && !isXMLType) {
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DMIMESniffing.cpp85 static inline bool isXMLType(const char* type) function in namespace:__anon5798
506 if (isXMLType(advertisedMIMEType))

Completed in 69 milliseconds