Home
last modified time | relevance | path

Searched refs:m_mimeTypesWithCustomRepresentations (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.h110 …ntationForMIMEType(const String& mimeType) const { return m_mimeTypesWithCustomRepresentations.con… in shouldUseCustomRepresentationForMIMEType()
212 HashSet<String, CaseFoldingHash> m_mimeTypesWithCustomRepresentations; variable
DWebProcess.cpp220 m_mimeTypesWithCustomRepresentations.add(parameters.mimeTypesWithCustomRepresentation[i]); in initializeWebProcess()