Searched refs:shouldTreatURLSchemeAsLocal (Results 1 – 5 of 5) sorted by relevance
45 static bool shouldTreatURLSchemeAsLocal(const String&);
373 if (SchemeRegistry::shouldTreatURLSchemeAsLocal(protocol)) in canDisplay()420 return SchemeRegistry::shouldTreatURLSchemeAsLocal(m_protocol); in isLocal()
163 bool SchemeRegistry::shouldTreatURLSchemeAsLocal(const String& scheme) in shouldTreatURLSchemeAsLocal() function in blink::SchemeRegistry
104 if (!SchemeRegistry::shouldTreatURLSchemeAsLocal(url.protocol())) in create()
422 …multipart/related", m_response.mimeType()) && !SchemeRegistry::shouldTreatURLSchemeAsLocal(m_reque… in shouldContinueForResponse()