pathMatches        33 Source/core/frame/csp/CSPSource.cpp     return hostMatches(url) && portMatches(url) && pathMatches(url);
pathMatches        23 Source/core/frame/csp/CSPSource.h     bool pathMatches(const KURL&) const;