Searched refs:shouldTreatURLSchemeAsLocal (Results 1 – 5 of 5) sorted by relevance
45 static bool shouldTreatURLSchemeAsLocal(const String&);
372 if (SchemeRegistry::shouldTreatURLSchemeAsLocal(protocol)) in canDisplay()409 return SchemeRegistry::shouldTreatURLSchemeAsLocal(m_protocol); in isLocal()
148 bool SchemeRegistry::shouldTreatURLSchemeAsLocal(const String& scheme) in shouldTreatURLSchemeAsLocal() function in WebCore::SchemeRegistry
101 if (!SchemeRegistry::shouldTreatURLSchemeAsLocal(url.protocol())) in create()
493 …multipart/related", m_response.mimeType()) && !SchemeRegistry::shouldTreatURLSchemeAsLocal(m_reque… in shouldContinueForResponse()