Searched refs:shouldLoadURLSchemeAsEmptyDocument (Results 1 – 3 of 3) sorted by relevance
62 static bool shouldLoadURLSchemeAsEmptyDocument(const String&);
198 bool SchemeRegistry::shouldLoadURLSchemeAsEmptyDocument(const String& scheme) in shouldLoadURLSchemeAsEmptyDocument() function in WebCore::SchemeRegistry
692 …isValid() && (m_request.url().isEmpty() || SchemeRegistry::shouldLoadURLSchemeAsEmptyDocument(m_re… in maybeLoadEmpty()