Searched defs:m_mimeTypesWithCustomRepresentations (Results 1 - 1 of 1) 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

Completed in 34 milliseconds