CanHandleMIMEType   44 chrome/browser/extensions/api/streams_private/streams_private_manifest_unittest.cc   EXPECT_FALSE(handler->CanHandleMIMEType("text/html"));
CanHandleMIMEType   45 chrome/browser/extensions/api/streams_private/streams_private_manifest_unittest.cc   EXPECT_TRUE(handler->CanHandleMIMEType("text/plain"));
CanHandleMIMEType 3568 chrome/browser/prerender/prerender_browsertest.cc   EXPECT_TRUE(handler->CanHandleMIMEType("application/msword"));
CanHandleMIMEType  167 chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc   return handler->CanHandleMIMEType(mime_type);
CanHandleMIMEType   35 chrome/common/extensions/mime_types_handler.h   bool CanHandleMIMEType(const std::string& mime_type) const;