HomeSort by relevance Sort by last modified time
    Searched full:matchespatterns (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/page/
UserContentURLPattern.h 52 static bool matchesPatterns(const KURL&, const Vector<String>* whitelist, const Vector<String>* blacklist);
UserContentURLPattern.cpp 33 bool UserContentURLPattern::matchesPatterns(const KURL& url, const Vector<String>* whitelist, const Vector<String>* blacklist)
Frame.cpp 836 if (script->injectionTime() == injectionTime && UserContentURLPattern::matchesPatterns(doc->url(), script->whitelist(), script->blacklist()))
    [all...]
  /external/webkit/WebCore/dom/
Document.cpp     [all...]

Completed in 211 milliseconds