Searched refs:m_mimeTypesWithCustomRepresentations (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); }
212 HashSet<String, CaseFoldingHash> m_mimeTypesWithCustomRepresentations; member in class:WebKit::WebProcess
H A DWebProcess.cpp220 m_mimeTypesWithCustomRepresentations.add(parameters.mimeTypesWithCustomRepresentation[i]);

Completed in 29 milliseconds