Home | History | Annotate | Download | only in platform

Lines Matching refs:protocolIs

816 bool KURL::protocolIs(const char* protocol) const
934 bool protocolIs(const String& url, const char* protocol)
944 inline bool KURL::protocolIs(const String& string, const char* protocol)
946 return WebCore::protocolIs(string, protocol);