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

  /external/webkit/WebCore/platform/
KURLGoogle.cpp 733 bool protocolIsJavaScript(const String& url)
    [all...]
KURL.cpp 349 if (rel.contains('\\') && !(protocolIsJavaScript(rel) || protocolIs(rel, "data")))
640 // The free function protocolIsJavaScript() should be used instead.
    [all...]

Completed in 18 milliseconds