HomeSort by relevance Sort by last modified time
    Searched defs:protocolIs (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 821 bool KURL::protocolIs(const char* protocol) const
939 bool protocolIs(const String& url, const char* protocol)
949 inline bool KURL::protocolIs(const String& string, const char* protocol)
    [all...]
KURL.cpp 290 inline bool KURL::protocolIs(const String& string, const char* protocol)
292 return WebCore::protocolIs(string, protocol);
364 if (rel.contains('\\') && !(protocolIsJavaScript(rel) || protocolIs(rel, "data")))
682 bool KURL::protocolIs(const char* protocol) const
    [all...]

Completed in 105 milliseconds