HomeSort by relevance Sort by last modified time
    Searched refs:m_mimeTypesWithCustomRepresentations (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 110 bool shouldUseCustomRepresentationForMIMEType(const String& mimeType) const { return m_mimeTypesWithCustomRepresentations.contains(mimeType); }
212 HashSet<String, CaseFoldingHash> m_mimeTypesWithCustomRepresentations;
WebProcess.cpp 220 m_mimeTypesWithCustomRepresentations.add(parameters.mimeTypesWithCustomRepresentation[i]);

Completed in 40 milliseconds