Searched refs:matchesPatterns (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DUserContentURLPattern.h56 static bool matchesPatterns(const KURL&, const Vector<String>& whitelist, const Vector<String>& blacklist);
H A DUserContentURLPattern.cpp34 bool UserContentURLPattern::matchesPatterns(const KURL& url, const Vector<String>& whitelist, const Vector<String>& blacklist) function in class:WebCore::UserContentURLPattern
H A DFrame.cpp592 if (script->injectionTime() == injectionTime && UserContentURLPattern::matchesPatterns(doc->url(), script->whitelist(), script->blacklist()))
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentStyleSheetCollection.cpp174 if (!UserContentURLPattern::matchesPatterns(m_document->url(), sheet->whitelist(), sheet->blacklist()))

Completed in 132 milliseconds