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

/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.h110 bool shouldUseCustomRepresentationForMIMEType(const String& mimeType) const { return m_mimeTypesWithCustomRepresentations.contains(mimeType); } function in class:WebKit::WebProcess
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1095 m_frameHasCustomRepresentation = isMainFrame && WebProcess::shared().shouldUseCustomRepresentationForMIMEType(mimeType);
1118 m_frameHasCustomRepresentation = isMainFrame && WebProcess::shared().shouldUseCustomRepresentationForMIMEType(mimeType);

Completed in 210 milliseconds